- Posts: 2
- 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 Can't install, all sorts of errors
16 years 10 months ago #20491
by jopie100
Can't install, all sorts of errors was created by jopie100
Hi all,
Ik have tried to install the kunena 1.5.3 full package and it just doesn't let me finish it.
First I tried with the FTP layer enabled:
Then I turned off the FTP layer (with all folders marked green) and I get this:
I also tried the differenttly compressed packages and different methods (from local, from url).
Any ideas on this?
Jopie
Ik have tried to install the kunena 1.5.3 full package and it just doesn't let me finish it.
First I tried with the FTP layer enabled:
Code:
Component Install: DB function failed with error number 2006
MySQL server has gone away SQL=INSERT INTO jos_components VALUES( 0, 'Kunena Forum', 'option=com_kunena', 0, 0, 'option=com_kunena', 'Kunena Forum', 'com_kunena', 0, 'js/ThemeOffice/component.png', 0, '', 1 )
SQL =
INSERT INTO jos_components VALUES( 0, 'Kunena Forum', 'option=com_kunena', 0, 0, 'option=com_kunena', 'Kunena Forum', 'com_kunena', 0, 'js/ThemeOffice/component.png', 0, '', 1 )
JFTP::delete: Bad response
JFTP::delete: Bad response
Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
Then I turned off the FTP layer (with all folders marked green) and I get this:
Code:
JFolder::create: Path not in open_basedir paths
Unable to create destination
I also tried the differenttly compressed packages and different methods (from local, from url).
Any ideas on this?
Jopie
Please Log in or Create an account to join the conversation.
16 years 10 months ago #20515
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Can't install, all sorts of errors
Hello,
check the files permissions because the problem come from this.
check the files permissions because the problem come from this.
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.
16 years 10 months ago #20520
by jopie100
Replied by jopie100 on topic Re:Can't install, all sorts of errors
I cmodded all folders in the joomla list to 777. However that shouln't be nescessary with JFTP enabled.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #20559
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:Can't install, all sorts of errors
No need to chmod 777. That's like opening all doors and all windows of your house, just to walk inside.
chmod 777 is no recommended by Kunena or any serious component.
1.) Make sure all directories are writeable
2.) It looks like there is a base directory restriction in place on your server that no matter what you chmod files too, will prevent the server from writing to certain directories.
3.) FTP usually uses a different user account that the webserver itself. Make sure that that the owner and group setup for the ftp account is 'compatible' with the webserver. You might need to ssh into your server and identify the user and group setup of your files with an 'ls -la'. If necessary you might have to change the owner or group of your files with a 'chown ...' command.
4.) In the very first case it looks like you ran into a MySQL timeout. Unfortunately the Joomla 1.5 installer is very slow and can make the install take too long. In this case you might want to upload the entire package into a separate directory on your server, unzip or untar it and run the install from that local directory.
Hope this helps!
chmod 777 is no recommended by Kunena or any serious component.
1.) Make sure all directories are writeable
2.) It looks like there is a base directory restriction in place on your server that no matter what you chmod files too, will prevent the server from writing to certain directories.
3.) FTP usually uses a different user account that the webserver itself. Make sure that that the owner and group setup for the ftp account is 'compatible' with the webserver. You might need to ssh into your server and identify the user and group setup of your files with an 'ls -la'. If necessary you might have to change the owner or group of your files with a 'chown ...' command.
4.) In the very first case it looks like you ran into a MySQL timeout. Unfortunately the Joomla 1.5 installer is very slow and can make the install take too long. In this case you might want to upload the entire package into a separate directory on your server, unzip or untar it and run the install from that local directory.
Hope this helps!
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Time to create page: 0.262 seconds