Closed (won't fix)
Project:
Services
Version:
7.x-3.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2015 at 00:00 UTC
Updated:
24 Jul 2015 at 00:04 UTC
Jump to comment: Most recent
In the process of getting DrupalGap to go I discovered that the rest server was returning error code 500.
Problem was line 33 in the class ServicesRESTServerFactory does not work under php 5.2.
There were no other symptoms besides DrupalGap not connecting
Attached is my patch that resolved this problem
| Comment | File | Size | Author |
|---|---|---|---|
| services_php52_150724.patch | 641 bytes | louis delacretaz |
Comments
Comment #1
louis delacretaz commentedThis may be a solution for https://www.drupal.org/node/2233575
Comment #2
kylebrowning commentedPHP 5.3 and below have reached there end of live, this will not be supported in Services.
http://php.net/eol.php
FYI, there are many many security vulnerabilities our for php 5.2, you should really move off of it.
Comment #3
louis delacretaz commentedAgreed, moving this client to the latest php is on the list :)