Usermanger help!?!?! Usermanger help!?!?!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Usermanger help!?!?!

Started by Yukino, September 15, 2005, 03:32:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yukino

alright.  i upgraded to 1.4 but found it to be to buggy...

so then it replaced the files that i had saved from my 1.3 

but now when i go to the user manager to add users to other groups and i select the group that i want my users in then try to save it i get this

Critical error
There was an error while processing a database query 


heeeelp?!?!?!  how do i fix it?

Nibbler

Enable debug mode and post the mysql error message that you get when you replicate the error.

Yukino

ok with debug mode enabled when i do all that i get the following:

Critical error

There was an error while processing a database query.


While executing query "UPDATE cpg132_users SET user_name           = 'Tyrinn', user_email          = '', user_active    = 'YES', user_group           = '2', user_location  = '', user_interests = '', user_website          = '', user_occupation= '', user_group_list      = '6' WHERE user_id = '71'" on 0

mySQL error: Unknown column 'user_location' in 'field list'



File: /www/a/animeextreme/htdocs/imagegallery/include/functions.inc.php - Line: 105


Nibbler

Restore your database from the backup you made during the upgrade to 1.4

Yukino

that's the only way to fix it?

Nibbler

The other way is to reverse the database changes manually by inspecting sql/update.sql and applying the reverse operations to your database.