Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

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 Sunday, May 19 2013 @ 08:03 PM 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: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!