• Resolved DebraMilke

    (@debramilke)


    Since the last update I can no longer see anything under the admin folder /wp-admin. Is anything wrong with the configuration?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter DebraMilke

    (@debramilke)

    I have the extension (which allows to log in using social network sites) installed. I’m starting to think that this is what is causing the problem.

    wp-admin is deleted from your server ?

    Or you can’t access it via the url http://YOURDOMAIN.com/wp-admin/
    ?

    If it is the later then does it give you an error? like access denied.

    Check your server error logs they should show you the problem.

    Thread Starter DebraMilke

    (@debramilke)

    No, it is not deleted. I just cannot use any of the folder’s content anymore. I see the plain ‘slash root’ site including the content (http://www.debbiemilke.com/wordpress/), but it is not possible to create a new post, use the update (it currently shows ‘update core’), or view/edit my own profile. Whenever I’m accessing any page in /wp-admin all I’m getting is a white screen.
    Could it be a problem of ‘rights’?
    P.S.: There is nothing in the server’s log that indicates what the error might be.

    If it was a rights issue the error log should state that.

    You could try renaming your .htaccess file to dothtaccess so it doesn’t work see if that lets you in.

    Most likely when you upgraded wordpress one of your plugins is incompatible you may have to try removing them temporarily.

    Thread Starter DebraMilke

    (@debramilke)

    Most likely when you upgraded wordpress one of your plugins is incompatible you may have to try removing them temporarily.

    Sounds great. How do I do that?

    By renaming wp-content/plugins

    Call the plugins folder missing or something.

    Strong possibility you need to just upload WordPress again if that doesn’t work :

    Backup wp-content and wp-config.php then upload everything apart from the wp-content folder saves you lots of time not overwriting wp-content.

    Thread Starter DebraMilke

    (@debramilke)

    Sorry, but this still is not solved for me. Renaming (or deleting) the /wp-content/plugins did not have any effect. So I downloaded the latest version of WordPress and renewed the content of the /wp-admin folder. Also to no avail.

    A technician of my hosting company told me about this error:

    /wordpress/wp-admin# php index.php
    PHP Warning: Directive ‘register_globals’ is deprecated in PHP 5.3 and
    greater in Unknown on line 0
    PHP Parse error: syntax error, unexpected T_FUNCTION
    /wordpress/wp-admin/includes/deprecated.php on
    line 24
    root@neptun:/wordpress/wp-admin#

    I have no idea what that means.

    P.S.: I now just re-uploaded /wordpress/wp-admin/includes/deprecated.php and all of a sudden it works 🙂 It seem this is solved now.

    Good news!

    The first part “PHP warning” is just that php parser is telling you that ‘register_globals’ is deprectaed and will be removed from future releases of PHP as it is a warning you needent worry about it too much it’s like the check engine light on the car.
    I would recommend in production turning warnings off ask your host!
    The deprecated function see hear:
    http://php.net/manual/en/security.globals.php

    The second part “PHP Parse error” that was the bit causing all your problems the file must have been corrupted when you intially uploaded it..

    Obviously this is all conjecture regarding the error as via the forum we can only see what you tell us about.
    It’s like asking your mechanic over the phone theirs a loud clicking noise..

    Pleased you got sorted

    Thread Starter DebraMilke

    (@debramilke)

    Uhu, I understand. Well, actually I was moved from one company to the other, so I didn’t set it up, but anyways… works now. I’ll read about the deprecated function in detail. Thanks a lot!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Files no longer visible unter /wp-admin’ is closed to new replies.