Lyndsie
@lyndsie
Moderator
Member
Joined: Aug 25, 2006
Last seen: Mar 25, 2024
Topics: 34 / Replies: 1229
Reply
Re: Support Request Re: mySQL Fatal error message.

Yes, you can turn it on and off.  Admin > Settings > Submission Settings.  "Automatically validate all stories" turn to yes ...

17 years ago
Forum
Reply
Re: Support Request Re: mySQL Fatal error message.

Is the existing site an eFiction site?  If so, then you can export the data from the database and then move over the stories folder.  (HUGE ...

17 years ago
Forum
Reply
Re: Please advise on changing PHP version

I just enabled PHP 5 on the server where I do testing.  I've got two or three eFiction installs there and I didn't notice any differenc...

17 years ago
Forum
Reply
Re: Support Request Re: mySQL Fatal error message.

PHP is case-sensitive for variable names and such, but it depends on how they're defined in the script itself, and I honestly am not 100% sure if...

17 years ago
Forum
Reply
Re: Support Request Re: mySQL Fatal error message.

Recalculating will fix the stats which I think you mentioned were computed wrong.  So it's not as big of a deal as that error.  I can&#...

17 years ago
Forum
Reply
Re: [3.5] Errors when posting/updating story

Not sure, no, but the best thing to do would be to follow the suggestions in this post:For certain you've got dbprefix in there when it shouldn&#...

17 years ago
Reply
Re: Errors with storyblock.php

Okay, so, my coauthors table looks good now.  I had created it manually and the index was not right, but I've fixed it and the problem persi...

17 years ago
Forum
Reply
Re: Support Request Re: mySQL Fatal error message.

You can't directly access the data through eFiction.  Most hosts let you access the database through a program called PHPMyAdmin.  I�...

17 years ago
Forum
Reply
Re: Support Request Re: mySQL Fatal error message.

Right, that makes sense.  The two things that aren't working are the two things that are handled by stories.php.  It looks like the old...

17 years ago
Forum
Reply
Re: Removing Password from Welcome Email

I believe it's in user/editbio.php, line 106 (approx).  I've been trying to hunt down something else and I came across it.

17 years ago
Forum
Reply
Re: [3.5] Errors when posting/updating story

I was getting a similar error, and I think that was the one that was caused by the database not having been upgraded properly.  I'd check yo...

17 years ago
Reply
Re: Support Request Re: mySQL Fatal error message.

My mistake, sorry.  It is update.php.  (Eek, typos!)This error has been seen by several different people, and that's the only solution ...

17 years ago
Forum
Reply
Re: [3.5] Errors when posting/updating story

Did you go through this entire thread (linked above) and make all those changes? It looks like it's the same issue.

17 years ago
Reply
Re: Support Request Re: mySQL Fatal error message.

Open stories.php and  do a search and replace.Search for: .PENNAMEFIELD.Replace with: ._PENNAMEFIELD.Search for: .DBPREFIX.Replace with: .TABLEPR...

17 years ago
Forum
Reply
Re: [3.5] Errors when posting/updating story

It  looks like there's still a DBPREFIX in there.  It should be TABLEPREFIX.

17 years ago
Page 77 / 85