- Posts: 137
- 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 Errors when saving Kunena Configuration
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
Please Log in or Create an account to join the conversation.
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.
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.
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.
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.
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.