Last seen: Feb 25, 2022
Just because I am insanely curious, what was the value in VARCHAR() before you changed it?
Based on the screenshot, it looks like you are adding a new field, and not modifying an existing field.Click the structure tab, find the line with sto...
What is the number in parentheses after VARCHAR? That's usually the number of characters allowed in the field. So a VARCHAR(255) woul...
Using a fresh SVN download as of lunch today (I only moved the MySQL database over to populate it), and the latest Storyend file from Tammy's web...
I'm not sure just changing the SQL database table would be satisfactory (no matter what length you decide). Wouldn't that just throw u...
Well, for my Site Info block, I'm using {totalwords} instead of {wordcount}.Hmm, try {newest} instead of {newmember} and {totalchallenges} instea...
You are still using the $story variable in 1.5 and it's still throwing up the word "Array" instead of the story text.Changing all four ...
I found changing the $story variable in storyend.php in modules/storyend to $story1 and my "Array" problem went away.
I found this answer *much* more helpful.Doing it this way will set sessions for *anything* on your domain, with no need to modify the scripts.Kevin
So, after a little careful commenting out and such, I think I've found the "array" problem with the Story End Module.This code in story...
Have you tried opening the chapter to edit it and resave it? I think it may recount the words at that time.
However you deal with your MySQL data (via phpmyadmin or some other program), you need to go to that table in MySQL and repair it. Your host als...
I turned on "Action Log" and submitting an anonymous review worked like it should (no error). Don't remember if this was the &quo...
I'm curious...what you do have set as define("_BASEDIR","what-is-this?"); (the what-is-this part?)(Line 35ish)
