hobert
@hobert
Trusted Member
Joined: Sep 10, 2007
Last seen: Feb 25, 2022
Topics: 5 / Replies: 56
Reply
Re: Story texts and SQL modifying?

Just because I am insanely curious, what was the value in VARCHAR() before you changed it?

15 years ago
Reply
Re: Story texts and SQL modifying?

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...

15 years ago
Reply
Re: Story texts and SQL modifying?

What is the number in parentheses after VARCHAR?  That's usually the number of characters allowed in the field.  So a VARCHAR(255) woul...

15 years ago
Reply
Re: [3.5] "Array" text showing in series stories.

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...

15 years ago
Reply
Re: Character limit for summary?

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...

15 years ago
Forum
Reply
Re: Problem modifying Site Info block

Well, for my Site Info block, I'm using {totalwords} instead of {wordcount}.Hmm, try {newest} instead of {newmember} and {totalchallenges} instea...

16 years ago
Reply
Re: [3.5] "Array" text showing in series stories.

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 ...

16 years ago
Reply
Re: Story End mod causing "array" error....

I found changing the $story variable in storyend.php in modules/storyend to $story1 and my "Array" problem went away.

16 years ago
Forum
Reply
Re: Problems with cookies and session save?- SOLVED

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

16 years ago
Forum
Reply
Re: [3.5] "Array" text showing in series stories.

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...

16 years ago
Reply
Re: Recalculate word counts

Have you tried opening the chapter to edit it and resave it?  I think it may recount the words at that time.

16 years ago
Forum
Reply
Re: crashed table?

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...

16 years ago
Forum
Reply
Re: SQL Error 1336 when using Anonymous Reviews and Logging.

I turned on "Action Log" and submitting an anonymous review worked like it should (no error).  Don't remember if this was the &quo...

17 years ago
Reply
Re: Coppermine Gallery Bridge for eFiction 3.5?

I'm curious...what you do have set as define("_BASEDIR","what-is-this?"); (the what-is-this part?)(Line 35ish)

17 years ago
Forum
Page 3 / 5