- Posts: 3
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question updating from v3.0.8
- terminator
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 7 months ago - 10 years 7 months ago #168725
by terminator
updating from v3.0.8 was created by terminator
when i click update i'm getting this even when i removed the v3.0.8
Prepare Installation ... OK
Installing Kunena - Alphauserpoints plug-in ... OK
Installing Kunena - Community plug-in ... OK
Installing Kunena - Comprofiler plug-in ... OK
Installing Kunena - Gravatar plug-in ... OK
Installing Kunena - Uddeim plug-in ... OK
Installing Kunena - Kunena plug-in ... OK
Installing Kunena - Joomla plug-in ... OK
SQL Query: UPDATE `#__kunena_user_categories` SET `allreadtime_new`=if(UNIX_TIMESTAMP(`allreadtime`), UNIX_TIMESTAMP(`allreadtime`), `allreadtime`); ... FAILED
SQL Query: ALTER TABLE `#__kunena_user_categories` DROP `allreadtime` ; ... FAILED
SQL Query: ALTER TABLE `#__kunena_user_categories` CHANGE `allreadtime_new` `allreadtime` INT(11) NOT NULL DEFAULT '0'; ... FAILED
SQL Query: UPDATE #__kunena_user_categories AS c INNER JOIN #__kunena_sessions AS s ON c.user_id=s.userid SET c.allreadtime=s.lasttime WHERE c.category_id=0 AND s.lasttime>c.allreadtime; ... FAILED
Database upgraded to version 3.0.94 ... OK
Prepare Installation ... OK
Installing Kunena - Alphauserpoints plug-in ... OK
Installing Kunena - Community plug-in ... OK
Installing Kunena - Comprofiler plug-in ... OK
Installing Kunena - Gravatar plug-in ... OK
Installing Kunena - Uddeim plug-in ... OK
Installing Kunena - Kunena plug-in ... OK
Installing Kunena - Joomla plug-in ... OK
SQL Query: UPDATE `#__kunena_user_categories` SET `allreadtime_new`=if(UNIX_TIMESTAMP(`allreadtime`), UNIX_TIMESTAMP(`allreadtime`), `allreadtime`); ... FAILED
SQL Query: ALTER TABLE `#__kunena_user_categories` DROP `allreadtime` ; ... FAILED
SQL Query: ALTER TABLE `#__kunena_user_categories` CHANGE `allreadtime_new` `allreadtime` INT(11) NOT NULL DEFAULT '0'; ... FAILED
SQL Query: UPDATE #__kunena_user_categories AS c INNER JOIN #__kunena_sessions AS s ON c.user_id=s.userid SET c.allreadtime=s.lasttime WHERE c.category_id=0 AND s.lasttime>c.allreadtime; ... FAILED
Database upgraded to version 3.0.94 ... OK
Last edit: 10 years 7 months ago by terminator.
Please Log in or Create an account to join the conversation.
10 years 7 months ago #168728
by 810
Replied by 810 on topic updating from v3.0.8
try to open: administrator\components\com_kunena\install\kunena.install.upgrade.xml line 609 + 612 + 613 + 616
add mode="silenterror" after <query
Just like line 606
And try again. Just go to the backend and click on kunena, the install will retry
add mode="silenterror" after <query
Just like line 606
And try again. Just go to the backend and click on kunena, the install will retry
The following user(s) said Thank You: terminator
Please Log in or Create an account to join the conversation.
- terminator
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 7 months ago - 10 years 7 months ago #168751
by terminator
Replied by terminator on topic updating from v3.0.8
thank you for your help
now that's done now i'm getting this error
Edit: after what you told me to do work but it was give me an error but i have uninstalled it and went to joomla install and seach for kurena and install that way it worked fine
now that's done now i'm getting this error
Edit: after what you told me to do work but it was give me an error but i have uninstalled it and went to joomla install and seach for kurena and install that way it worked fine
Last edit: 10 years 7 months ago by terminator.
Please Log in or Create an account to join the conversation.
10 years 7 months ago #168755
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic updating from v3.0.8
Hello,
There is missing the field allreadtime in your table #__kunena_user_categories, apply this change : github.com/Kunena/Kunena-Forum/blob/deve...all.upgrade.xml#L606
There is missing the field allreadtime in your table #__kunena_user_categories, apply this change : github.com/Kunena/Kunena-Forum/blob/deve...all.upgrade.xml#L606
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds