Page 1 of 1

v2.1.3 Windows Installation - Change Config Settings

Posted: Tue May 31, 2016 7:03 am
by Squire4Hire
I'm having some problems with the File Manager. More specifically, it's generating a bad upload path using forward slashes on a Windows box.

I'm assuming that the configuration isn't optimal.
This is my current image_uploads_path: C:\inetpub\wwwroot\CMSMS\uploads\images

But when I go to upload a file and create a thumbnail of it, the path turns into this: C:\inetpub\wwwroot\CMSMS\uploads/mySite/images\thumb_home.jpg

This obviously is no good as you can't have forward slashes in a path like that.

Does anyone know whether I should be using a local path reference like that? My root path uses an ip address instead. Is that the better option and should I be using http protocol instead for all path references?

While I'm at it... how/where do I change these Config Settings?

Re: v2.1.3 Windows Installation - Change Config Settings

Posted: Tue May 31, 2016 7:13 am
by velden
Read the config reference that comes in the /docs folder. You can set those in the config.php (CMSMS install root).