• Resolved deshmukh

    (@deshmukh)


    Hello all,

    I was having a well-running site on a server. I needed to move it to another because of change in the domain name.

    So, I followed the steps in Codex:

    1. Permalinks to normal
    2. Change the URL and WP Directory to the new address
    3. Backed up the database and files
    4. Moved the files to new server
    5. Created database on the new server with same db name, username and password
    6. Imported the backed up database

    And was greeted with a 500 Internal Server Error!

    Tried deleting .htaccess file, adding a blank file as .htaccess.

    No results. Still looking at the dreaded 500 Internal Server.

    Server Error Log shows 500.shtml does not exist.

    With DEBUG=ON, the error log in WP installation shows:

    [08-Jan-2014 10:16:22 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [08-Jan-2014 10:16:22 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so: undefined symbol: output_globals in Unknown on line 0
    [08-Jan-2014 10:16:22 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [08-Jan-2014 10:16:22 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: undefined symbol: zval_property_ctor in Unknown on line 0
    [08-Jan-2014 10:16:22 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so' - /usr/local/lib/php/

    What is happening? How do I set it right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Step 1 :

    Database in wp-option table in change siteurl
    old domain name
    to
    new domain name

    Step : 2

    Database in wp-option table in change home
    old domain name
    to
    new domain name

    Apply and try again but i not sure.

    Hi

    I suggest you to check your .htaccess file too, if there are any illegal character which are not supported by it or any words which should not be there, create the problem, so check it once too

    Thanks

    Thread Starter deshmukh

    (@deshmukh)

    It was apparently not an .htaccess issue.

    Took it up with the webhost and resolved it.

    Thanks all!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 Internal Server Error’ is closed to new replies.