• I am using InstantWP 4.2. My WordPress version is $wp_version = ‘3.8.4’. I haven’t made my site live. My active theme is Twenty-Fourteen and using as child theme. I haven’t downloaded any plugins in a good while. All of a sudden, I cannot reach the login page https://127.0.0.1:4001/wordpress/wp-login.php and gives me a 500 Error.

    From reading a multiple articles, I have renamed my plugin folder to “plugin.deactivate”. Also renamed both parent and child active themes (Twenty-Fourteen). Also renamed “.htaccess”. None of above worked.

    Any help is greatly appreciated!!

Viewing 4 replies - 16 through 19 (of 19 total)
  • I downloaded membership app and now i can’t log into my website and change/edit wordpress. it logs me on as admin member, I can just log onto my website and make changes. I can’t edit or add pages it just has the membership dashboard and says I’m not authorized to edit. i won the domain and hosting on drempress. How come I can not get onto my website to manage like i used to???
    HELP

    Thread Starter PVO

    (@pvo)

    Hi programavirm,

    You are aware that my issue involves Instant WordPress, right?
    https://www.instantwp.com/
    It is used only for testing and developing and not suitable for live websites.

    Here is error information from my prior thread above.

    error_reporting(E_ALL);
    Warning: Cannot modify header information – headers already sent by (output started at C:\Users\PVO\Documents\InstantWP_4.2\iwpserver\htdocs\wordpress\wp-login.php:3) in C:\Users\PVO\Documents\InstantWP_4.2\iwpserver\htdocs\wordpress\wp-includes\functions.php on line 2809

    Error establishing a database connection

    Anonymous User 13290616

    (@anonymized-13290616)

    Hi PVO,

    I have never used instantwp before, sorry.

    Anyway, I wouldn’t place error_reporting(E_ALL); at the top of your wp-login.php file.

    IMO, you should remove it and leave your wp-login.php file as it originally was. It’s better to use WP_DEBUG:

    https://codex.www.ads-software.com/Debugging_in_WordPress

    Can you define the following constant in your Instant WordPress’ wp-config.php?

    define('WP_DEBUG', true);

    Most times,

    Warning: Cannot modify header information - headers already sent

    is because a blank space is accidentally written somewhere in your original code.

    You still get the error 500?

    I am having the same issue. I created my own blog via instantwp.com
    but as soon as i close the “instantwp” my whole dashboard and other things were gone. The frustrating part is, instantwp can’t let me login back.

    any help would be appreciated

    Thank you

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Unable to Login InstantWP – 500 Internal Server Error’ is closed to new replies.