Use PHPMyAdmin to set the version to 3.2.1
This doesn't belong in this forum. Moving...
Find this line in header.phplang['TopLevel'] = '"._TOPLEVEL."';Directly beneath it add:lang['CatLocked'] = ...
It works for me too. Make sure you don't have javascript turned off in your browser's settings.
I have that as line 175, so you may have an out of date copy of that file on your site. The error is there though. Thank you.
The simple solution is to just take that if statement out. Remove line 32 and line 44.
Except the $uid from the query on line 30 is supposed to be the uid of the reviewer. It's used to send the e-mail to the reviewer that the ...
We need a URL to your eFiction site not your main site.
No you shouldn't do it that way. You're doing multiple calls to the database that aren't necessary.
You can change your password through the database. In the authors table, find your acccount and click edit. Type your new password in the ...
Someone's trying to go to a non-existent page on your site. The error log has it right. titles.php and categories.php no longer exist...
There is no footer.php in this script.
You'd need to hack user.php. Yes, it was easy in 2.0 because the user info was static. Now that we've made it easier to integrat...
