Admin panel on server is 'simplified'

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.
Locked
bdfy

Admin panel on server is 'simplified'

Post 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 ?
Attachments
admin2.jpg
http2.jpg
Last edited by bdfy on Fri Jan 18, 2008 9:45 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Admin panel on server is 'simplified'

Post by calguy1000 »

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.
bdfy

Re: Admin panel on server is 'simplified'

Post 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 :(
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Admin panel on server is 'simplified'

Post 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
bdfy

Re: Admin panel on server is 'simplified'

Post 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
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm

Re: Admin panel on server is 'simplified'

Post 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
ReneH 8-)
A search will save you hours waiting for an answer! Image
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Admin panel on server is 'simplified'

Post 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
bdfy

Re: Admin panel on server is 'simplified'

Post 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...
Last edited by bdfy on Mon Jan 21, 2008 1:52 pm, edited 1 time in total.
carlocf
New Member
New Member
Posts: 6
Joined: Sat Jan 19, 2008 6:08 pm

Re: Admin panel on server is 'simplified'

Post 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?
nivekiam

Re: Admin panel on server is 'simplified'

Post 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.
Pierre M.

Re: Admin panel on server is 'simplified'

Post by Pierre M. »

Hello Jasper,
calguy1000 wrote: check your httpd error log.
This is the only way to diagnose what is wrong.

Pierre M.
nivekiam

Re: Admin panel on server is 'simplified'

Post 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.
Pierre M.

Re: Admin panel on server is 'simplified'

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”