- Posts: 5
- 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
Sticky How to move, copy or merge my old Kunena forums from one site to another
I have done what you propopsed to do:
"Message #4 in this topic explains, exactly, the information that you need to move across"
and the transfer worked as you can see on the data file enclosed.
I admid, that I do not fully understand the matter. Would I otherwise ask for support in a support forum?
Rather than asking for professionels doing the work, I prefer to learn by doing it by my self. As I understood from your advices in # 4 copying the data is not as complicated as merging the data. And I only want to copy, not to merge.
Therefore I would very much appreciate some advice how to go on.
Thank you in advance and please excuse my poor english.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
consulta SQL:
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- www.phpmyadmin.net
--
-- Servidor: mysql18.freehostia.com
-- Tiempo de generación: 12-03-2012 a las 18:49:34
-- Versión del servidor: 5.1.50
-- Versión de PHP: 5.2.6-1+lenny9
--
-- Base de datos: `marrub10_ei`
--
--
--
-- Estructura de tabla para la tabla `dbeuo_kunena_announcement`
--
CREATE TABLE `dbeuo_kunena_announcement` (
`id` INT( 3 ) NOT NULL AUTO_INCREMENT ,
`title` TINYTEXT NOT NULL ,
`sdescription` TEXT NOT NULL ,
`description` TEXT NOT NULL ,
`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
`published` TINYINT( 1 ) NOT NULL DEFAULT '0',
`ordering` TINYINT( 4 ) NOT NULL DEFAULT '0',
`showdate` TINYINT( 1 ) NOT NULL DEFAULT '1',
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1
MySQL ha dicho:
#1050 - Table 'dbeuo_kunena_announcement' already exists
[ Volver ]
What happens? thanks and regards
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- karaokeamerica
-
Topic Author
- Offline
- Junior Member
-
- Posts: 32
- Thank you received: 1
Sozzled, wouldn't you like to learn Sobi Pro so you can help (me) in those forums as well.....sozzled wrote: Drop the existing table(s) in your new site before you try to insert the new tables. Then you won't get those error messages.
Please Log in or Create an account to join the conversation.