GetSimple Support Forum
Site went blank - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Site went blank (/showthread.php?tid=4228)



Site went blank - johnflower - 2013-01-29

Hi,

My website went blank. The live site, as well as the admin login shows only blank.

I enabled debug mode, but it remains the same. Could someone perhaps help?

The site is www.profilecuttingservices.co.za

Thanks.


RE: Site went blank - knikonov - 2013-01-29

check CHMOD and .htaccess
or check error log on your host


RE: Site went blank - johnflower - 2013-01-29

Hi knikonov,

Thanks for the reply. I checked the error log. No errors. I CHMODed the data folder recursively to 755 (I think it was that, but I did it just to be sure).

Here is the data on my HTACCESS:

AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteRule ^blog/tag/([^/.]+)/?$ index.php?id=blog&tag=$1 [L]
RewriteRule ^blog/post/([^/.]+)/?$ index.php?id=blog&post=$1 [L]
RewriteRule ^blog/page/([^/.]+)/?$ index.php?id=blog&page=$1 [L]
RewriteRule ^blog/archive/([^/.]+)/?$ index.php?id=blog&archive=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
RewriteCond %{HTTP_HOST} ^profilecuttingservices.co.za
RewriteRule (.*) http://www.profilecuttingservices.co.za/$1 [R=301,L]

See anything wrong there?


RE: Site went blank - shawn_a - 2013-01-29

What's with the fuckin poll


RE: Site went blank - johnflower - 2013-01-29

(2013-01-29, 23:44:14)shawn_a Wrote: What's with the f'n poll

What's wrong with it? If you don't know the answer, then don't look at it. ;-)


RE: Site went blank - shawn_a - 2013-01-30

or I can just delete it. Smile


RE: Site went blank - johnflower - 2013-01-30

(2013-01-30, 00:01:21)shawn_a Wrote: or just delete it. Smile

Why? It was a perfectly legit question. You're just jealous cos you have no imagination, I suspect.

How's about helping out with my problem. Be the sort of person people want to like.

;-P


RE: Site went blank - shawn_a - 2013-01-30

did you try removing all your rewrite rules?
It is clearly not going to getsimple, do you have some other index it cuold be rendering ?

Are you sure your host is on www and not some other virtual host ?


RE: Site went blank - johnflower - 2013-01-30

Hi Shawn,

Thanks for the reply. I checked. There are no other index files. I also removed everything in the HTACCESS from "rewrite engine on" and on. Uploaded, and it's still blank.

Should I post the index content here?

You still haven't told us how many eyes you reckon the average smorgindorflingurg has. ;-)


RE: Site went blank - shawn_a - 2013-01-30

zero, the smorgindorflingurg has zero number of eyes.

Something has to be grabbing your site.

Try sticking a basic html index in there and see if it even works.

http://profilecuttingservices.co.za/admin/humans.txt
works
http://profilecuttingservices.co.za/admin/template/style.php
works

There has to be something in some log somewhere.

try a simple
<?php phpinfo(); ?>
And see what version you are running.


RE: Site went blank - shovenose - 2013-01-30

Do you have a PHP error log? Have you tried installing a clean copy of GS in a subfolder to see if it even works? If it does work, then we know it's with your site. If it doesn't work either you should contact your host; possibly something is wrong on their end.
Edit: probably not something on your host's end; you host with HostGator and they wouldn't just screw something up.