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 Errors when saving Kunena Configuration

More
16 years 10 months ago #21169 by itgl72
While on my live server when I try to make a change on the Kunena Configuration and click SAVE I get the error screen below. Anyone know what this means?

Database Version: 5.0.45-community-nt
PHP Version: 5.2.5
Joomla! Version: Joomla! 1.5.11 Production/Stable
Kunena 1.0.10
CB 1.2.1


Code:
variable value $0 " key value $file "C:\Apache\Apache2\htdocs\dads2\components\com_kunena\lib\kunena.debug.php" $line "45" $function "debug_callstackinfo" [args] Nested Array " $1 " key value $file "C:\Apache\Apache2\htdocs\dads2\components\com_kunena\lib\kunena.debug.php" $line "67" $function "trigger_dberror" [args] Nested Array " $2 " key value $file "C:\Apache\Apache2\htdocs\dads2\components\com_kunena\lib\kunena.config.class.php" $line "186" $function "check_dberror" [args] Nested Array " $3 " key value $file "C:\Apache\Apache2\htdocs\dads2\administrator\components\com_kunena\admin.kunena.php" $line "864" $function "backup" $class "CKunenaConfigBase" $type "->" [args] Nested Array " $4 " key value $file "C:\Apache\Apache2\htdocs\dads2\administrator\components\com_kunena\admin.kunena.php" $line "174" $function "saveConfig" [args] Nested Array " $5 " key value $file "C:\Apache\Apache2\htdocs\dads2\libraries\joomla\application\component\helper.php" $line "162" [args] Nested Array $function "require_once" " $6 " key value $file "C:\Apache\Apache2\htdocs\dads2\administrator\includes\application.php" $line "136" $function "renderComponent" $class "JComponentHelper" $type "->" [args] Nested Array " $7 " key value $file "C:\Apache\Apache2\htdocs\dads2\administrator\index.php" $line "67" $function "dispatch" $class "JAdministrator" $type "->" [args] Nested Array " $8 " key value $file "C:\Apache\Apache2\htdocs\dads2\administrator\index2.php" $line "14" [args] Nested Array $function "include" " Installed version: Kunena 1.0.10 | 2009-05-21 | 1344 [ Parier! ] | php 5.2.5 | mysql 5.0.45-community-nt

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #21170 by xillibit
Hello,

this is difficult to surround, there are some things which maybe can help : www.kunena.com/forum/93-solved--support/...php-errors?limit=10&

Do you have tried to do a clean install, before to reinstalled and in doing a database backup ?

Do you have tried Kunena 1.5.3, if you have the same problem ?

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.

More
16 years 10 months ago #21175 by itgl72
xillibit wrote:

Hello,

this is difficult to surround, there are some things which maybe can help : www.kunena.com/forum/93-solved--support/...php-errors?limit=10&

Do you have tried to do a clean install, before to reinstalled and in doing a database backup ?

Do you have tried Kunena 1.5.3, if you have the same problem ?


First let me say, could this be permissions of the files issue?
I made a copy of the website on the live server and put it in another directory, also the DB. On this backup site I can login, and save info on the Kunena Configuration page.

The website was originally created on local host here on my laptop then winrared and then uploaded to the webserver. All seemed to just work until I tried this save in the kunena config.

Have not done a clean install or reinstall of anything yet since I did the step above, waiting on feedback.

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #21178 by fxstein
This could be a MySQL permissions problem.

Make sure your MySQL user on that server has create table access rights. The function that fails is the one that creates a backup copy of the config, before overwriting it with the new settings.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #21179 by itgl72
Here is what I get when I turn on debugging and try to save:

500 - An error has occurred.

JDatabaseMySQL::query: 1005 - Can't create table '.\dads2\jos_fb_config_backup.frm' (errno: 121) SQL=CREATE TABLE jos_fb_config_backup SELECT * FROM jos_fb_config

Call stack
# Function Location
1 include() C:\Apache\Apache2\htdocs\dads2\administrator\index2.php:14
2 JAdministrator->dispatch() C:\Apache\Apache2\htdocs\dads2\administrator\index.php:67
3 JComponentHelper->renderComponent() C:\Apache\Apache2\htdocs\dads2\administrator\includes\application.php:136
4 require_once() C:\Apache\Apache2\htdocs\dads2\libraries\joomla\application\component\helper.php:162
5 saveConfig() C:\Apache\Apache2\htdocs\dads2\administrator\components\com_kunena\admin.kunena.php:174
6 CKunenaConfigBase->backup() C:\Apache\Apache2\htdocs\dads2\administrator\components\com_kunena\admin.kunena.php:864
7 JDatabaseMySQL->query() C:\Apache\Apache2\htdocs\dads2\components\com_kunena\lib\kunena.config.class.php:185
8 JError->raiseError() C:\Apache\Apache2\htdocs\dads2\libraries\joomla\database\database\mysql.php:231
9 JError->raise() C:\Apache\Apache2\htdocs\dads2\libraries\joomla\error\error.php:171
10 JException->__construct() C:\Apache\Apache2\htdocs\dads2\libraries\joomla\error\error.php:136

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #21181 by itgl72
fxstein wrote:

This could be a MySQL permissions problem.

Make sure your MySQL user on that server has create table access rights. The function that fails is the one that creates a backup copy of the config, before overwriting it with the new settings.


OK, however... in the DUPLICATE website on the same server (folder2 and duplicate is in folder3) I can turn on debug on that site, click kunena configuration and save and there is no error.

Wouldnt it happen for both if it were a MySQL permissions problem?

Please Log in or Create an account to join the conversation.

Time to create page: 0.271 seconds