• Hi, I seem to be having problems getting into my wp admin site: https://www.tuscanyvillages.com/wp-admin/

    There is also a problem with the site as a whole, godaddy states its my htaccess file. ive renamed it, however, i now get 404 errors with all my pages/posts.

    Think i’m about to have a heart attack… Anyone can help me with my problem? Cheers and very much appreciated.

    Susan

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Can you login here: https://www.tuscanyvillages.com/wp-login.php

    this seems to be the problem “wejnswpwhitespacefix.php”. Did you install this script: https://wejn.org/stuff/wejnswpwhitespacefix.php.html

    Thread Starter Suzie123

    (@suzie123)

    No, i get an internal server error. Im’ having godaddy check it out. I have no clue wot that script is, maybe i need to delete it. I exported/imported data from/to one wp to another. Maybe that came with.
    Thanks,Susan

    Thread Starter Suzie123

    (@suzie123)

    ok, checked out my file and yes, I uploaded it with the theme. Does it need to be mentioned in the htaccess?

    Moderator keesiemeijer

    (@keesiemeijer)

    What theme are you using?

    first try:
    – switching to the default theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.

    resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Suzie123

    (@suzie123)

    I’m using geoplaces. I darent do all that.. may end up loosing the whole lot. Its on godaddy. Any other suggestions? Those two lines 7 and 10 seems to be causing the problems. Anything i can do to them in my ftp manager?

    Moderator keesiemeijer

    (@keesiemeijer)

    Have you asked the geoplaces theme forums: https://templatic.com/support

    These are basic troubleshooting procedures to test where the problem comes from. All the data stays safe in the database.

    check if this is in your htacces:

    php_value "auto_prepend_file" /path/to/wejnswpwhitespacefix.php

    try if deleting that line will solve your problem or try renaming or deleting the .htaccess file by using FTP or whatever file management application your host provides. If you delete it make a backup first.

    Thread Starter Suzie123

    (@suzie123)

    Ive sent a trouble ticket to the theme support. My htaccess is certainly corrupt, here is what it contains:

    addhandler x-httpd-php5 .php4
    addhandler x-httpd-php5-cgi .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Anything wrong with that? Cheers, Susan

    Moderator keesiemeijer

    (@keesiemeijer)

    No there is nothing wrong with that.

    try
    – re-uploading all files & folders – except the wp-content folder from a fresh download of WordPress. by using FTP or whatever file management application your host provides.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cant get into the Admin of my site’ is closed to new replies.