My suggestion is to translate one item at a time or a small group of items. Upload, check that it works, then continue on. That way you...
1. Go back and read the instructions for posting a help request. We always ask for a URL to your site along with some other information wh...
You can use phpMyAdmin to fix it.1. Go into the fanfiction_authorfields table and find the field_id for the betareader field. It will prob...
extra_header.php is used to put extra information (like javascripts) into the header portion of the page before the page contents are built. I t...
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.
