View Full Version : php function error
AN-net
06-30-2005, 01:30 PM
ok i am getting this error:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home2/xxxx/public_html/forum/includes/functions.php on line 685
this in oop and within a class. the code is
function grabjournals($cachedjournals, $order = 'ASC', $sort = 'journaldate', $startat = 0, $perpage = 15 )
{
}
anyone?
Cole2026
07-01-2005, 12:24 AM
You might get some better help at devshed.
http://forums.devshed.com
:squareeyed:
AN-net
07-01-2005, 03:40 AM
not the answer i was looking for... i wish they had database of all possible errors and then give a general explination of why it occurs.
Cole2026
07-01-2005, 01:19 PM
Ok well, I researched the problem.
Register globals being on may be the problem, try putting this in an .htaccess file and putting it in your forum folder.
php_flag register_globals off
I really need that journal/blogging script, so I am doing anything I can to help out.:ermm:
AN-net
07-01-2005, 01:53 PM
Ok well, I researched the problem.
Register globals being on may be the problem, try putting this in an .htaccess file and putting it in your forum folder.
php_flag register_globals off
I really need that journal/blogging script, so I am doing anything I can to help out.:ermm:
ty and this isnt for this current version. this is for the 2nd version. i got bored so im just converting it over to oop.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.