Page 1 of 1

[SOLVED] What code should be in config.php file?

Posted: Tue Jan 13, 2009 10:28 pm
by chipper_001
I'm having problems with images, none of my images are being uploaded, there is nothing in my 'image manager' not even the cmsms pre-loaded ones, reading the following article below,

http://wiki.cmsmadesimple.org/index.php ... ith_PHP.3F

...it says  "The Image Manager lets you upload and browse the images on your server. That is all images that are in the folder (and its sub-folders) that you have set to be the image upload folder in config.php. Usually this is uploads/images/."

My config.php is empty there is nothing in it! I don't understand what I need to write in this file so my images can be uploaded, please can someone tell me what code needs to go in here?

many thanks

Re: What code should be in config.php file?

Posted: Wed Jan 14, 2009 8:53 am
by RonnyK
The config.php in the root of your install is filled with the install-process. So check your root, if indeed the file is there and is filled. As, when no filled config.php is found. CMSMS will start the installation-process, so unless the installer is started again, the file is filled....

Ronny

[SOLVED] Re: What code should be in config.php file?

Posted: Wed Jan 14, 2009 9:00 am
by chipper_001
That's great many thanks, have found the file and see that its been filled, thank you