Forums / Cotonti / Development / Siena Beta Testing

<<<1...5...91011121314>>>

Bugfixing and evaluation cycle started

Trustmaster
#166 2011-02-28 05:23
# pieter : {USERS_PROFILE_HIDEEMAIL} does not work.
Is there a way to show emailadres in profile?

Added 4 hours 36 minutes later:


Added
$R['users_link_sort'] = '<a href="{$asc_url}" rel="nofollow"><img class="icon" src="themes/symisun-03/img/system/arrow-down.gif" alt="" /></a> <a href="{$desc_url}" rel="nofollow"><img class="icon" src="themes/symisun-03/img/system/arrow-up.gif" alt="" /></a> {$text}';
This did work. I think, but not anymore.

I added also the following in theme.php but it does not work.

$R['forums_icon_posts'] = '<img class="icon" src="themes/symisun-03/img/system/posts.gif" alt="'.$L['forums_nonewposts'].'" />';
$R['forums_icon_posts_hot'] = '<img class="icon" src="themes/symisun-03/img/system/posts_hot.gif" alt="'.$L['forums_nonewpostspopular'].'" />';
$R['forums_icon_posts_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_locked.gif" alt="'.$L['forums_locked'].'" />';
$R['forums_icon_posts_moved'] = '<img class="icon" src="themes/symisun-03/img/system/posts_moved.gif" alt="'.$L['forums_movedoutofthissection'].'" />';
$R['forums_icon_posts_new'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new.gif" alt="'.$L['forums_newposts'].'" />';
$R['forums_icon_posts_new_hot'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_hot.gif" alt="'.$L['forums_newpostspopular'] .'" />';
$R['forums_icon_posts_new_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_locked.gif" alt="'.$L['forums_newpostslocked'].'" />';
$R['forums_icon_posts_new_sticky'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_sticky.gif" alt="'.$L['forums_newpostssticky'].'" />';
$R['forums_icon_posts_new_sticky_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_sticky_locked.gif" alt="'.$L['forums_newannouncment'].'" />';
$R['forums_icon_posts_sticky'] = '<img class="icon" src="themes/symisun-03/img/system/posts_sticky.gif" alt="'.$L['forums_sticky'].'" />';
$R['forums_icon_posts_sticky_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_sticky_locked.gif" alt="'.$L['forums_announcment'].'" />';
$R['forums_icon_subforum'] = '<img class="icon" src="modules/forums/img/subforum.png" alt="{PHP.L.Subforum}" />';

How does this work?
$cfg['defaulticons'] = 'default'; // Default icon pack
Fixed

Added -12,274 ms later:

Test

May the Source be with you!
GHengeveld
#167 2011-02-28 01:36

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
#168 2011-02-28 17:24

{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
#169 2011-03-01 21:36

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
#170 2011-03-02 05:56

I upgraded from Genoa. Maybe an upgrade fault.

... can we help you ...
Trustmaster
#171 2011-03-31 06:52

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
#172 2011-03-31 09:50

Test also upgrading from 0.6.14??

... can we help you ...
Trustmaster
#173 2011-03-31 10:59

Yes, please

May the Source be with you!
pieter
#174 2011-04-01 09:56

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:
Fatal error: SQL error 42S21: Column already exists: 1060 Duplicate column name 'page_keywords'

#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:
Fatal error: Default theme not found.

#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
#175 2011-04-01 18:03

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
#176 2011-04-01 18:57

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
#177 2011-04-02 11:07

Upgrade from Genoa is fixed in r1979.

May the Source be with you!
pieter
#178 2011-04-02 13:17

I got to create the /datas/cache/cot my self.

... can we help you ...
Trustmaster
#179 2011-04-03 08:59

Since r1982 it will create cache subfolders upon upgrade.

May the Source be with you!
anotherfruit
#180 2011-04-04 11:59

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).

<<<1...5...91011121314>>>