Do a search in the stories table for a story with an empty categories field or one set to 0.
Re-upload the 3.4.3 files again. I think you may have missed some.
You should also keep it off unless you're debugging a problem because while the information it outputs will help you find bugs, it can also help ...
You're several versions behind the current. This is already fixed.
It's not possible as written. You'd have to modify includes/categories.php and the javascript that controls it.
Images aren't stored in the database. That's why you needed a stories path.And watch the language please.
Add <span> to your allowed tags.
Did you update all you files? This seems to be a case of the database being updated and the files being a previous version.
The upgrade should have renamed your stories folders from the username to the uid. If it didn't you'll need to do it manually. P...
All in one page? It's a mod.
The current version is 3.4.3. Update.
Your first code and the second code should behave identically.
It would not be something I'd try. I can almost guarantee you'll end up with messed up user tables in one or more.
You probably closed a tag too soon or left one open. Only way to figure it out is to go through the section you edited and match up the tags.
Go down to the bottom of stories.php and change$output .= newstory( );to$output .= viewstories( );for newchapter and newstory. It should be arou...
