|
Re: new installation and import of old "core data" [message #29892 is a reply to message #29873] |
Mon, 23 January 2006 14:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The stablest release would be 2.7.4RC1 at this point and RC2 that will be out this week would be even more stable. As far as importing data into the forum you can use FUDAPI for this purpose (fudapi.inc.php) available in later releases.
Search table rebuilding can be done via rebuild control panel, if you want to do it manually that's where you can borrow code from.
FUDforum Core Developer
|
|
|
|
|
|
Re: new installation and import of old "core data" [message #29963 is a reply to message #29892] |
Thu, 26 January 2006 03:44 |
Lynky
Messages: 38 Registered: May 2003 Location: Germany
Karma: 0
|
Member |
|
|
hi ilia,
i just installed the rc2. I looked at the fudapi and decided that i will first try to migrate the whole data to the new verison.
So i did a datadump of the old version and tried to import it into the rc2 one. I got following error:
(/myiisfolder/subsys/forum/include/theme/default/db.inc:78
/myiisfolder/subsys/forum/include/theme/default/db.inc:150
/myiisfolder/subsys/forum/adm/admimport.php:116
) 2013: Lost connection to MySQL server during query
Query: SHOW TABLES LIKE 'fud26_%'
_POST: array ( 'S' => '99b8542e5dfd7f054c8bb2c85a392cbb', 'SQ' => '54d24eb65df4ffecc20544c89a4959ac', 'path' => '/myiisfolder/forum/FUDforum_26_01_2006_03_13.fud.gz', 'btn_submit' => 'Import Data', )
Server Version: 4.0.24_Debian-4.dotdeb.0-log
[Referring Page] http://myiisfolder/subsys/forum/adm/admimport.php?S=99b8542e5dfd7f054c8bb2c 85a392cbb&SQ=54d24eb65df4ffecc20544c89a4959ac
why did that happen and how can i fix it?
The export ended with "Processing directory: /myiisfolder/forum/images/avatars" and not with a "DONE" or something like that. I don't know if it worked properly as well. Please help as soon as possible - the old forum is offline at this point of time!
Thanks in advance,
Philipp
[Updated on: Thu, 26 January 2006 03:45] Report message to a moderator
|
|
|
|
|
Re: new installation and import of old "core data" [message #30031 is a reply to message #30027] |
Mon, 30 January 2006 14:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
MySQL timeout canno be changed via php settings, since it is a mysql configuration option. Check the MySQL manual, you maybe able to do it on a per-connection basis via the SET command.
FUDforum Core Developer
|
|
|
|
|
|
|