Admin panel on server is 'simplified'
Admin panel on server is 'simplified'
Can't see what and how i made - i was mostly playing on my local machine - then just imported DB.
I wanted to set site down message - but there's just no field... though It works ok on my local machine...
How can i fix it ? i tried to upload admin dir to server once again - no changes (( How can i get it to normal view ? Only reinstall cms from the scratch ?
I wanted to set site down message - but there's just no field... though It works ok on my local machine...
How can i fix it ? i tried to upload admin dir to server once again - no changes (( How can i get it to normal view ? Only reinstall cms from the scratch ?
Last edited by bdfy on Fri Jan 18, 2008 9:45 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Admin panel on server is 'simplified'
check your httpd error log.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Admin panel on server is 'simplified'
hmm... just tried to reinstall - no luck 


where can i find some info on it ? CAn get where it's stored from ggoglecheck your httpd error log.

Re: Admin panel on server is 'simplified'
Do you know what your server php settings are - especially the memory limit?
If it's at 8M, it could be the problem, if you have some mods installed. You could try adding:
ini_set("memory_limit", "32M");
near the top of your config.php file, if that's the problem.
Nullig
If it's at 8M, it could be the problem, if you have some mods installed. You could try adding:
ini_set("memory_limit", "32M");
near the top of your config.php file, if that's the problem.
Nullig
Re: Admin panel on server is 'simplified'
I can't find this info... (( only default 1.1.3.1 is installedDo you know what your server php settings are - especially the memory limit?
If it's at 8M, it could be the problem, if you have some mods installed.
no luckYou could try adding:
ini_set("memory_limit", "32M");
Re: Admin panel on server is 'simplified'
1.1.3.1 is old! Just now we are on version 1.2.3.
I guess your php mem limit is set too low - probably its 8 megs.
OR
you must chmod /tmp/templates_c/ and /tmp/cache/ to 777
I guess your php mem limit is set too low - probably its 8 megs.
OR
you must chmod /tmp/templates_c/ and /tmp/cache/ to 777
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

Re: Admin panel on server is 'simplified'
bdfy,
did you put the
And did you upload the config.php back to the cmsms-root......
You could also create a UserDefinedTag, called 'phpinfo', put
Ronny
did you put the
in the config.php just after the <?php opening-line....ini_set("memory_limit", "32M");
And did you upload the config.php back to the cmsms-root......
You could also create a UserDefinedTag, called 'phpinfo', put
And call it in a page with {phpinfo}. Opening that page, will put all information on the page....echo phpinfo();
Ronny
Re: Admin panel on server is 'simplified'
i'll try to upgrade it soon1.1.3.1 is old! Just now we are on version 1.2.3.
It's ok tooyou must chmod /tmp/templates_c/ and /tmp/cache/ to 777
works good on my local machine.in the config.php just after the
But i get just nothing (clean page but with hoster's adverts) on the server...
Last edited by bdfy on Mon Jan 21, 2008 1:52 pm, edited 1 time in total.
Re: Admin panel on server is 'simplified'
I´m having exactly the same problem. I tried to upload some modules with the module manager, just for testing purposes, and suddenly I had an error message and the admin panel became "simplified".
This is the error message I still have when clicking on "module" or "module manager":
I also tried to delete manually the Album module directory, but my site admin panel (Plesk) shows it is owned by "apache", and that's exactly the same for the templates I uploaded in the directory "templates_c".
Any clue, other than restarting the installation from the beginning?
This is the error message I still have when clicking on "module" or "module manager":
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/classes/module/class.Album.php) is not within the allowed path(s): (/var/www/vhosts/boscomare.org/httpdocs:/tmp) in /var/www/vhosts/boscomare.org/httpdocs/acmsms/modules/Album/Album.module.php on line 33
Warning: main(classes/module/class.Album.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/boscomare.org/httpdocs/acmsms/modules/Album/Album.module.php on line 33
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/classes/module/class.Album.php) is not within the allowed path(s): (/var/www/vhosts/boscomare.org/httpdocs:/tmp) in /var/www/vhosts/boscomare.org/httpdocs/acmsms/modules/Album/Album.module.php on line 33
Warning: main(classes/module/class.Album.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/boscomare.org/httpdocs/acmsms/modules/Album/Album.module.php on line 33
Fatal error: main() [function.require]: Failed opening required 'classes/module/class.Album.php' (include_path='.:/usr/share/pear') in /var/www/vhosts/boscomare.org/httpdocs/acmsms/modules/Album/Album.module.php on line 33
I also tried to delete manually the Album module directory, but my site admin panel (Plesk) shows it is owned by "apache", and that's exactly the same for the templates I uploaded in the directory "templates_c".
Any clue, other than restarting the installation from the beginning?
Re: Admin panel on server is 'simplified'
Yours is a different issue. You have an open_basedir restriction.
You can try what's suggested here a few posts down from here by alby
http://forum.cmsmadesimple.org/index.ph ... l#msg91933
You may need to contact your host to change some settings.
You can try what's suggested here a few posts down from here by alby
http://forum.cmsmadesimple.org/index.ph ... l#msg91933
You may need to contact your host to change some settings.
Re: Admin panel on server is 'simplified'
Hello Jasper,
Pierre M.
This is the only way to diagnose what is wrong.calguy1000 wrote: check your httpd error log.
Pierre M.
Re: Admin panel on server is 'simplified'
The httpd error logs is something your webhost would provide, it's different at every single host so it's difficult to tell people how to check them 
So I guess for you it would be looks for HTTP errors in your host's dashboard.

So I guess for you it would be looks for HTTP errors in your host's dashboard.
Re: Admin panel on server is 'simplified'
I don't see the call to what should provide the stylesheet in the log above. Too short log or broken install ?
You can rerun the install wizzard without creating the database objects to keep your current database. (backup before)
Pierre M.
You can rerun the install wizzard without creating the database objects to keep your current database. (backup before)
Pierre M.