Fresh 3.6 install and the error I get straight away:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home/idoit3d/public_html/includes/class_core.php on line 1274
This is a discussion on Fatal error: Cannot create references to/from string offsets within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Fresh 3.6 install and the error I get straight away: Fatal error : Cannot create references to/from string offsets nor ...
Fresh 3.6 install and the error I get straight away:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home/idoit3d/public_html/includes/class_core.php on line 1274
Please open a support ticket and provide a temporary FTP account. This error is caused by a flaw in vBulletin's fresh install that isn't present in an upgrade.
This is covered here: Fatal error: Cannot create... - vBulletin Community Forum
fix is this:
go into mysql and execute this query:
UPDATE datastore SET data = '' WHERE title = 'options';
next copy tools.php from the "do_not_upload" folder in the original vbulletin zip to your admincp directory.
finally, go to tools.php in your browser, and rebuild the options cache. That fixes the problem.
Last edited by scruby; 08-31-2006 at 11:21 PM.