|
Hello
As explained above to the other gentleman when installing and you place backslashes this causes the issue. You can not use backslashes in PHP in paths. Ton's of articles on the web about this cause everyone in windows environment is use to using backslashes and everywhere else you use forward slashes in paths. You must use forward slashes. So in Admin Global Options make sure your data and upload paths are set as this and save
d:/www/photopost/data/
d:/www/photopost/uploads
Then in Admin => Storage Options view them and click REVERT TWICE to get rid of the stored path with no slashes
|