Errror after upgrade to version 1.32 Errror after upgrade to version 1.32
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Errror after upgrade to version 1.32

Started by SaigonK, August 20, 2004, 02:55:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SaigonK

I get this error:

While executing query "INSERT INTO cpg11d_users (user_regdate, user_active, user_actkey, user_name, user_password, user_email, user_location, user_interests, user_website, user_occupation) VALUES (NOW(), 'NO', '590b66429871789be681e8fe161b7801', 'test123', 'test', 'test@is12.net', '', '', '', '' )" on 0

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

I was sure it would be added manually, but no go.

Joachim Müller

did you run update.php as suggested in the docs, section "Upgrading"?

GauGau

SaigonK

yup! I did and it didnt make a difference, no big deal i went back to 1.3.1 for now and will do a fresh install of 1.3.2 to see if the problem exists again.

Thanks!

Joachim Müller

check if your mysql user has ALTER permissions. Ask your webhost.

GauGau