• Dear All,

    one of my webpage is disappeared. On the site only the following text shows (and also on the admin-site, so I can’t login to the admin panel):

    titles if ( 'the_title' === current_filter() ) return str_replace( 'WordPress', 'WordPress', $text ); // Still here? Use the more judicious replacement static $dblq = false; if ( false === $dblq ) $dblq = _x('“', 'opening curly quote'); return str_replace( array( ' WordPress', '‘Wordpress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), array( ' WordPress', '‘WordPress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), $text ); } ?> er->has_cap('delete_users') ) return true; } return false; } ?> on( 'delete_attachment', '_delete_attachment_theme_mod' ); ?> ( 'echo' => FALSE ) ); $shortlink = wp_get_shortlink( $post->ID ); if ( !empty( $shortlink ) ) { $link = '' . $text . ''; $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title ); echo $before, $link, $after; } } ?> runs setup. * * @since 1.5.0 * @access public * * @return WP_Rewrite */ function WP_Rewrite() { $this->init(); } } ?> ince 1.5.0 * @access public * * @return WP_Rewrite */ function WP_Rewrite() { $this->init(); } } ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Do anybody has an idea about this error-message? Where should I search the source of the problem?

    Thanks in advance!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

    Thread Starter betty78

    (@betty78)

    Dear esmi,

    thank you for your fast response!
    I can’t try the first and second solution because I cannot reach my admin page (the same text is on it).
    I’ve tried the third one (with FTP) but somehow I am not allowed to modify the name of plugin-folder.
    About the fourth one I have a question: should I re-load the wp-admin and wp-includes of the same version (3.0) of WP what I use or can I upload the newest version?

    Thank you in advance!

    Try:
    – switching to the Twenty Eleven theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress 3.0.

    Hi. Make sure the mysql database is set up. Rex [signature moderated]

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

The topic ‘Webpage disappeared!’ is closed to new replies.