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 SMF to Kunea
- FidelGonzales
-
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's'' at line 1.
What's that? How do I get it to work?
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
There are a few missing steps in the procedure:
- The SMF tables must be stored in the same database as the Joomla and Kunena tables.
- You have to install Kunena
- You need to edit the file mysql.php and change the following lines as indicated:
Code:{ if( false == mysql_connect("localhost", "user", "password") ) // FILL with your connections details ie location is usually localhost etc. die("Error"); if( false == mysql_select_db("database_name") ) // FILL with your database name die("Error."); }
This procedure may not necessarily overcome the problem that gjhvs cites in message #16454 but, at least, it puts the process into some more understandable context - e.g. I suspect that gjhvs did not edit the file mysql.php. It's also just as likely, as GM wrote, that the gjhvs' problem involves some vagary of the MySQL version that's being used.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Hi.!
I used smf2fb and for me worked perfectly. Only users not imported, but you can import before. I just imported 40k posts and no problem.
You must do some stetic cleanups in text of database, example remove and replace all <br /> for \r\n and things like that. If you have a few experience edditing db text you will do without any problem.
I hope this will help somebody, here is the small script.
Fred
Can you explain to me how I import users? Have the same problem. The messages/posts are done but there are no users after the conversion.
Please Log in or Create an account to join the conversation.