View Full Version : Profiles don't work after installing store hack.
OrcSlayer
03-30-2003, 08:23 PM
I installed the Store Hack from this site and now my profiles don't work. I get this message:
Fatal error: Call to a member function on a non-object in /home/worldofh/public_html/forum/member.php on line 1171
Please help.
JulianD
03-31-2003, 12:58 AM
What's on line 1171?
OrcSlayer
03-31-2003, 06:18 PM
It's this:
$DB_site->query("select FROM customavatar WHERE userid=$bbuserinfo[userid]");
Dpcows
03-31-2003, 08:07 PM
try:
$DB_site->query("select FROM customavatar WHERE userid='$bbuserinfo[userid]'");
JulianD
03-31-2003, 09:23 PM
I'm not sure about it, but I think SELECT FROM customavatar is not a valid query. It should be something like SELECT * FROM customavatar...
Now back to your problem, I guess that line is inside a function. Try to put
global $DB_site;
just before that line.
I'd suggest to recheck the hack you just installed, it looks like buggy to me.
OrcSlayer
04-11-2003, 12:00 AM
Nope, those things you reccomended did not work. The HAck I used was the same one, The Store Hack by Lesane, that so many people have had no trouble with.
Lesane
04-11-2003, 09:02 AM
That line has nothing to do with my store hack neither is modified by the store hack. Be sure that you didn't installed any other hacks wich modified the file members.php and re-check the store instructions, alot of people replace the wrong things and they will miss a } or {.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.