The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profiles don't work after installing store hack.
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. |
#2
|
||||
|
||||
What's on line 1171?
|
#3
|
|||
|
|||
It's this:
$DB_site->query("select FROM customavatar WHERE userid=$bbuserinfo[userid]"); |
#4
|
|||
|
|||
try:
$DB_site->query("select FROM customavatar WHERE userid='$bbuserinfo[userid]'"); |
#5
|
||||
|
||||
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 PHP Code:
I'd suggest to recheck the hack you just installed, it looks like buggy to me. |
#6
|
|||
|
|||
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.
|
#7
|
||||
|
||||
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 {.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|