Scenario:
"Recently, my blog has just stopped working for no reason but I didn't change any of the settings! When I visit my site or the admin area, I just get a blank page with nothing but all my files are still on the server. Where has everything gone?"
Solution:
Nucleus generates pages from your MySQL database on the fly so all your blog items are safe. Your host has probably changed the absolute path to your directories and now Nucleus can't find them to display your site.
Original forum thread (thanks, ftruscot!):
http://forum.nucleuscms.org/viewtopic.php?t=12247
Method:
path.php:<?php $real_path = realpath("./"); if (strpos($real_path, '\\', 0)) $real_path .= '\\'; else $real_path .= '/'; echo $real_path; ?>
/nucleus/ directory (i.e. the directory with all the Nucleus core files in it).http://yourdomain.com/path-to-nucleus-install/nucleus/path.php and check that the path it has output is the same as what you have set in your config.php.config.php, modify config.php to have the new path.config.php to your server and delete path.php from your server.![]()
Total votes: 5 - Rating: 5.60