| Author |
Message |
|
awtohost
|
Post subject: Warning: Illegal string offset 'id' in Posted: Mon Mar 26, 2012 7:09 am |
|
Joined: Thu May 06, 2010 1:27 am Posts: 108
|
|
Warning: Illegal string offset 'id' in /includes/common_functions.php on line 1163
Warning: Creating default object from empty value in /modules/phreeform/pages/popup_gen/pre_process.php on line 47
Strict Standards: Declaration of PDF::_beginpage() should be compatible with TCPDF::_beginpage($orientation = '', $format = '') in /modules/phreeform/classes/form_generator.php on line 28
anybody know what this is, and how to fix it ?
I'm sure it is php configuration error, gd is build and enabled.
Thanks
|
|
 |
|
 |
|
dave
|
Post subject: Re: Warning: Illegal string offset 'id' in Posted: Thu Mar 29, 2012 5:18 pm |
|
Joined: Fri Oct 26, 2007 3:55 pm Posts: 3499 Location: Colorado, US
|
|
Looks like you are running in strict mode. You need to turn this off in the php.ini file.
Dave
|
|
 |
|
 |
|
VisceralConcepts
|
Post subject: Re: Warning: Illegal string offset 'id' in Posted: Mon Apr 08, 2013 11:57 pm |
|
Joined: Thu Dec 06, 2012 8:03 pm Posts: 4
|
|
Dave, how might we be able to correct the error instead of simply turning off strict mode?
|
|
 |
|
 |
|
dave
|
Post subject: Re: Warning: Illegal string offset 'id' in Posted: Wed Apr 10, 2013 9:44 am |
|
Joined: Fri Oct 26, 2007 3:55 pm Posts: 3499 Location: Colorado, US
|
|
If your are stuck running is strict mode, you will undoubtedly run into many more errors along with this one. The code has not been tested with strict mode set to on so the results of the many operations is unknown. I would threaten your host with moving if they will not allow you to override (or set) your own php.ini information.
Dave
|
|
 |
|
 |
|