Newbie questions

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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Newbie questions

Post by calguy1000 »

CMSMS is an application written in PHP. PHP is instantiated (ran) by the web server (usually apache). Therefore CMSMS is subject to limitations and settings of PHP and the environment created by the web server

Here is a list of PHP settings and their meanings: http://php.net/manual/en/ini.list.php Of note, see max_execution_time and allow_url_fopen. How to adjust these settings depends on your web server environment. Sometimes you have to create and/or edit a php.ini file in a specific location, or edit a .htaccess file. Your server administrator can help you there.

Regarding the config.php settings, it is generally considered "bad practice" to have your config.php file (or any other php file) writable by the world, particularly in shared environments. However, it must still be readable by php (and therefore by the web server processes). CMSMS displays a warning if your config.php file is writable. Setting the config.php to read ony will remove this message.
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.
Locked

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