TinyPortal
Development => Support => Older SMF versions => Topic started by: erikdiamond on August 10, 2005, 11:00:50 PM
Bloc and friends,
This just happened. I did not change anything on my forum or server. I don't know why I get the error message below when you visit www.tribulationsigns.com/forum. What does the errors means? And how can I make forum accessible again?
Thanks, Erik
Notice: Only variables should be assigned by reference in /home/tribula/public_html/forum/Sources/Subs.php on line 232
Notice: Undefined index: is_admin in /home/tribula/public_html/forum/Sources/Security.php on line 556
Notice: Undefined index: permissions in /home/tribula/public_html/forum/Sources/Security.php on line 563
Warning: in_array(): Wrong datatype for second argument in /home/tribula/public_html/forum/Sources/Security.php on line 563
session_start(): Cannot send session cookie - headers already sent by (output started at /home/tribula/public_html/forum/Sources/Subs.php:232)
A couple of questions. Do you have any mods installed? Did you just install a mod? You might want to check to see if your host just upgraded php. Your errors are covered pretty well on the SMF forum.
I think its probably the error that goes with upgrades of PHP, like IchBin mentions. There are a fix for it described in package manager(under news there) or this link:
http://www.simplemachines.org/community/index.php?topic=41955.0
Thank you. I will check with my host. And hopefully I can fix it.
ERik
just open your subs.php in your sources directory
search for '&mysql' andd remove the '&' before mysql
save and upload ready for php 4.4.x and above