Confirmed bug. Check the SVN on Monday. A fix is in the works.
Problem 1) I cannot validate new authors or storiesI get this error when I try: Notice: Use of undefined constant _NOTAUTHORIZEDADMIN - assumed '...
How are you sending these special characters? As HTML entities? Or are you just cutting and pasting? If the later it's probably...
I think I've got it figured out now. Check the SVN on Monday evening. I'm going to wait to upload fixes as a batch then.
Talk to your host. The session_start error is definitely on their end. And if one problem is on their end, I wouldn't be surprised if more ...
Just an update. I did get my house. In between health issues, I've been working on making it comfortably livable (or at least unpacki...
It's in pagesetup.php I believe, if you want to change it
You've got errors in your database somewhere for your categroies. You're most likely going to have to check them by hand in phpmyadmin...
The supplied briges are meant to be very basic examples and are use at your own risk. Moving this to MOD support.
Your database version needs to match the version of the files. You can't do what you're trying. Find out what version your database is...
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)...
