Page 1 of 1

Fatal error: Only variables can be passed by reference

Posted: Sun Nov 11, 2007 8:54 am
by iwebfocus
Everytime I click on "Catalog" then "Category" from the admin panel I get the following error:


Fatal error: Only variables can be passed by reference in /home/www/website.com/admin/controller/category.php on line 183

I have managed to correct the register_globals and also to fix the above error from the cache directory but I can't see to fix this one.

Anyone know how?

Thanks in advance

Re: Fatal error: Only variables can be passed by reference

Posted: Thu Nov 15, 2007 12:03 pm
by KansasFiddler
Check out this article:
http://the-stickman.com/web-development ... reference/

You might check which version of PHP is running on your server via phpinfo() or our host support service.

I am running PHP Version 5.2.4 and I had no issue with this.

Good Luck!