• Well, I already installed everything, all the files are there, the config file is configured, the admin area is working fine.. the thing is, the site is not showing!

    This is site:
    https://www.joguide.com/
    and here’s a blog I posted:
    https://www.joguide.com/?p=3

    It’s just a blank white page! where’s everything?? I thought that had something to do with the CHMOD setting I changed so I can edit the config file online, so I changed everything to the way it was before, but still not working, I checked with the domain register, and everything is fine there, same with the hosting.

    I tried uploading a static page to see if it would work, and it did show up, so, why the hell I can’t see anything?!

    Appreciating your help..

Viewing 9 replies - 1 through 9 (of 9 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems.

    Do you have your directories set to 755 and your files to 644?

    This problem can be caused by a number of things. wp-cache has been known to be a problem so trying deactivating it if you have it installed.

    Another problem maybe your php version needs updating, if you are on php 4 trying updating to php 5. Reverse this if you are on php 5. You can do so in your cp panel or by appending this code
    AddHandler application/x-httpd-php5 .php
    in to your .htaccess file.

    If there is a plugin that is known to be the root of the problem, sometimes just deactivating may not resolve the issue. In this case you will need to access your phpmyadmin and drop any empty databases that were used by now-disabled Plugins.

    Another option is to rename the plugin folder and then make a new blank folder named plugin, then rename all the installed themes but for the default one and test your blog. This assumes you have no access to your admin section and all work is undertaken via your ftp.

    Once you have gained access to your blog and most importantly the admin dashboard, you can begin the elimination process starting with the original theme and then followed by the plugins one by one.

    Good luck.

    I’m having a similar issue. https://www.qckidszone.com it shows
    index of
    wordpress

    I have to click on wordpress in order for the site to show up. What is wrong? I do not no code, I don’t understand what ZGANI said. I’m a person with no knowledge and need plain english or step by step instructions. Can anyone help? I also have a theme installed and it is not appearing.

    How do you deactivate wp-cache? Delete the file, rename it?

    I am having the same issue, and the frustration we are feeling is incredible.

    I wish there was a live person we could speak to, that would help get this resolved quickly and we could all move on to help other with the same issue.

    I appreciate all the tips provided above, but frankly if it is not spelled out then I have no clue what to do. I have read the troubleshooting links and performed the steps required.

    What should we do next? ??

    This is a php problem, make sure your server is running the latest version of php4 i.e php4.4.9 or php5 any version.

    You can ask your hosting provider to upgrade it for you, save you from messing with all the tech jargon.

    As of WP2.9 you will not be able to operate under php4 anymore, so you are better off getting yourself set up under the php5 environment as soon as posible.

    Another problem for this kind of issue is corrupt files in the core wp install which seem to occur when you upgrade without deactivating the plugins.

    The simple solution is to re-upload your core files and folders again but for the config.php file and any customised themes.

    I corrected my problem by deactivating all the plugins, then doing a reinstall, following the instructions as though I was upgrading. It worked.

    Amazingly, I fixed the problem by deactivating all my plugins (which changed nothing, everything still broken) but then I went into PhpMyAdmin and did a repair/optimize on the database and everything returned, so now I’m in the process of re-activating my plugins – so far so good.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The site is not appearing!!’ is closed to new replies.