- Posts: 59
- Thank you received: 1
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
Sticky migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
15 years 10 months ago #49748
by Dannymh
Replied by Dannymh on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
If your server supported is can you please do the following
Create a php.ini file and put the following in it and upload it to the directory with the script in it
re-run the script and you should have an error_log file in the same folder or in your host account somewhere. Attach that file or past the contents in here and I will be able to help you out.
Something is basically either not coming up in one of the queries or there is another error
Create a php.ini file and put the following in it and upload it to the directory with the script in it
Code:
display_errors = Off
log_errors = On
re-run the script and you should have an error_log file in the same folder or in your host account somewhere. Attach that file or past the contents in here and I will be able to help you out.
Something is basically either not coming up in one of the queries or there is another error
Please Log in or Create an account to join the conversation.
- kraymitchell
-
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
15 years 10 months ago #49773
by kraymitchell
Replied by kraymitchell on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Morning Danny!
OK, I tried again this morning with a clear brain, but am still getting the short end of the stick. I managed to get some screenshots of the action (Attached).
Here is the only thing in the error log, hopefully the Zend Optimizer is the issue and I can get it fixed!
OK, I tried again this morning with a clear brain, but am still getting the short end of the stick. I managed to get some screenshots of the action (Attached).
Here is the only thing in the error log, hopefully the Zend Optimizer is the issue and I can get it fixed!
Code:
[07-Jun-2010 08:29:14] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:29:20] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:32:59] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:33:04] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:33:34] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:33:55] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[07-Jun-2010 08:33:57] PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
Please Log in or Create an account to join the conversation.
15 years 10 months ago #49796
by Dannymh
Replied by Dannymh on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Zend Optimizer is just a warning and wont have an impact on this at all.
Can you please let me know the results of the following queries?
That will tell us how many messages are in each of those tables and whether any have been imported.
Run both before and after the import script. If you trust me enough I will be happy to take a look if you want to give me "read" database access and php access
Can you please let me know the results of the following queries?
Code:
SELECT count(*) as smf_messages FROM smf_messages
Select count(*) as kunena_messages from jos_fb_messages
That will tell us how many messages are in each of those tables and whether any have been imported.
Run both before and after the import script. If you trust me enough I will be happy to take a look if you want to give me "read" database access and php access
Please Log in or Create an account to join the conversation.
- kraymitchell
-
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
15 years 10 months ago #49806
by kraymitchell
Replied by kraymitchell on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Hey Danny,
Here are the results:
PRE SCRIPT
smf_messages
21038
kunena_messages
1
POST SCRIPT
smf_messages
21038
kunena_messages
21038
It's strange though, because on the front end of the forum, I get:
Total Messages: 0 Total Subjects: 0 Total Sections: 6 Total Categories: 27
Let me know if you still want access to the phpMyAdmin.
Here are the results:
PRE SCRIPT
smf_messages
21038
kunena_messages
1
POST SCRIPT
smf_messages
21038
kunena_messages
21038
It's strange though, because on the front end of the forum, I get:
Total Messages: 0 Total Subjects: 0 Total Sections: 6 Total Categories: 27
Let me know if you still want access to the phpMyAdmin.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #49807
by Dannymh
Replied by Dannymh on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Ok this is all good, it tells us we have the posts, you need to now go into your Kunena backend and update the post totals etc.
Can I get front-end access to your site, or even admin access to kunena if you want. I dont mind jumping in for a quick look.
Dan
Can I get front-end access to your site, or even admin access to kunena if you want. I dont mind jumping in for a quick look.
Dan
Please Log in or Create an account to join the conversation.
- kraymitchell
-
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
15 years 10 months ago #49809
by kraymitchell
Replied by kraymitchell on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Danny, what about the users?
I have PMd you login information.
I have PMd you login information.
Please Log in or Create an account to join the conversation.
Time to create page: 0.260 seconds