Page 1 of 1

Admin panel on server is 'simplified'

Posted: Fri Jan 18, 2008 9:33 pm
by bdfy
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 ?

Re: Admin panel on server is 'simplified'

Posted: Fri Jan 18, 2008 9:35 pm
by calguy1000
check your httpd error log.

Re: Admin panel on server is 'simplified'

Posted: Fri Jan 18, 2008 9:53 pm
by bdfy
hmm... just tried to reinstall - no luck  :-\
check your httpd error log.
where can i find some info on it ? CAn get where it's stored from ggogle :(

Re: Admin panel on server is 'simplified'

Posted: Fri Jan 18, 2008 10:30 pm
by Nullig
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

Re: Admin panel on server is 'simplified'

Posted: Sat Jan 19, 2008 12:59 pm
by bdfy
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.
I can't find this info... (( only default 1.1.3.1 is installed
You could try adding:
ini_set("memory_limit", "32M");
no luck

Re: Admin panel on server is 'simplified'

Posted: Sun Jan 20, 2008 12:46 am
by reneh
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

Re: Admin panel on server is 'simplified'

Posted: Sun Jan 20, 2008 7:37 am
by RonnyK
bdfy,

did you put the
ini_set("memory_limit", "32M");
in the config.php just after the <?php opening-line....
And did you upload the config.php back to the cmsms-root......

You could also create a UserDefinedTag, called 'phpinfo', put
echo phpinfo();
And call it in a page with {phpinfo}. Opening that page, will put all information on the page....

Ronny

Re: Admin panel on server is 'simplified'

Posted: Sun Jan 20, 2008 12:55 pm
by bdfy
1.1.3.1 is old! Just now we are on version 1.2.3.
i'll try to upgrade it soon
you must chmod /tmp/templates_c/ and /tmp/cache/ to 777
It's ok too
in the config.php just after the
works good on my local machine.
But i get just nothing (clean page but with hoster's adverts) on the server...

Re: Admin panel on server is 'simplified'

Posted: Mon Jan 21, 2008 8:47 am
by carlocf
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":
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'

Posted: Mon Jan 21, 2008 1:23 pm
by nivekiam
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.

Re: Admin panel on server is 'simplified'

Posted: Sat Feb 02, 2008 3:13 pm
by Pierre M.
Hello Jasper,
calguy1000 wrote: check your httpd error log.
This is the only way to diagnose what is wrong.

Pierre M.

Re: Admin panel on server is 'simplified'

Posted: Sat Feb 02, 2008 6:52 pm
by nivekiam
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 :D

So I guess for you it would be looks for HTTP errors in your host's dashboard.

Re: Admin panel on server is 'simplified'

Posted: Tue Feb 05, 2008 11:05 pm
by Pierre M.
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.