Yes, he will need to do that. The info I need is access to phpMyAdmin or equivalent MySQL database manger. The Plesk CP doesn't seem to have anything like that.
Announcement
Collapse
No announcement yet.
Problems..
Collapse
X
-
Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
Oh, When you log in to plesk.
Its going to have a menu on top, disregard that, click on pgnx.net under domains.
Once you click on it, you're gonna see a new page. Click on databases, then click on the database called pgnx, after you do all that theres gonna be a little button ont he right hand side that says phpmyadmin.
phpmyadmin will popup.
Comment
-
Got it. Since you have uploaded all of the original vB files, the problems are almost certainly in the database. However in all honesty there are so many non-vB related things in that database that it's beyond my capabilities to figure out what is wrong. I see that many of the db modifications are related to hacks you've installed and my suspicion is that one or more of these hacks is the cause of the multiple problems you're having.
The only thing I can think of is for you to get a list of the hacks you've installed and find out exactly what changes they made to the database. Then have the authors help you uninstall these changes. Sorry but that's all I can think of.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
One thing you can try is running the query:
DELETE FROM sessions;
If we're lucky that'll clear up some of the problems.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
That's your problem then. You have no sessions table. Unfortunately I don't know the proper query to create a new one. Petrhaps one of the Developers will help.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
No it won't, particularly since you don't have one anyway.
http://www.vbulletin.com/forum/showt...threadid=50167Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Oops - my bad. That was a typo. So sorry! That query should read:
DELETE FROM session;Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Too bad, it was worth a shot! That brings us back to my original conclusion - one or more of your hacks made changes to the database which has caused these problems.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment