• hi, I have been locked out of my site now for 2 days and do not know how to get back into it. My site is http://www.theprintfreak.com and I am getting the following error message
    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/thepr364/public_html/wp-content/themes/maya/core/functions-core.php:509) in /home/thepr364/public_html/wp-content/themes/maya/inc/yith_wishlist/class.yith-wcwl.php on line 54

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/thepr364/public_html/wp-content/themes/maya/core/functions-core.php:509) in /home/thepr364/public_html/wp-content/themes/maya/inc/yith_wishlist/class.yith-wcwl.php on line 54

    Warning: Cannot modify header information – headers already sent by (output started at /home/thepr364/public_html/wp-content/themes/maya/core/functions-core.php:509) in /home/thepr364/public_html/wp-includes/pluggable.php on line 876

    Please can somebody get me back into my site?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Via FTP or cPanel of your hosting, try to rename your current theme by adding -old and also rename the plugins folder in the same manner and then try to login to your dashboard.

    Using FTP Credentials, Rename the Plugin Folder. to Plugin_Old then Try Login to your account.

    By the looks of it I would guess there is an issue with your theme files. I would suggest resetting back to the default theme. Do you have access to any SQL tools?

    Run the following SQL query:
    UPDATE wp_options SET option_value=’default’ WHERE option_name=’template’ OR option_name=’stylesheet’ LIMIT 2;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site has crashed can not log in’ is closed to new replies.