When I click on this link:I get the not validated message (as a guest). So whatever you did in mysql didn't take. Remember also that ...
Change it to:error_reporting(E_ERROR | E_PARSE);If that doesn't solve it. Contact your host. It's their settings on the server t...
That's an invalid link. You should never hit the reviews.php page without passing variables to it in the string. You should be going ...
I never added captcha to the shoutbox. I'm doing it now for the next update. It's probably a bot posting from an offsite form.&n...
For some reason your server has all errors even notice warnings being reported. Put this in header.php at the top of the file just below the com...
Did you somehow modify your header.php? $action is defined in header.php and shouldn't be undefined on any of those pages.
Change the query on line 51 to:$query = "SELECT stories.*, "._PENNAMEFIELD." as penname, UNIX_TIMESTAMP(stories.date) as date, UNIX_TIM...
What version are you trying to install? The step 4 instruction for 3.x is:4) Go toto run the install and set up the admin login.
Please go read the instructions for posting a help request in the sticky threads at the top of this forum. 1. New problems go in new threa...
Well if it worked before you translated it and stopped working after you translated it, you probably have an error in the translation.
I did check some obvious things, like making sure that I'm still the admin (I'm the only admin on the archive )If you're the only admin...
Sounds like your provider may have changed the ownership of the files on you. Ask them to CHOWN the files to whatever Apache runs on so Apache h...
I signed up and was able to enter a test story and then edit it just fine.
What about the folder permissions? Those should be 777.
