Change:$tpl->assign( "footer", $copyright);To:$tpl->assignGlobal( "footer", $copyright);
It's an error in SMF. The pm_informer variable isn't set. Turn debug off and it should disappear.
What did you do to includes/categorylist.php? Upload a clean copy from the .zip. Something has been radically changed there.
Was this an upgraded archive? You shouldn't have a level column in the authors table. Use phpMyAdmin to delete it and you should be g...
You need to edit user/editbio.php and remove the following line: else if($penname && !preg_match("!^[a-z0-9-_ ]{3,30}$!i", $penname)...
You've got other errors in your categories beyond that. It looks from your image that Autobiography through Test are reporting as being 1 l...
It's definitely a database issue. That's a mysql error. There should be more to it. From your first message, I'd say ...
Might be a problem with the encoding.
Make sure your case matches as well. If it's capitalized one place make sure it's capitalized in all places.
Check your allowed tags. Try adding <html> and <body>. It may be stripping the whole text when it strips those.
Definitely. I was able to print all the chapters individually so I doubt it's something in the story itself. I then went to your Top...
It should be in the information box for each story.
Your SMF board is in maintenace or your efiction site is in maintenace? If it's eFiction use phpmyadmin to check the version number in your...
Does your contact us page work?
Now that they're set to 1 or 0 you shouldn't.
