Hi all. I am desperately hoping someone can help.
I have read lots of threads on the board but nothing seems to relate to my specific problem and after many hours at desk I am totally stuck
I run a pretty old VBulletin forum. It is hosted with GoDaddy. Despite being pretty dated, it has worked perfectly for many years, until GoDaddy upgraded/changed servers then the forum had a database error for all users and was effectively offline.
GoDaddy support was as useless as usual so I just had to dig and dig. I am NO coder! But I managed to scour the web and learned some ideas to try. The connection to the DB wasn’t working after the move, which turned out to be two problems.
I edited config.php (in forum/includes) to change the DB location to “localhost”, and I also added an “i” to the database type to make it mysqli instead of mysql. Boom, forum came back online. I was so pleased!
However I have now realised that even though the forum appears to be working perfectly for all normal users, mods and admins can’t access the admin/moderator control panels. It just throws a 500 Internal Server Error.
As I said, I am far from a developer, but trying to understand the way it works I THINK:
Forum admin/mod panels are stored inside index.php in each subfolder, one for mods, one for admins, and those two folders are stored inside forum/includes. I have no clue where to look or what to look for.
If anyone could even just point me at ideas of files to take a look at I would so grateful. The site provides a lot of support/community for quite a few elderly folk and not being able to moderate content (especially spammers) is worrisome. Any and all ideas welcome and very much appreciated.
Thanks
I have read lots of threads on the board but nothing seems to relate to my specific problem and after many hours at desk I am totally stuck
I run a pretty old VBulletin forum. It is hosted with GoDaddy. Despite being pretty dated, it has worked perfectly for many years, until GoDaddy upgraded/changed servers then the forum had a database error for all users and was effectively offline.
GoDaddy support was as useless as usual so I just had to dig and dig. I am NO coder! But I managed to scour the web and learned some ideas to try. The connection to the DB wasn’t working after the move, which turned out to be two problems.
I edited config.php (in forum/includes) to change the DB location to “localhost”, and I also added an “i” to the database type to make it mysqli instead of mysql. Boom, forum came back online. I was so pleased!
However I have now realised that even though the forum appears to be working perfectly for all normal users, mods and admins can’t access the admin/moderator control panels. It just throws a 500 Internal Server Error.
As I said, I am far from a developer, but trying to understand the way it works I THINK:
Forum admin/mod panels are stored inside index.php in each subfolder, one for mods, one for admins, and those two folders are stored inside forum/includes. I have no clue where to look or what to look for.
If anyone could even just point me at ideas of files to take a look at I would so grateful. The site provides a lot of support/community for quite a few elderly folk and not being able to moderate content (especially spammers) is worrisome. Any and all ideas welcome and very much appreciated.
Thanks
Last edited by a moderator: