Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks


Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Thursday, June 20 2013 @ 02:43 AM EDT

The following comments are owned by whomever posted them. This site is not responsible for what they say.

  • Geeklog 1.3.6rc1 is out!
  • Authored by:winnits on Thursday, August 29 2002 @ 03:03 PM EDT
Hmm.

Just tried to upgrade my development site and got the following error after selecting upgrade from 1.3.5 database:

1050: Table \'./geeklogdevdb/staticpage.frm\' already exists

(bear in mind I don\'t use the gl_ prefix since my Geeklog install has its own database, and have appropriately defined this in config.php).

Any ideas? I\'m hoping it\'s me doing something stupid but can\'t think what it could be on this occassion :)

--
Alan @ goddammit.co.uk
  • Geeklog 1.3.6rc1 is out!
  • Authored by:Dirk on Thursday, August 29 2002 @ 03:41 PM EDT
Prior to this release, the static pages plugin did not use the prefix for its table name. Now the install script tries to rename the \"staticpage\" table to \"gl_staticpage\" (or whatever your prefix is). Obviously, this will fail when you don\'t use a prefix at all ...

Solution: Open /path/to/geeklog/sql/updates/mysql_1.3.5_to_1.3.6.php and remove the line that reads

$_SQL[] = \"RENAME TABLE staticpage TO ($_TABLES[\'staticpage\'])\";

Then run the install script again - it should work now.

Need to think of a better solution for the final release ...

bye, Dirk
  • Geeklog 1.3.6rc1 is out!
  • Authored by:winnits on Thursday, August 29 2002 @ 03:45 PM EDT
Thanks Dirk,

I\'m glad it wasn\'t me being foolish (well, not _too_ foolish ;) ).
  • Geeklog 1.3.6rc1 is out!
  • Authored by:winnits on Thursday, August 29 2002 @ 04:01 PM EDT
Worked a treat - just need to work out how to get all the plugins/blocks and themes to comply now ;)

Fun fun fun!