• Hello:
    I’m really hoping someone can help me. I changed to a themeforest theme and now I can’t get into the dashboard at all. I followed past advice to go into filezilla and change the name of the new theme by adding “-old” but I can’t even find the new theme under wp-content/themes. Only twentyten and twentyeleven show up.
    Can I somehow remotely change the default theme back through filezilla?

    Any help would be greatly appreciated, I’m kind of in dire straits now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried accessing the dashboard by adding /wp-admin/ to the end (for example, yourdomain.com/wp-admin/) yet?

    Thread Starter nyokura

    (@nyokura)

    I did, I can log in, but I’m getting the 500 error…
    All I’m seeing on the forums is how to install a theme via filezilla, but I need to somehow get the default twentyeleven theme, or anything, to become activated so I can get into dashboard and fix things…
    thanks!

    You can switch back to the default theme by re-naming your twentyeleven theme folder to your new theme.

    For example, if your new theme is Raccoon, you would rename twentyeleven to Raccoon.

    But I don’t think this would solve the problem, though. I’m thinking that this problem occurs because your new theme somehow use a plugin (or plugins) that exceeds the php access limit set by your web hosting service.

    —————-

    Alternatively, try open your Notepad or any text editor you like, and enter this:

    php_flag
    register_globals off
    register_globals = 0
    memory_limit = 64M

    Save it as php.ini and upload that file to /wp-admin/ directory. Then try access your dashboard again.

    If success, remove that theme and its plugins. Then remove that new php.ini.

    —————-

    Also, as another alternative, you can manually deactivate all your plugins. THat might help solve the issue, too. Instruction here: http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F

    Thread Starter nyokura

    (@nyokura)

    I tried everything you suggested and I still can’t get into my dashboard. And I still can’t really figure out why the new theme doesn’t show up in filezilla….

    Do you have any other advice? I appreciate your help so much!

    Meant to type it as php_flag register_globals off, without the break.
    Oh well…. 😛

    And I have no other idea, sorry. I thought it was due to a plugin going over the limits set by your web hosting service provider, which manually disabling all plugins should have fixed it.

    But if it’s not that, then I don’t know; it could be anything, even errors in your theme’s php files.

    Maybe another person will a better idea; otherwise, you’d have to contact your host’s support.

    Thread Starter nyokura

    (@nyokura)

    Thanks so much for trying. I have no idea what else I can do. Is there a way to restore it back to how it was say a few days ago?

    The error message I get in when I login to wp-admin is:
    http error 500 (internal server error): an unexpected condition was encountered while the server was attempting to fulfill the request

    thanks again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changed theme and now can't get into dashboard!’ is closed to new replies.