Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
have you searched the forum before posting ?
Have you installed the picasa module ?
Have you switched debug to true to see the error message ?
Have you watched you http logS ?
losing the css formatting in the admin section has been documented a few times in this forum
the main reason ive seen is due to an incomplete file.
if its a fresh install, try uploading the latest version again with a decent ftp program (i use filezilla) or if it happened after changes. try removing all recently installed modules.
As things tend to be answered several times here, feel free to improve the troubleshooting section of the documentation. You have write access to it with your forum account. Thanks in advance.
I am having the same problem and we seem to have dual threads running at the same time. In some forums that would have the admins beating us with a stick so I hope were safe here
I had this happen a couple of times on my test applications and I'm concerned that it has now happened on a "real" install. If it's a recurring prob for several people it seems to me it's some thing that needs to be addressed longterm.
I'd be interested to know why the style is in a php file and not a css file - sorry if thats a stupid question
the styles come from php so that modules can put their own css through "hooks". There is also a setting in the backend for selecting different themes for the admin, this is also done in the the style.php file.
What error message you get if you browse directly into the style.php file?
What error messages are in the server logs?
what is the php max memory setting on your installation?
from the error log. it appears that CAPCHA caused the prob but I'm not sure how to interpret the error. One thing does occur to me - perhaps a file is missing from the CAPCHA module - maybe I should DL the module and upload it manually
[Sun Dec 30 12:58:50 2007] [error] [client 86.145.214.79] PHP Warning: require_once(/var/www/vhosts/tvcm.co.uk/httpdocs/sites/margrovepark/modules/Captcha/lib/classes/module/class.captcha.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/tvcm.co.uk/httpdocs/sites/margrovepark/modules/Captcha/Captcha.module.php on line 47
[Sun Dec 30 12:58:50 2007] [error] [client 86.145.214.79] PHP Fatal error: require_once() [function.require]: Failed opening required '/var/www/vhosts/tvcm.co.uk/httpdocs/sites/margrovepark/modules/Captcha/lib/classes/module/class.captcha.php' (include_path='.:/usr/share/pear') in /var/www/vhosts/tvcm.co.uk/httpdocs/sites/margrovepark/modules/Captcha/Captcha.module.php on line 47
with regard to PHP memory my server company tell me
In regards to the max memory that PHP can use, it's currently set to 16MB. This means that each time a script is run, it is allowed to use a maximum of 16MB of RAM. This can be modified, if the CMS requires more.