• The following error are displayed when i try to open website.
    The website will be working normal when i put the backup file or changing the permission of post.php file.

    Most of the time css file not called after i changing the post.php so i need to once again upload the backup file.

    After two or three days uploading the backup file same error will be displayed.i did the above thing so many times. post.php file permission changed continuously.

    Warning: require(/home/pragmeec/public_html/wp-includes/post.php): failed to open stream: Permission denied in /home/pragmeec/public_html/wp-settings.php on line 127

    Warning: require(/home/pragmeec/public_html/wp-includes/post.php): failed to open stream: Permission denied in /home/pragmeec/public_html/wp-settings.php on line 127

    Fatal error: require(): Failed opening required ‘/home/pragmeec/public_html/wp-includes/post.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/pragmeec/public_html/wp-settings.php on line 127

    Can any you please say what was the problem with this ?

    Now i am going to upload the backup file so, the url not showing error.

    url : https://pragmatictechnologysolution.com/

    • This topic was modified 7 years, 11 months ago by kumaresan.
    • This topic was modified 7 years, 11 months ago by bdbrown.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
    – If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, or if you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – If that does not resolve the issue, keep all plugins deactivated and try switching to the unedited default Theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

    Ok, try downloading WordPress again Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel and delete. Then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Thanks
    Jignesh Aakoliya

    Thread Starter kumaresan

    (@kumaresanwp)

    @t-p

    This thing not happened in only this website.

    This is our development server and we have some website in server.

    Check this website, it’s also provide same error

    https://pragmatictechnologysolution.com/client/healthy/

    @Jigneshkumar

    We uploaded all backup files and website loaded normally now (i already mentioned that) but after some days from now same problem will be occured.

    i thing problem with the server not in wordpress site.

    Is there any other way to get this back normal.

    Thanks you guys for the reply.

    • This reply was modified 7 years, 11 months ago by kumaresan.
    • This reply was modified 7 years, 11 months ago by kumaresan.
    Moderator t-p

    (@t-p)

    try Enabling debugging and post the results.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error loading website’ is closed to new replies.