Forums

Ok, I'm (almost) giving up - Blank log-in page (15 posts)

  1. abrilliantphoto
    Member
    Posted 3 years ago #

    I think I honestly tried everything to get my blog working again. I posted already a couple of times here and none of the suggestions helped.

    I get a blank log-in page I re-uploaded the files a couple of times (even COUNTED the files to make sure I'm not missing anything), deleted the data base completely, created new ones, tried ASCII, did 777 permission, contacted my webhost to bump up the php memory to 32M (assuming they did that, I heard they tried to fix the problem, but were kind of lost too) ... I just don't know what to do anymore, and really need that blog.

    Do you know of any service that I could use, I'm at a point were I'm willing to pay ... it's just getting too ridiculous now :o(

    THANK YOU!

  2. kmessinger
    Member
    Posted 3 years ago #

    I think the problem is with the forwarding/frame with photobiz.com

    Your url takes you to them. If you do your url/anythingexceptblog you get a 404. If you do your url/blog you get a dns problem.

  3. abrilliantphoto
    Member
    Posted 3 years ago #

    Hm. But the wired thing is that I had my blog up and running for like 2 weeks ... until I decided to create a 2nd blog for my other service. So I did have it working at some point without any trouble, and I didn't do anything different this time :o(

  4. kmessinger
    Member
    Posted 3 years ago #

    So your first blog is ok and goes thru/to photobiz?

  5. abrilliantphoto
    Member
    Posted 3 years ago #

    I don't think this has anything to do with photobiz. They created a folder with my website info on my server, but I have full access to all my other files, they somehow just link to it (I have no clue), but as I said, my blog used to work just fine until 2 weeks ago ... They don't have access to my other public html folders. (As far as I know anyway)

  6. abrilliantphoto
    Member
    Posted 3 years ago #

    The error log that I got is:

    [Mon Jan 19 09:29:21 2009] [error] [client 38.99.13.124] mod_security: Access denied with code 406. Pattern match "(Twiceler|MJ12bot|Twenga|Voila|Baiduspider|WebAlta|BlogSearch|WordPress|archiver|psbot|Gigabot|discobot)" at HEADER("USER-AGENT") [severity "EMERGENCY"] [hostname "www.abrilliantphoto.com"] [uri "/"] [unique_id "uCschn8AAAEAAAbV5G4AAAA6"]

    :o(

  7. kmessinger
    Member
    Posted 3 years ago #

    If you look at your old blog, it went thru photo.biz - there is no link there as it is all flash. The old blog had an address, http://www.name.name.com

    The new blog has a name http://www.name(redirect)/blog. The good news is it looks like all the files are there. See http://www.abrilliantphoto.com/blog/license.txt for example.

    But something is stopping the php executables. Try http://www.abrilliantphoto.com/blog/index.html - you get a 404 error. Now try http://www.abrilliantphoto.com/blog/index.php - you get a cannot display error which says

    • Internet connectivity has been lost. NO
    • The website is temporarily unavailable. Most likely
    • The Domain Name Server (DNS) is not reachable. Probably not
    • The Domain Name Server (DNS) does not have a listing for the website's domain. Probably not</
    • ul>

      This maybe something as simple at a .htacess file but I am just doing some analysis. I don't know.

  8. kmessinger
    Member
    Posted 3 years ago #

    What does the .htaccess file say?

  9. abrilliantphoto
    Member
    Posted 3 years ago #

    Hm .. not sure why, but I can't download that file. (?)

    Thanks for trying to help me out here btw, really appreciate it!

  10. kmessinger
    Member
    Posted 3 years ago #

    It is a text file. Sometimes a computer is set not to read hidden files. One way to do it is give it a different name and then rename it on the server.

    You should try to maintain copies of all the files on the server on your computer.

    This is my .htaccess file. Note security.

    <IfModule mod_rewrite.c>
    <files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    SecFilterInheritance Off
    </files>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
  11. abrilliantphoto
    Member
    Posted 3 years ago #

    Is the htaccess file the same as the access_log file?

    access_log: (genormous file, not going to copy paste it here, it's huge ..., but here is the link)

    THANKS!

  12. abrilliantphoto
    Member
    Posted 3 years ago #

    Just checked my log-in link in safari and it gives me the following error message:

    The error was: “Operation could not be completed. (kCFErrorDomainCFNetwork error 302.)”

    not really sure what that means, do you know?

  13. kmessinger
    Member
    Posted 3 years ago #

    The .htaccess is not the access_log file. Do a google search and read a little about them.

    That error is apparently a Mac error - you can do a search on it also.

  14. abrilliantphoto
    Member
    Posted 3 years ago #

    Thanks for your help. I'm giving up.

  15. ericmacknight
    Member
    Posted 2 years ago #

    I had the same problem today and solved it by accessing my site via ftp then deleting plug-ins one by one until the problem disappeared.

Topic Closed

This topic has been closed to new replies.

About this Topic