|
Simple here
well you can test later if imagemagick works or not and try using gd2 instead but lets deal with the error.
Look at your error here. It tells me whomever installed this tried using backslashes in paths not forward slashes. You can not store backslashes in mysql hense on web applications you always use forward slashes
In your admin global and storage options you need to correct all you paths like so
C:/Inetpub/wwwroot/photopost/data/
C:/Inetpub/wwwroot/photopost/uploads
|