• Resolved cphinney

    (@cphinney)


    So I moved boxes yesterday. I was on a windows box and my blog was working fine.

    I backed up my db and files and uploaded them on the new unix server. Once DNS updated I tried to use the blog. No go. I was getting an error about MySQL not being installed. I did a PHPinfo and it wasnt there.

    Thats when I realized that my PHP.ini was from the windows box and referenced paths like c:\…. which the unix box wouldn’t have. I removed all lines from the PHP.ini that referenced the c: drive.

    I have been able to get other php software to work on this box. like PHPbb and I created a page with dreamweaver that can access my WP database.

    To try to eliminate other variables I deleted everything and put up a fresh copy of WP and a blank database. With my PHP.ini mods I am no longer getting a message about MySQLnot being installed. Now I have;

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] 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 am at a loss. Other apps work. The database is working. Whats wrong !#%&

    Here is a link to my PHPinfo so you can see how the box is currently configured. Is there something missing?

    http://www.blog.liquidarchaeology.com/phpinfo.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cphinney

    (@cphinney)

    Also here is a excerpt from the bottom of the log i just found

    WordPress database error Table ‘cphinne_LABlog.wp_options’ doesn’t exist for query SELECT option_value FROM wp_options WHERE option_name = ‘siteurl’
    ALERT – canary mismatch on efree() – heap overflow detected (attacker ‘206.130.179.100’, file ‘/hsphere/local/home/cphinney/blog.liquidarchaeology.com/wp-includes/taxonomy.php’, line 11)
    [Tue Mar 11 09:42:22 2008] [error] [client 206.130.179.100] Premature end of script headers: /hsphere/local/home/cphinney/blog.liquidarchaeology.com/wp-admin/install.php

    Thread Starter cphinney

    (@cphinney)

    Encountering this probelms is one way to make someones head ecplode.

    Found this and it seems to have fixed my problem. I finally got a connection to the blank DB. So now I am uploading my real wp db and files to make sure.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Moving Servers PHP Broken?’ is closed to new replies.