Developer
Supported
Rest
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From Phil Sturgeon
PHP errors on install
Support Request
Nutmeg
|
Posted: 16 January 2013 09:05 PM |
|
|
|
Running EE 2.5.5 locally including a bunch of 3rd party add ons and receiving these notices upon installing the REST add-on.
A PHP Error was encountered Severity: Notice Message: Use of undefined constant stdObject - assumed 'stdObject' Filename: rest/mcp.rest.php Line Number: 35
A PHP Error was encountered Severity: Warning Message: Attempt to assign property of non-object Filename: rest/mcp.rest.php Line Number: 36
A PHP Error was encountered Severity: Warning Message: Attempt to assign property of non-object Filename: rest/mcp.rest.php Line Number: 93
A PHP Error was encountered Severity: Warning Message: Cannot modify header information - headers already sent by (output started at /Users/xxxx/xxxx/xxxx/xxxxx/KS&xxx;/website/system/codeigniter/system/core/Exceptions.php:170) Filename: core/Common.php Line Number: 412
|
|
|
philsturgeon
|
Posted: 16 January 2013 09:06 PM |
# 1
|
|
Developer
|
Change that to stdClass.
|
|
|
Nutmeg
|
Posted: 16 January 2013 09:10 PM |
# 2
|
|
|
Bollocks!
A PHP Error was encountered Severity: Notice Message: Use of undefined constant stdClass - assumed 'stdClass' Filename: rest/mcp.rest.php Line Number: 34
A PHP Error was encountered Severity: Warning Message: Attempt to assign property of non-object Filename: rest/mcp.rest.php Line Number: 35
A PHP Error was encountered Severity: Warning Message: Attempt to assign property of non-object Filename: rest/mcp.rest.php Line Number: 92
A PHP Error was encountered Severity: Warning Message: Cannot modify header information - headers already sent by (output started at /Users/xxxx/xxxx/xxxx/xxxx/xxxxx/xxxxx/system/codeigniter/system/core/Exceptions.php:170) Filename: core/Common.php Line Number: 412
|
|
|