Forum Replies Created

Viewing 15 replies - 301 through 315 (of 426 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    How is the site password protected, if it’s done on the server level then it maybe the way the upload manager works it’s actually being blocked by the web server, as it doesn’t realise its the same user as the one who was authenticated. To test, you may need to just take the password down, upload and then put the password back up to see if it works.

    Forum: Fixing WordPress
    In reply to: can't log in
    Tim Nash

    (@tnash)

    Spam hunter

    Ok the htpasswd file is generating the plugin box, go open it in an editor and you should see a username and password inside (or indeed multiple) use those credentials in the pop up box and then add your normal WordPress credentials in the normal WordPress section.

    If that works you can remove the password by opening your htaccess and looking for something that will be like:

    AuthUserFile .htpasswd
    AuthType Basic
    AuthName "Admin Area"
    Require valid-user

    and removing the lines, alternatively you can modify the htpasswd file to include credentials of your choosing.

    Tim Nash

    (@tnash)

    Spam hunter

    The wp-config.php file is in the root of your site, you won’t be able to access it through the in built theme or plugin editor. You should be able to access it either through your hosts control panel or through FTP.

    Tim Nash

    (@tnash)

    Spam hunter

    ignoring for the moment the issue of the auto-update not showing, have you gone ahead and manually updated those two sites?

    If not then that should be your initial priority, then we can all try to figure out why it didn’t fire, as it’s quite unusual hence the sudden appearance of a few people firing questions. But start by getting them up and on to the latest version.

    Tim Nash

    (@tnash)

    Spam hunter

    What steps are you taking to get into your WordPress account, if you visit
    http://inityweekly.com/wp-login.php
    and put your username and password in, are you redirected to the admin, white screen or something else?

    Tim Nash

    (@tnash)

    Spam hunter

    arichardc you might want to start a separate thread as you are having different issues to the one Colleean had. If you are seeing a white screen, then make sure when you open your new thread, you check your error logs often found on your hosts CPanel or in the logs folder on your site.

    Forum: Fixing WordPress
    In reply to: can't log in
    Tim Nash

    (@tnash)

    Spam hunter

    You uploaded a fresh copy of WordPress, and you still have a login prompt.

    You checked that you hadn’t modified a htaccess file, or have a security plugin of some sort enabled creating the additional dialog box?

    Tim Nash

    (@tnash)

    Spam hunter

    It sounds like the issue is with the theme, you will be best off contacting them directly for a fix as it may already be a known issue.

    Tim Nash

    (@tnash)

    Spam hunter

    Size and file limits are normally controlled by your server so it is probably a setting with 1&1 I know that’s not what you want to hear and might feel like your being pushed backwards and forwards.

    It’s worth looking in your folder to make sure there are not any php.ini files which might put constraints on your site. In particular if it sets

    upload_max_filesize
    or
    post_max_size

    you might also be able to create your own php.ini but many hosts don’t allow this so you would need to check with 1 & 1

    Tim Nash

    (@tnash)

    Spam hunter

    Did you ever use that certificate? If so couple of things to check:

    In your wp-config.php have a look and see if you have something that says:
    define('FORCE_SSL_ADMIN', true);

    If you do, comment it out
    //define('FORCE_SSL_ADMIN', true);

    Assuming that’s not there, look in your plugins folder and check if you have any plugins that might be related to SSL in there.

    Assuming that SSL is not the issue, it might be worth manually updating your files, so downloading a fresh copy of WordPress and overwriting your existing option (taking a backup first)

    Tim Nash

    (@tnash)

    Spam hunter

    You mention SSL did you have WordPress set to only allow access to admin over SSL previously?

    When you say you cannot login, can you get to wp-login.php what happens when you put in your username and password?

    Tim Nash

    (@tnash)

    Spam hunter

    The issue you are having has nothing to do with shortcodes and everyone SHOULD update as soon as possible regardless even if you are running plugins which you may have to turn off temporarily while they fix themselves.

    Steve did these sites previously update themselves? If you haven’t setup FTP/FTP credentials for them, you may find they won’t update, also some people elect to turn updates off. You can still manually update by downloading directly from WordPress.org and copying your files over. Making sure to take a backup first.

    Forum: Fixing WordPress
    In reply to: can't log in
    Tim Nash

    (@tnash)

    Spam hunter

    I would upload a fresh new version, it shouldn’t overwrite your theme or plugins installed just the core WordPress files (though always back up first!)

    Once you done that, everything should go back to working, if it doesn’t and you still see a password request box then it might be related to your attempts at locking your site down, perhaps running a plugin that generates a second password request, or edit in htaccess for a basic password.

    Tim Nash

    (@tnash)

    Spam hunter

    So it looks like your permalinks are not working correctly, if you login and go to settings -> permalinks

    Check the settings and then hit save, try and see if the issue persists, you might also be given some code into a .htaccess files, take that code and edit the file which will be in the root of your server.

    you hopefully will find simply saving the settings again will be enough.

    Tim Nash

    (@tnash)

    Spam hunter

    that appears to be a picture of a WordPress install, do you mean the tmp folder at the top which is unopen?

Viewing 15 replies - 301 through 315 (of 426 total)