• hello,
    I’ve updated to wordpress 3.8.2 yesterday (after taking backup of database & files), yesterday everything worked fine. today i got 500 internal server error and not able to browse anything in my site even admin panel, so i changed existing database file to backed up one (yesterday’s). now im getting only home page all other pages are showing ‘404 required URL not found on this server’ error, even i’m not able to login itself.
    Is there any solution to login to wp dashboard? and rectify this problem

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ltsharma

    (@ltsharma)

    404 error has been resolved by editing .htaccess file (i’ve renamed that file before). but now other than home page im getting 500 internal sever error,

    500 Internal Server Error on Linux-Apache-MySQL-PHP (LAMP) server almost always indicative of some error(s) in .htaccess. There is some conflict – either is not fully complete, there are errors on .htaccess or some error in PHP is happening. Check the PHP log or ask your webhost to give you, if you have no access to PHP error log.

    Login to FTP. Renamed the file .htaccess to __htaccess. Create a blank file with the name .htaccess. Change the permissions on .htaccess to either 770 or 777 (yes). Try to login to WP dash, set permalinks to previous settings. Then change the .htaccess file permission back to 644 or may be 600.

    chmod calculator ===> https://www.wwwwdot.com/chmod-calculator/

    Please follow my guide to troubleshoot 500 ISE to avoid 500 errors in future. Actually it is difficult to write so much details here, I wanted to point towards solving your current situation.

    it is always better to read the Documentation before the upgrade, that is usually hyperlinked on the WP update notification thing, which arrives on your dashboard. Usually someone from core writes them.
    Ask the webhost whether they have upgraded properly.

    Last way is to repair WordPress or Reinstalling WP (practically replacing all the WordPress files, making wp config inactive and running the installation script with the old database details) to the last back version.
    There is a default way for WordPress to get repaired. Usually it is required for issue with database – https://codex.www.ads-software.com/Editing_wp-config.php#Automatic_Database_Optimizing

    You have 404, that is probably basic issue. 500 arrived after you edited. 404 on a running WP can happen due to many reasons.

    Thread Starter ltsharma

    (@ltsharma)

    thanks abishek,
    finally something worked for me,
    this is problem with https://www.ads-software.com/plugins/w3-total-cache/
    this crashed whole site as well as admin panel.
    i had backups of wp-content & database files of 2 days old, i’ve restored them, now everything is in better way.
    lost some of the contents but it’s OK.

    lost some of the contents but it's OK.

    You are welcome, mate. You will probably get the lost content on Google’s Cache by searching with the URLs or titles.

    Thread Starter ltsharma

    (@ltsharma)

    so, what to do for that,
    for this error i lost only 1 to 3 pages. everything lost with that?
    i saw 3 warning & 2 errors on webmaster tool

    It is a problem like the other above. My page works, but i get 404 on the first page, the site lost its first page. how can i fix that? How to make an existing page the page opening up from the beginning?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘no other pages working other than homepage’ is closed to new replies.