In user/contact.php replace all occurances of $output with $output2 and see if that clears it up.
I mean the $tpl->assign line.
You need to take out the "output" line from the contact.php, I guess. You could probably do an if/else statement out of it, but I'...
Ah. You'll also need to edit profile.php and add:include("user/contact.php");
The fundamental problem here isn't the FIND_IN_SET. It's that we're calculating the number of stories the person has authored on...
Talk to your host. The first error seems to indicate something wrong in your sessions directory which is set up by your host.
Use phpMyAdmin to check your panels table. Seems like you've got two entries for the profile panels at least. That error seems to ind...
It's a bug in admin/members.php. I'll have it fixed with the next update. Sorry.
You've got an error in your link. It should be:I think you can do this by editing user/contact.php. If you want this behavior on all ...
If he's timing out on the update there's probably nothing wrong in the script. It's just that he's timing out before it fini...
Follow the instructions above but replace the query with this one.dbquery("INSERT INTO `".TABLEPREFIX."fanfiction_panels` (`panel_name`...
Do you have a backup? If so restore your back then do a search in install/upgrade20.php and remove all instances of "collate latin1_general...
At this point I think you're going to have to supply the information in the support request template. Give us the URL so we can poke around...
This is the correct code.<meta http-equiv="Content-Type" content="text/html; charset="._CHARSET.""><meta name=&...
Upgrade to 3.3.1.
