jrabbit
@jrabbit
Trusted Member
Joined: Dec 11, 2006
Topics: 6 / Replies: 58
Reply
Re: Error in 2.0 - 3.3 upgrade?

One workaround although it's a bit fiddly:1. Run the upgrade until the error occurs2. Copy the INSERT statement from the error message into a tex...

18 years ago
Forum
Reply
Re: SQL error when installing 3.3

What version of mysql do you have? - it looks like it may be to old to be compatible with efiction as it doesn't understand the CURRENT_TIMESTAMP...

18 years ago
Forum
Reply
Re: MySQL error during installation

Ignore the 2nd error - its just a consequence of the first one.The problem is your PHP installation is unable to connect to the mysql server - it hasn...

18 years ago
Forum
Reply
Re: Installation set up issues

The error occurred when the install script tried to create the "stories" folder. The operating system user account that PHP it is running un...

18 years ago
Forum
Reply
Re: 3.3 Released

Thanks for all the work on this update Tammy - it must have been many a boring hour tidying up all that code. Most people aren't going to realise...

18 years ago
Reply
Reply
Re: Space and traffic - your experiences?

A pure fan fiction site is unlikely to really test the limits of space or bandwidth. In fact on most shared hosting servers, if your site becomes popu...

18 years ago
Reply
Re: How to migrate my efiction to another web hosting server?

The backup of the old database should be a text file of CREATE TABLE and INSERT sql statements which you can run from phpmysqladmin on your new server...

19 years ago
Forum
Reply
Re: Step 11 Upgrading Problems

It's a typo in the upgrade script - search upgrade.php for "in_series" and remove the _

19 years ago
Forum
Reply
Re: 3.1 to 3.2 upgrade problem

That's old enough that it might not understand the ENGINE keyword. Try removing ENGINE=myisam from that and any other statements in the upgrade s...

19 years ago
Forum
Reply
Re: 3.1 to 3.2 upgrade problem

What version of mysql are you using - it says 12.22 at the top but that is not a valid mysql version number - it will be 3.23, 4.0.x, 4.1.x or 5.0.x. ...

19 years ago
Forum
Reply
Re: Merging classifications via phpMyAdmin

If XXX is your table and YYY is your field, AAA is your old number and BBB is your new number:UPDATE XXX SET YYY = CASE WHEN YYY='AAA' THEN ...

19 years ago
Forum
Reply
Re: [Mod request] alternative version check

The following fuction could be used in versioncheck.php to download the version number - it uses CURL if available like the current version check code...

19 years ago
Forum
Reply
Re: 3.1 to 3.2 upgrade problem

Another way to do it that may be easier for you is comment out line 36 of the update.php script and run it again. If it still fails comment out line 3...

19 years ago
Forum
Page 2 / 5