Oh! I know. You need to change it in includes/queries.php. Most of the places that list stories use the queries in there.
Unfortunately there are multiple places where you'd have to change things. You'll need to look for something like:preg_match("!^[...
There's a missing single quote on line 241 of install/upgrade20.phpReplace it with this:dbquery("UPDATE ".$tableprefix."fanfiction...
Why don't you make it into a module so people don't have to modify their files?
You're right. Look in browse.php and search.php.
It's a problem with your host's session handling. It can't open the session file.Warning: session_start() [function.session-start]: ope...
Your language setting is somehow being set to "english" It should be "en".
Yeah just upload the files and let them overwrite the existing files. Your FTP program should ask you if you want to overwrite the files. Just s...
Did you delete your 2.0 files before uploading the 3.0 files? You weren't supposed to do that. The upgrade needed some of those files...
Did you check that any mail is going out?
You'll probably need to edit the blocks table in phpMyAdmin and add the file for those missing blocks. It'll follow the same pattern as the ...
This program isn't run on a local computer. It's run on a webserver.
The file isn't being uploaded. It's being created by the script. As are the folders under the stories/ folder (66 in the case of...
There's a bug in the noletter script. It actually sends the no letter via the yes letter. See the info in this thread. Just change ye...
I'm working on some updates there.
