• When I try the upload of the photos, this error message appears:
    Sorry. Couldn’t upload your file, “D:\Inetpub\webs\sitename\wordpress/wp-images/photoname.jpg.
    Do I have to change “\ ” in “/ “, as for the principal folder wordpress upload? And where to intervene? Which to open file and to modify in Exhibit?
    Tanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • In Options – Misc, there is an Upload option, and you define the path there.
    Whatever slashes you have there, reverse them.

    Thread Starter katacresi

    (@katacresi)

    The path is:
    D:/Inetpub/webs/sitename/wordpress/wp-images
    But it doesn’t work for exhibit…: (
    With “\ ” rather than “/ ” the page upload is not active.
    When I try to make the upload of photo, directly from the page upload, gets this:
    Warning: copy(D:/Inetpub/webs/sitename/wordpress/wp-images/fotoname.jpg): failed to open stream: Permission denied in D:\Inetpub\webs\sitename\wordpress\wp-admin\upload.php on line 171
    Warning: chmod (): No such file or directory in D:\Inetpub\webs\sitename\wordpress\wp-admin\upload.php on line 177
    File uploaded!
    Your file photoname.jpg was uploaded successfully!
    Here’s the tails to display it:
    <img src = “http://www.sitename.it/wordpress/wp-images/photoname.jpg&#8221; halt = “” />.
    What does it mean this? upload ok?

    Your Windows permissions are set incorrectly. You need to allow the your web server user (usually something like IUSR_computername) to have write access to your image directory.
    The upload directory setting in WordPress is independent of Exhibit. You set your path in the Exhibit configuration file, and that is relative to the root of your blog as defined in WordPress.
    For example: If your upload directory in Exhibit is “wp-images” and your WordPress is installed to “http://www.example.com/blog&#8221;, then your images will be at “http://www.example.com/blog/wp-images/&#8221;. You must have a directory there to accept your images and it must have the correct permissions if you intend to upload there. Exhibit does not create this directory for you.
    Note that using chmod settings on Windows is pointless and apt to cause more problems than it tries to solve. Just keep that option in Exhibit set to “0”.
    Incidentally, Exhibit was developed and deployed on Windows, so I know it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exhibit 10c: upload problem’ is closed to new replies.