Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: create new user problem  (Read 4858 times)

0 Members and 1 Guest are viewing this topic.

Ishmael

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
create new user problem
« on: January 16, 2005, 04:45:18 pm »

The gallery seem to work fine with on exception.

When I select "add new user" I get the following error:

While executing query "INSERT INTO cpg132_users(user_regdate, user_active) VALUES (NOW(), 'YES')" on 0

mySQL error: Table 'mysql.proc' doesn't exist


Checking the db through mysql I confirmed that the cpg132_users table exists and that the referenced fields exist as well. (the admin user does appear in the user list.)

I'm running FreeBSD, Apache 1.3.x, php 4.3.x and mysql 5.0.x

Any ideas out there?

Ishmael
Logged

Nibbler

  • Guest
Re: create new user problem
« Reply #1 on: January 16, 2005, 04:55:04 pm »

Can you try running query with a space between cpg132_users and the opening bracket ?

Code: [Select]
INSERT INTO cpg132_users (user_regdate, user_active) VALUES (NOW(), 'YES')
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: create new user problem
« Reply #2 on: January 16, 2005, 05:33:34 pm »

There isn't anything wrong with the Coppermine tables.  A Google search turns up this:

http://lists.mysql.com/mysql/166486
http://article.gmane.org/gmane.comp.db.mysql.general/44018
http://archives.neohapsis.com/archives/mysql/2004-q1/0597.html

This appears to be a MySQL 5.0 installation issue with the GRANT tables.  See if any of those links help you out.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.