Bugfixing and evaluation cycle started
Trustmaster |
|
---|---|
# pieter : {USERS_PROFILE_HIDEEMAIL} does not work.Fixed Added -12,274 ms later: Test May the Source be with you!
|
GHengeveld |
|
---|---|
TPL inheritance for structure categories is bugged. It's not possible to set inheritance from another category (it will set it as same_as_parent instead). Also, if the inheritance is set correctly from another category (through phpMyAdmin for example), the default value of the form is set to Same as Parent rather than the category it really inherits from. |
pieter |
|
---|---|
{COMMENTS_TITLE} is used in Edit a comment. But it gives "TAGS" as output instead of "Edit comment" Added 13 hours later: ----------------------------------------------------------------------------------------------------------- I tried to upgrade my genoa site: When installing Hiddengroups, I got following error: 2011-03-01 08:17 Fatal error: SQL error 42S21: Column already exists: 1060 Duplicate column name 'grp_hidden' #0 cot_diefatal(SQL error 42S21: Column already exists: 1060 Duplicate column name 'grp_hidden') called at [/home/k3098kru/public_html/_subsites/broens/system/database.php:436] #1 CotDB->query(ALTER TABLE `sed_groups` ADD COLUMN `grp_hidden` TINYINT NOT NULL DEFAULT '0' AFTER `grp_disabled`;) called at [/home/k3098kru/public_html/_subsites/broens/system/database.php:382] #2 CotDB->runScript(ALTER TABLE `cot_groups` ADD COLUMN `grp_hidden` TINYINT NOT NULL DEFAULT '0' AFTER `grp_disabled`;) called at [/home/k3098kru/public_html/_subsites/broens/system/extensions.php:486] #3 cot_extension_install(hiddengroups, ) called at [/home/k3098kru/public_html/_subsites/broens/system/admin/admin.extensions.php:334] #4 require(/home/k3098kru/public_html/_subsites/broens/system/admin/admin.extensions.php) called at [/home/k3098kru/public_html/_subsites/broens/system/admin/admin.main.php:65] #5 include(/home/k3098kru/public_html/_subsites/broens/system/admin/admin.main.php) called at [/home/k3098kru/public_html/_subsites/broens/admin.php:25] ... can we help you ...
|
|
This post was edited by pieter (2011-03-01 16:37, 13 years ago) |
GHengeveld |
|
---|---|
That SQL error couldn't have occurred with the last version. It now checks to see if the column already exists before adding it. |
pieter |
|
---|---|
I upgraded from Genoa. Maybe an upgrade fault. ... can we help you ...
|
Trustmaster |
|
---|---|
Last call for 0.9.0: Please test current trunk version intensively and report bugs here. If no critical bugs are found or all of them are fixed within these days, 0.9.0 will be released on Monday, April 4th. After 0.9.0 is released, all the further bugfixing work will be held using the Trac tickets system, in 0.9.1 and later. May the Source be with you!
|
pieter |
|
---|---|
Test also upgrading from 0.6.14?? ... can we help you ...
|
Trustmaster |
|
---|---|
Yes, please May the Source be with you!
|
pieter |
|
---|---|
I did the upgrade of my 0.6.14. Copied to test site. And it was running on the testsite at 0.6.14 I copied trunk over it. I did /install.php
Error: #0 cot_diefatal(SQL error 42S21: Column already exists: 1060 Duplicate column name 'page_keywords') called at [/home/k3098kru/public_html/_subsites/broens/system/database.php:436] #1 CotDB->query(ALTER TABLE `sed_pages` ADD COLUMN `page_keywords` varchar(255) collate utf8_unicode_ci;) called at [/home/k3098kru/public_html/_subsites/broens/system/database.php:382] #2 CotDB->runScript(/* 0.9.0.1 page_keywords field */ ALTER TABLE `cot_pages` ADD COLUMN `page_keywords` varchar(255) collate utf8_unicode_ci;) called at [/home/k3098kru/public_html/_subsites/broens/system/extensions.php:83] #3 cot_apply_patches(modules/page/setup, 0.8.99) called at [/home/k3098kru/public_html/_subsites/broens/system/extensions.php:473] #4 cot_extension_install(page, 1, 1) called at [/home/k3098kru/public_html/_subsites/broens/modules/install/inc/install.update.php:158] #5 include(/home/k3098kru/public_html/_subsites/broens/modules/install/inc/install.update.php) called at [/home/k3098kru/public_html/_subsites/broens/install.php:125]
After pressing F5: #0 cot_diefatal(Default theme not found.) called at [/home/k3098kru/public_html/_subsites/broens/system/common.php:494] #1 require_once(/home/k3098kru/public_html/_subsites/broens/system/common.php) called at [/home/k3098kru/public_html/_subsites/broens/install.php:103]
... can we help you ...
|
|
This post was edited by pieter (2011-04-01 16:12, 13 years ago) |
Trustmaster |
|
---|---|
Was it a fresh install of 0.6.14 or you added page_keywords manually as extrafield before? May the Source be with you!
|
pieter |
|
---|---|
It is a site starting from LDU802 till Cotonti 0.6.14 This was the sed_pages part before upgrading to Siena:
Veld Type Collatie Attributen Null Standaardwaarde Extra Actie
page_id int(11) UNSIGNED Nee auto_increment
page_state tinyint(1) UNSIGNED Nee 0
page_type tinyint(1) Ja 0
page_cat varchar(255) latin1_swedish_ci Ja NULL
page_key varchar(16) latin1_swedish_ci Ja NULL
page_extra1 varchar(255) latin1_swedish_ci Nee
page_extra2 varchar(255) latin1_swedish_ci Nee
page_extra3 varchar(255) latin1_swedish_ci Nee
page_extra4 varchar(255) latin1_swedish_ci Nee
page_extra5 varchar(255) latin1_swedish_ci Nee
page_title varchar(255) latin1_swedish_ci Ja NULL
page_desc varchar(255) latin1_swedish_ci Ja NULL
page_text mediumtext utf8_unicode_ci Ja NULL
page_author varchar(100) utf8_unicode_ci Nee
page_ownerid int(11) Nee 0
page_date int(11) Nee 0
page_begin int(11) Nee 0
page_expire int(11) Nee 0
page_file tinyint(4) Ja NULL
page_url varchar(255) latin1_swedish_ci Ja NULL
page_size varchar(16) latin1_swedish_ci Ja NULL
page_count mediumint(8) UNSIGNED Ja 0
page_rating decimal(5,2) Nee 0.00
page_filecount mediumint(8) UNSIGNED Ja 0
page_alias varchar(255) latin1_swedish_ci Ja NULL
page_html mediumtext utf8_unicode_ci Ja NULL
page_comcount mediumint(8) UNSIGNED Ja 0
page_avatar varchar(255) latin1_swedish_ci Ja NULL
... can we help you ...
|
|
This post was edited by pieter (2011-04-01 20:13, 13 years ago) |
Trustmaster |
|
---|---|
Upgrade from Genoa is fixed in r1979. May the Source be with you!
|
pieter |
|
---|---|
I got to create the /datas/cache/cot my self. ... can we help you ...
|
Trustmaster |
|
---|---|
Since r1982 it will create cache subfolders upon upgrade. May the Source be with you!
|
anotherfruit |
|
---|---|
Hey, the release note link of 0.9.0 on the front page is currently pointing to 0.6.15. (I was looking for an update script). |