|
|
|
|
Re: Moving from Windows to Linux [message #169181 is a reply to message #169178] |
Mon, 02 September 2013 20:05 |
|
Azrael
Messages: 7 Registered: November 2012
Karma: 0
|
Junior Member |
|
|
That would have been my guess too but the values look right and the same GLOBALS.php file works before the import so it seems like the problem is either outside of GLOBALS.php or something that must change within GLOBALS.php because of the import.
I did an export then an import on the Linux side and that worked fine. It seems to be something specific with the data I am importing from the Windows side. It doesn't seem to matter whether i do the import via the command line or via the import forum data option within FUDforum.
Has anybody here ever successfully attempted this (exporting a forum on Windows, importing on Linux)?
[Updated on: Mon, 02 September 2013 20:06] Report message to a moderator
|
|
|
|
Re: Moving from Windows to Linux [message #169196 is a reply to message #169186] |
Wed, 04 September 2013 06:12 |
|
Azrael
Messages: 7 Registered: November 2012
Karma: 0
|
Junior Member |
|
|
Ok, I believe i have found the nature of the problem. One of them anyway... I'm running out of memory during the import no matter how much I give php.ini and admimport.php. Stupid me had errors turned off so I wasn't seeing errors and thought the script was completing successfully... Anyway, here's the error from the php error log:
PHP Warning: Error while sending QUERY packet. PID=24933 in /opt/lampp/FUDforum/include/theme/default/db.inc on line 110
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 130968 bytes) in /opt/lampp/FUDforum/include/theme/default/db.inc on line 54
It's using 2 GB at this point. Seems to fail at the same place no matter how high I set the memory.
If it will still help, I'll send you the forum dump somehow (it's about 100 megs).
[Updated on: Wed, 04 September 2013 06:12] Report message to a moderator
|
|
|
|
|
|
|
|