It's a local server, just for sand-boxing really. When running the services, without any browser-use, it usually has around 32MB of free RAM. The problems started when i tried loading the captcha module, it gave some error that was memory-related. From then on, the CSS on the admin section (after login) won't load. I guess this particular issue is similar to this post:
http://forum.cmsmadesimple.org/index.php?PHPSESSID=83ef0f50119f5551b5a49935d0a039d0&topic=4792.msg26764#msg26764
I did find readfile:
Code: Select all
root@retservilo/var/www/cmsmadesimple-1.2/admin> grep readfile * -R
loginstyle.php: readfile(dirname(__FILE__)."/themes/default/css/style.css");
style.php: readfile(dirname(__FILE__)."/themes/".$theme."/css/".$style);
style.php: readfile(dirname(__FILE__)."/themes/default/css/".$style);
tab.php: readfile(dirname(__FILE__)."/themes/$theme/tab.css");
tab.php: readfile(dirname(__FILE__)."/themes/default/tab.css");
The second issue i have is that ever since the instalation of that module failed (guess it was a partial install), i can't even access the modules. Now i get this:
Code: Select all
Warning: require_once(/var/www/cmsmadesimple-1.2/modules/Captcha/lib/classes/module/class.captcha.php)
[function.require-once]: failed to open stream: No such file or directory in /var/www/cmsmadesimple-1.2/modules/Captcha/Captcha.module.php on line 47
Yes, i oughta use a machine with more RAM, but for now, that's all i have. I'd like to solve at least the partial install issue.
Any suggestions will be welcome.