Quote:
Originally Posted by Slave
hmm .. just tried this and it comes up with a mysql error saying the "subscribeforum" table doesn't exist ....
|
Wow. That's odd. Are you currently able to add/remove Forum Subscriptions at all??
in your admincp, run this SQL Query and see if it returns an error:
SELECT * FROM subscribeforum
If it still cant find the table, you probably have some kinda db corruption going on. You could log-in via phpMyAdmin and verify if the subscribeforum table actually exists. If not, then we can create it, but you may have other issues as well.