[Resolved] Site info

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
musicscore
Power Poster
Power Poster
Posts: 496
Joined: Wed Jan 25, 2006 11:53 am

[Resolved] Site info

Post by musicscore »

I'm testing a new hoster. When I install CMSMS 1.11.5 and view System Info I see the following line :

Code: Select all

disable_functions in PHP (disable_functions)

system, system_exec, shell, shell_exec, exec, passthru, escapeshellarg, escapeshellcmd, proc_close, proc_open , ini_alter, popen, show_source, enable _dl, dl	 
Can anyone tell me if all these functions are disabled and if yes, how I can set them as needed for CMSMS.

TIA,

Musicscore
Last edited by musicscore on Sun Apr 21, 2013 9:12 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Site info

Post by calguy1000 »

Most ISP's disable some functions by default (such as the shell_exec, exec, etc) functions for security reasons.

The functions your ISP has disabled should not cause you any problems with the CMSMS core. You may have problems when activating debug mode to see errors etc.

The other functions will only effect some modules that try to run commands on the server itself (like to create mysql dumps etc).
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.
User avatar
andriesinfoserv
Forum Members
Forum Members
Posts: 78
Joined: Wed Aug 31, 2011 6:37 am

Re: Site info

Post by andriesinfoserv »

Is there an official list of functions required by core? Perhaps an interface for modules to use in system info to report missing php/other deps? If i'm serving cmsms sites exclusively on a server, i'd like to be able to disable everything not required and i've not seen this info anywhere, though the offical docs are coming along nicely.
musicscore
Power Poster
Power Poster
Posts: 496
Joined: Wed Jan 25, 2006 11:53 am

Re: Site info

Post by musicscore »

Is it possible to set the CMSMS correct setting via .htaccess of config.php
User avatar
andriesinfoserv
Forum Members
Forum Members
Posts: 78
Joined: Wed Aug 31, 2011 6:37 am

Re: Site info

Post by andriesinfoserv »

@musicscore: I'm not sure i understand your question but i'll take a shot anyways. those php functions are enabled or disabled in the php.ini file on your server. They are independent of apache and cmsms. you may or may not have access to this file, but it is a directory level above public_html if you do. you can comment out the "disable_functions" line if you wanted to test whether it's causing you problems or not. FYI, in System Info section of cmsms it will report any disabled functions whether they are causing any problems or not.
musicscore
Power Poster
Power Poster
Posts: 496
Joined: Wed Jan 25, 2006 11:53 am

Re: Site info

Post by musicscore »

Thank you andriesinfoserv

This is the answer I was looking for. Now I understand what it means.
User avatar
andriesinfoserv
Forum Members
Forum Members
Posts: 78
Joined: Wed Aug 31, 2011 6:37 am

Re: [Resolved] Site info

Post by andriesinfoserv »

You're welcome.
Locked

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