Your error log clearly tells you what the problem is. You already have the table gl_ignore_page from some other install. Find out why and delete it if possible or use a different prefix for the tables.
-- Tom Willett [EMAIL PROTECTED] ---------- Original Message ----------- From: Per Oskar Isdahl <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Thu, 1 Apr 2004 16:25:10 +0200 Subject: [geeklog-users] problems installing 'visitor stats' plugin 1.3 > Hi, > > I got a problem installing the Visitor Stats plugin version 1.3 from http://www.pigstye.net/gplugs/staticpages/index.php/20030303075728961 on my geeklog 1.3.9 @ http://paducktions.net/. I follow the readme exactly as it says but the installation failes with the following message: > > Install/Uninstall Stats Plugin > > Installation Failed -- See your error log to find out why. > > STOP! Before you press install please read Install > > README > > The Stats Plugin is Not Installed > > Below I have included the output from error.log.. > > --CUT FROM geeklog_dir/logs/error.log-- > Thu Apr 1 14:31:09 2004 - Attempting to install the stats Plugin > Thu Apr 1 14:31:09 2004 - Creating userstats table > Thu Apr 1 14:31:09 2004 - Success - Created userstats table > Thu Apr 1 14:31:09 2004 - Creating ignore_ip table > Thu Apr 1 14:31:09 2004 - Success - Created ignore_ip table > Thu Apr 1 14:31:09 2004 - Creating ignore_user table > Thu Apr 1 14:31:09 2004 - Success - Created ignore_user table > Thu Apr 1 14:31:09 2004 - Creating ignore_page table > Thu Apr 1 14:31:09 2004 - 1050: Table 'gl_ignore_page' already exists. SQL in question: > Thu Apr 1 14:31:09 2004 - Error Creating ignore_page table > Thu Apr 1 14:31:09 2004 - Attempting to unregister the Stats plugin from Geeklog > Thu Apr 1 14:31:09 2004 - Removing Table gl_userstats > Thu Apr 1 14:31:09 2004 - Removing Table gl_ignore_ip > Thu Apr 1 14:31:09 2004 - Removing Table gl_ignore_user > Thu Apr 1 14:31:09 2004 - Removing Table gl_st_vars > Thu Apr 1 14:31:09 2004 - Removing stats Admin Group > Thu Apr 1 14:31:09 2004 - Removing root users from admin of stats > Thu Apr 1 14:31:09 2004 - Removing group id in vars > Thu Apr 1 14:31:09 2004 - Removing stats.admin feature and rights to it > Thu Apr 1 14:31:09 2004 - Removing stats.view feature and rights to it > Thu Apr 1 14:31:09 2004 - Removing the gl_vars reference to stats > Thu Apr 1 14:31:09 2004 - > ***inside database->dbQuery***<br> > Thu Apr 1 14:31:09 2004 - > *** sql to execute is DELETE FROM gl_vars WHERE value = 'stats' ***<br> > Thu Apr 1 14:31:09 2004 - > *** Inside database->_connect ***<br> > Thu Apr 1 14:31:09 2004 - > ***leaving database->_connect***<br> > Thu Apr 1 14:31:09 2004 - > ***sql ran just fine***<BR> > Thu Apr 1 14:31:09 2004 - > *** Leaving database->dbQuery ***<BR> > Thu Apr 1 14:31:09 2004 - ...success > --END CUT-- > > Someone got an idea about what's going on, and what I can do to make it work? > > -- > Per Oskar Isdahl > [EMAIL PROTECTED] > http://paducktions.net/ ------- End of Original Message -------