- Posts: 6
- 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 Problem installing latest stable 1.5.8.
16 years 4 months ago #36380
by Lion32
Problem installing latest stable 1.5.8. was created by Lion32
Hello,
I've been trying to install latest kunena on my joomla for several hours now.. tried everything but always fail.
No matter what I do (install from uplaoded package, isntall from directory) I am always getting the same:
The table jos_fb_version is created but nothing else... then if I check my components I find kunena there but it gives me this:
I tried unninstalling it and instaling it again and again.. deleting all tmp files and uplading and uncompress it on the server and then install it from the directory... still the same!
I have
PHP Version 5.2.11
MySQL - 5.0.22-log
enough freespace
so where's the problem?
I've been trying to install latest kunena on my joomla for several hours now.. tried everything but always fail.
No matter what I do (install from uplaoded package, isntall from directory) I am always getting the same:
The table jos_fb_version is created but nothing else... then if I check my components I find kunena there but it gives me this:
I tried unninstalling it and instaling it again and again.. deleting all tmp files and uplading and uncompress it on the server and then install it from the directory... still the same!
I have
PHP Version 5.2.11
MySQL - 5.0.22-log
enough freespace
so where's the problem?
Please Log in or Create an account to join the conversation.
16 years 3 months ago #36383
by Lion32
Replied by Lion32 on topic Re: Problem installing latest stable 1.5.8.
I forgot to tell I tryed with 1.5.7 too, needless to say with same result
Please Log in or Create an account to join the conversation.
16 years 3 months ago #36384
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Problem installing latest stable 1.5.8.
Hello,
Check if you can, in your php.ini file if you are these values, the joomla! is a bit slow :
php max_execution_time = 120
php memory_limit = 64M
What are the tables in your database begining by jos_fb_* ?
Check if you can, in your php.ini file if you are these values, the joomla! is a bit slow :
php max_execution_time = 120
php memory_limit = 64M
What are the tables in your database begining by jos_fb_* ?
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 3 months ago #36391
by Lion32
Replied by Lion32 on topic Re:Problem installing latest stable 1.5.8.
sorry, cannot check php.ini (shared hosting)
but phpinfo shows me:
memory_limit 200M
post_max_size 50M
max_input_time 600
max_execution_time 600
so I don't think the problem is in php settings
the jos_fb is only version ... no other tables and it's empty
so my guess is something gets wrong populating the DB (this table)
and obviously I cleaned the db too when I tried reinstalling kunena
but phpinfo shows me:
memory_limit 200M
post_max_size 50M
max_input_time 600
max_execution_time 600
so I don't think the problem is in php settings
the jos_fb is only version ... no other tables and it's empty
so my guess is something gets wrong populating the DB (this table)
and obviously I cleaned the db too when I tried reinstalling kunena
Please Log in or Create an account to join the conversation.
16 years 3 months ago #36397
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Problem installing latest stable 1.5.8.
Do you do a clean install of kunena ? Check with this query, if the kunena installer a populate the item in jos_components, if you have a result it's good :
Code:
SELECT * FROM `jos_components` WHERE name='Kunena Forum'
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 3 months ago #36400
by Lion32
Replied by Lion32 on topic Re:Problem installing latest stable 1.5.8.
obviously now I do... but when trying clean installing it I remove kunena from the components
Please Log in or Create an account to join the conversation.
Time to create page: 0.268 seconds