Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Joomlaboard to Kunena via Fireboard - attached images missing!

More
17 years 3 months ago #14636 by santapec
Thanks a lot guys for trying to help! I really appreciate it.

Ok, I've discovered that the problem occurs earlier, when I export my old Joomlaboard database from the remote server and import it to my local server. The pictures don't show up in the local Joomlaboard forum.

I've downloaded all the images and put them in the right directory. If I can solve this, I'm sure (or at least hopeful) they will transfer ok to Fireboard.

I've been trying for days now but I don't know what I'm doing wrong. I've been using Joomlapack on the remote server for export and I've tried importing with both bigdump.php and directly in phpmyadmin. The .sql file is 31MB.

:S

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #14875 by santapec
I have partially solved this. Turns out that I had Hotlink Protection enabled on my remote server, which is why the images didn't show up. If I turn that off they show up in the local Joomlaboard and Fireboard install but they are still linked to the old Joomlaboard directory on the remote server as opposed to the local one. Not a perfect solution but at least it works. I might just end up keeping the old images in that directory and let the new ones be uploaded to the fbfiles directory.
I'm jumping up and down right now. Thanks again guys!

:woohoo:

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #15049 by Matias
You may want to search and replace urls in your database. It's something like this:

UPDATE jos_fb_attachments SET filelocation = replace(filelocation,'"OLD','NEW');
UPDATE jos_fb_messages_text SET message = replace(message,'OLD','NEW');

OLD and NEW can be whatever you want to change..

Please Log in or Create an account to join the conversation.

Time to create page: 0.327 seconds