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?
v2.1.3 Windows Installation - Change Config Settings
-
- Forum Members
- Posts: 43
- Joined: Wed Dec 09, 2015 11:16 pm
Re: v2.1.3 Windows Installation - Change Config Settings
Read the config reference that comes in the /docs folder. You can set those in the config.php (CMSMS install root).