Status: offline

jnordquist

Forum User
Full Member
Registered: 03/14/03
Posts: 129
Okay, I ignored the warning not to install if life, reputation or livelyhood depends on the Geeklog install. You guys are the greatest so I knew that that was just an overly cautious disclaimer...

The upgrade was smooth. I messed up some things, but they were my own customizing mistakes.

There are only two small issues I can't figure out. I get the followign SQL errors:

Text Formatted Code
Fri 23 Dec 2005 14:54:03 CST - Unable to aquire feed reader for http://kenoshaonline.net/backend/kenosharss.rss
Fri 23 Dec 2005 14:54:15 CST - 1146: Table 'kenosha_geek2.WP_BB_LOG' doesn't exist. SQL in question: SELECT COUNT(*)$
F
 


and...

My PortalParts GLMENU stopped working. (glmenu, by the way, is worth every penny and more).

The database error 'kenosha_geek2.WP_BB_LOG' is screwy because i've never seen it before. Any clues?
John Nordquist,
Applications Specialist, medical Technologies

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by jnordquist: The database error 'kenosha_geek2.WP_BB_LOG' is screwy because i've never seen it before. Any clues?

Bad Behavior.

bye, Dirk

TechnoHippie

Anonymous
Don't forget, when you upgrade to add this line for Bad Behavior. It solves the database error:

***** EXTRA STEP FOR THIS PLUGIN *****

5) Edit your lib-common.php file. Find the line where the lib-database.php is
included:

require_once( $_CONF['path_system'] . 'lib-database.php' );

AFTER that line, add:

require_once( $_CONF['path_html'] . '/bad_behavior/bad-behavior-geeklog.php' );