Blank page after moving online site
PermalinkThis is taken from server log (aruba.it)
[Wed Jan 08 12:15:21 2014] [error] [client xx.xxx.xxx.xxx] File does not exist: /web/htdocs/www.domain.it/home/favicon.ico
This is .htaccess
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /parziale/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
And this is site.php
<?php
define('DB_SERVER', 'xx.xxx.xxx.xxx');
define('DB_USERNAME', 'Sql000000');
define('DB_PASSWORD', '12345678');
define('DB_DATABASE', 'Sql000000_4');
define('BASE_URL', 'http://www.domain.it');
define('DIR_REL', '/parziale');
define('PASSWORD_SALT', 'xxx...');
define('LOCALE', 'it_IT');
If so, are the pages in the sitemap?
Have you cleared/disable pretty urls and the c5 cache?
You need to tell us a bit more about how you are set up. Is it running in a subdirectory or subdomain?
Is that .htacces copied from your dev system?
It is running on a subdirectory called parziale in the root of the site.
The .htaccess is the online one.
P.S.
The local site works perfect.
I also noticed that others concrete5 themes works, mine not.
<?php $a = new GlobalArea('Sidebar'); $a->display($c); ?>
maybe try removing the content from the Sidebar block from the Dashboard and hopefully it's one of the blocks causing the error?
should be located at /index.php/dashboard/blocks/stacks/
EDIT:
The problem was gallery pictures too big.
See:
http://www.concrete5.org/marketplace/addons/database-case-sensitivi...
My Backup Voodoo addon integrates with the above to automatically sort out case when a backup is taken:
http://www.concrete5.org/marketplace/addons/backup-voodoo/...