Urgent - I have no WP-Panel access suddenly
Hi Everyone,
I really hope you can help me because I'm quite worried about what has happened to my website.
I have backed up everything from my website before this problem in a zip file on my computer, its in the form of a SQL file.
I was changing some html (i am definately not a script writer - this is why im a worried now) in the theme functions.php within the Theme Editor.
Now this proved fatal and i can no longer reach my WordPress admin panel, Classipress Admin panel or my Website - it all goes to 'Server Error - HTTP Error 500 (Internal Server Error)'. I have no idea what to do next and at a loss. All i have is this SQL back up file in zip format and access to my BlueHost server cPanel.
I can only prey my back up zip file can do the trick.
Could you please assist me in getting back my website?
www.lemonada.net
Many thanks in advance,
Macca
PS this is the code i was foolishly playing with where i included some facebook code at the bottom (thats all)...it is no longer there because since removing it i cannot access anything in the
wp-panel.
<?php
/**
* ClassiPress functions file
* Do not modify this file unless it's
* below the noted comment section
*
* @package ClassiPress
* @author AppThemes
* @url
http://www.appthemes.com
*
*/
// error reporting options
//error_reporting(0);
//$wpdb->show_errors();
//$wpdb->hide_errors();
// load ClassiPress theme functions
require_once (TEMPLATEPATH . '/includes/theme-functions.php');
/**
* add any of your custom functions below this section
*/
?>