- This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago by
jprause.
-
13th April 2017 at 7:55 pm #8257
In step 5 of the upgrade process I get this error:
PDOException: SQLSTATE[01000]: Warning: 1265 Data truncated for column ‘component’ at row 60 in /var/www/kiwitrees-ps/library/WT/DB.php:193 Stack trace: #0 /var/www/kiwitrees-ps/library/WT/DB.php(193): PDO->exec(‘ALTER TABLE
kt...') #1 /var/www/kiwitrees-ps/includes/db_schema/db_schema_32_33.php(63): WT_DB::exec('ALTER TABLE
kt…’) #2 /var/www/kiwitrees-ps/library/WT/DB.php(253): require(‘/var/www/kiwitr…’) #3 /var/www/kiwitrees-ps/includes/session.php(263): WT_DB::updateSchema(‘/var/www/kiwitr…’, ‘WT_SCHEMA_VERSI…’, 33) #4 /var/www/kiwitrees-ps/admin.php(26): require(‘/var/www/kiwitr…’) #5 {main}PHP version 7.0.
Thanks for help. -
13th April 2017 at 8:02 pm #8260
That is a MYSQL error, not PHP. What version of MySQL do you use?
Nigel
My personal kiwitrees site is www.our-families.info -
13th April 2017 at 8:17 pm #8263
MYSQL 5.7.17
-
13th April 2017 at 8:26 pm #8265
OK. I have not tested kiwitrees with that version yet, so it might be a problem, perhaps.
But it’s a minor issue, so should be easy to fix manually.
All that line does is update the allowed values for the “component” field in the __modules_privacy table in your database. If you look at the structure of that table, the allowed values should be
‘block’,’chart’,’list’,’menu’,’report’,’sidebar’,’tab’,’widget’Simply change it manually to those.
Nigel
My personal kiwitrees site is www.our-families.info -
13th April 2017 at 8:36 pm #8266
I do not need change anything as the component field of table _module_privacy value is:
‘block’,’chart’,’list’,’menu’,’report’,’sidebar’,’tab’,’widget’,’resource’
-
13th April 2017 at 8:42 pm #8268
I do not need change anything as the component field of table _module_privacy value is:
‘block’,’chart’,’list’,’menu’,’report’,’sidebar’,’tab’,’widget’,’resource’
Yes you do. My list is different to yours. Remove ’resource’.
If it will not permit that change, then an earlier line in the code also failed. If so, change all references to “resource” in that table to ‘report’.
Nigel
My personal kiwitrees site is www.our-families.info -
13th April 2017 at 9:20 pm #8270
I did so – now it works.
Thank you Nigel.
- The topic ‘Upgrade to 3.3.0 error’ is closed to new replies.