Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #355834

    Hey Guys,

    Two of my sites since the update to wordpress 2.0.1 have had some issues. I have updated Enfold to the latest version as well.
    See URLS

    What is happening is when i ctrl-F5 the website sometimes it just never loads and displays either a white or grey screen.
    I have left it for an hour and no difference.

    If i go to a different URL as part of the site it seems to mostly always work.

    I have disabled every plugin and even tried removing the advanced layer slider but i still cannot get any of my sites to always load.

    Some help would be much appreciated.

    Kindest Regards,

    Klara

    #356241

    Hey Klarato!

    Thank you for using Enfold.

    I can’t access the site because they’re not loading. Please switch to a default theme then test it again. I think you need to contact your hosting provider.

    Cheers!
    Ismael

    #356405
    This reply has been marked as private.
    #356576

    Hi!

    I don’t see any errors on the site. Please post the login details here. Again, please contact your hosting provider for more info regarding the issue. If possible, please post the .htaccess file code on pastebin.com. We would like to check it.

    Regards,
    Ismael

    #356678
    This reply has been marked as private.
    #357356

    Hey!

    Please try to replace this code on .htaccess:

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    

    with this:

    IndexIgnore *
    

    Since you don’t want to see directory listing, might as well hide it all. If possible, please remove these lines temporarily then test it again.

    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName specauto.com.au
    AuthUserFile /home/specelec/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/specelec/public_html/_vti_pvt/service.grp

    Cheers!
    Ismael

    #357361

    Hi Ismael,

    My hosting provider got back to me saying they can’t see anything on there end.
    I also have 2 other sites hosted using the same theme with no issues. It is only these two sites having the issue.
    I have made the changes to the .htaccess file as you stated but i am experiencing the same issue.

    Kindest Regards,

    David

    [edit]
    pastebin of current htaccess file http://pastebin.com/5XECZ92N

    • This reply was modified 10 years, 7 months ago by Klarato.
    #359162

    Hey David!

    Both sites are currently loading fine on my end (home and internal pages), did you manage to fix the issue?

    Cheers!
    Josue

    #359248

    Hi Josue,

    I had to remake the whole frontpage on both sites and now it seems stable and is working. I turned plugins back on just now and seems to be still working.

    No idea why that would fix it. Kind of annoying but seems stable for now that is all that matters.

    Regards,

    David

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Never Ending Loading Bug?’ is closed to new replies.