2012-11-02, 04:45 PM
Hello, I have successfully installed myBB on a CentOS 6 linux server and am now attempting to test the merge feature to move the old phpBB3 database tables over to it.
Whenever I try to load the initial merge page (forumurl.com/merge) the browser icon spins and spins for several minutes. From my server (via top) I see the memory grow from an initial ~200MB to 900M+ (it has 1GB) and then it starts using swap memory until that grows past 1GB as well.
Finally the browser gives up and spits out this generic message:
I have searched this forum and the Internet regarding similar messages but not found any leads. If I look at the error_log for the domain all I see is this:
Incidentally, if I mod the index.php page to echo something and exit at random places it works anywhere up to line 673. This gives me output after a few seconds:
This spins, gobbles up memory, and errors:
Do I not have enough memory to run this? Do I have a configuration error somewhere? Not sure what to try... I've already restarted services, rebooted the server, redownloaded and reuploaded the merge files. I have full access to the server, which could be helpful.... or dangerous
Thanks.
Whenever I try to load the initial merge page (forumurl.com/merge) the browser icon spins and spins for several minutes. From my server (via top) I see the memory grow from an initial ~200MB to 900M+ (it has 1GB) and then it starts using swap memory until that grows past 1GB as well.
Finally the browser gives up and spits out this generic message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I have searched this forum and the Internet regarding similar messages but not found any leads. If I look at the error_log for the domain all I see is this:
[Fri Nov 02 11:18:09 2012] [warn] [client 192.168.9.1] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Nov 02 11:18:10 2012] [error] [client 192.168.9.1] Premature end of script headers: index.php
Incidentally, if I mod the index.php page to echo something and exit at random places it works anywhere up to line 673. This gives me output after a few seconds:
echo "test"; exit(0);
$debug->log->event("Showing first agreement/welcome page");
This spins, gobbles up memory, and errors:
$debug->log->event("Showing first agreement/welcome page");
echo "test"; exit(0);
Do I not have enough memory to run this? Do I have a configuration error somewhere? Not sure what to try... I've already restarted services, rebooted the server, redownloaded and reuploaded the merge files. I have full access to the server, which could be helpful.... or dangerous
