• I updated to wordpress 3.3 and now every time I want to edit something like pages post pics I get:
    /home/jinsiico/public_html/wp-includes/general-template.php on line 1808

    I renamed the plugins folder / re-uploaded wordpress 3.3 to my site(several times)

    changed to the default theme. still getting the same issue.

    Can I revert back to 3.2.1 ?

    So my front of the site works great… I just can’t edit anything.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    What is the full error?

    read the troubleshooting 3.3 master list: http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list

    Thread Starter Jinsii1

    (@jinsii1)

    Fatal error: require() [function.require]: Failed opening required ‘/home/jinsiico/public_html/wp-includes/class-wp-editor.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/jinsiico/public_html/wp-includes/general-template.php on line 1808

    Moderator keesiemeijer

    (@keesiemeijer)

    After re-uploading WordPress did you run the upgrade manually by putting this after your domain name: /wp-admin/upgrade.php

    Thread Starter Jinsii1

    (@jinsii1)

    I just did that and i get :

    No Update Required

    Your WordPress database is already up-to-date!

    Thread Starter Jinsii1

    (@jinsii1)

    update : I was having problems with my ftp settings i fixed that now when I update I get:

    Downloading update from http://wordpress.org/wordpress-3.3-no-content.zip…
    Unpacking the update…
    Verifying the unpacked files…
    Installing the latest version…
    Could not copy file.: /public_html/wp-admin/about.php
    Installation Failed

    Moderator keesiemeijer

    (@keesiemeijer)

    Seems you have a file permission issue on your server. see: http://codex.wordpress.org/Changing_File_Permissions

    is “Could not copy file.: /public_html/wp-admin/about.php” the full error?

    Check the file permissons on the wp-admin folder first.

    Thread Starter Jinsii1

    (@jinsii1)

    Yep seems like that was the issue. Thanx again for helping.

    I am having the same issue but am also unable to reinstall 3.3( for some reason my ftp credentials wont work in WP so I have to manually reinstall). I get similar errors to the ones above.

    Warning: require(/services/websiteos/wordpress/wp-includes/class-wp-editor.php) [function.require]: failed to open stream: Permission denied in /services/websiteos/wordpress/wp-includes/general-template.php on line 1808

    Warning: require(/services/websiteos/wordpress/wp-includes/class-wp-editor.php) [function.require]: failed to open stream: Permission denied in /services/websiteos/wordpress/wp-includes/general-template.php on line 1808

    Fatal error: require() [function.require]: Failed opening required ‘/services/websiteos/wordpress/wp-includes/class-wp-editor.php’ (include_path=’.’) in /services/websiteos/wordpress/wp-includes/general-template.php on line 1808

    I’m having trouble determining if this is a permissions issue or if the file path is incorrect. Anyone running into the same thing?

    Moderator keesiemeijer

    (@keesiemeijer)

    Can you still log in?

    Have you tried:

    resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.

    – switching to the default theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.

    – re-uploading all files & folders – except the wp-content folder from a fresh download of WordPress. by using FTP or whatever file management application your host provides. (manual upgrade)

    – re-running the upgrade via wp-admin/upgrade.php

    I can still log in, I just can’t edit pages or posts because of the fatal error. I tried re uploading all the files and folder except wp-content and config but I still get the same error. I think I’m thinking its more of a issue with my server settings and the install directory. I made a edit to require( ABSPATH . WPINC . ‘/class-wp-editor.php’ ); on 1808 of wp-includes/general-template.php and it didn’t stick so I’m thinking the wordpress include is pulling from a different folder than what I think it is.

    Trying to jump on the phone with the server host now.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Dashboard crashed after 3.3 update’ is closed to new replies.