• Resolved nwokefamily

    (@nwokefamily)


    I am a grown woman in tears because I tried to edit some coding, and lost access to my site. I don’t know how to undo what I did. The last thing I did was download a plug-in
    WordPress Database Reset and I now get this error code:

    Invalid query: 1146: Table ‘myn1227803134656.wp_rfr2b_options’ doesn’t exist

    There is nobody to call, and I am out of my element.

    I am still signed in as mynightowllife.com in the dashboard. If I click post, I get the above message.

    Please help recover content? Thank you. Remember that I’m crying over here.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nwokefamily

    (@nwokefamily)

    mynightowllife.com

    Page Template

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

    <?php
    /**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site will use a
     * different template.
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty Eleven 1.0
     */
    
    get_header(); ?>
    
    		<div id="primary">
    			<div id="content" role="main">
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php get_template_part( 'content', 'page' ); ?>
    
    					<?php comments_template( '', true ); ?>
    
    				<?php endwhile; // end of the loop. ?>
    
    			</div><!-- #content -->
    		</div><!-- #primary -->
    
    <?php get_footer(); ?>
    Thread Starter nwokefamily

    (@nwokefamily)

    I am now getting this message:

    Parse error: syntax error, unexpected ‘<‘ in /home/content/39/9934139/html/wp-content/themes/twentyeleven/index.php on line 15

    Can you do a backup? If not, can you try to uninstall that plugin?

    Moderator cubecolour

    (@numeeja)

    what were you trying to achieve by using that plugin? Do you have a recent database backup you can restore? If not contact your hosting company and ask them if they have a recent backup (previous to installing the plugin & losing the site) — and if they can restore it for you.

    Thread Starter nwokefamily

    (@nwokefamily)

    I was grasping for straws to find a way to undo the first error message:
    Prior to that I was in the main template and page template.
    My original issue was trying to put box a picture and then rename the home page.

    I will open a support ticket. This is awful.

    Thread Starter nwokefamily

    (@nwokefamily)

    I opened a ticket and 10 minutes later my sight is back up. Now exactly how I left it but who cares. I don’t know how to explain. No more tears.

    Thread Starter nwokefamily

    (@nwokefamily)

    Thank you for responding.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I lost my website’ is closed to new replies.