• LJagermaster

    (@the-living-legend)


    I thought I’d finally got this thing working on my site, but after my latest attempt to upload a photo I receive the following error:

    Upload failed !
    Targer folder /…/wp-content/”galleries/sinpics/Easter/2011/Supreme SINner”/ doesn’t exist !

    I’ll provide the entire block of code I used to create the form, if I’ve mucked it up please let me know:

    <p>[inline_upload uploadid=”1″ uploadtitle=”Share a SINpic of Easter 2011” maxsize="10" uploadpatterns="*.gif,*.jpg,*.png,*.bmp,*.tif,*.hdp,*wdp,*.jpeg,*.kdc,*.pcd,*.tga,*.wmf" uploadrole="sinner" uploadpath=”galleries/sinpics/Easter/2011/%username%” createpath=”true” selectbutton="Select SINpic" uploadtitle="Share SINpic"]</p>

    Thanks in advance,

    LJ

    http://wordpress.org/extend/plugins/inline-upload/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nickboss

    (@nickboss)

    I observe that you use some times the symbol (”) and some times the symbol (“). For instance, see in the above code that you sent me …uploadid=”1″… It seems that they are two different quotes. The correct one is (“). Use only this in your implementation of inline-upload….

    Thread Starter LJagermaster

    (@the-living-legend)

    Ah yeah…I didn’t notice that. The ” occurred because I’d copied/pasted the function calls from the plugins webpage, and the ” were ones I’d entered myself. If I’d noticed the difference it would have been my first guess, as I’m aware of the issues it can cause inside PHP files (so stands to reason that it’d cause similar issues within shortcodes used to call PHP functions).

    Thanks for the heads up, I’ll re-type the quotes and see if that solves the issue… 🙂

    Thread Starter LJagermaster

    (@the-living-legend)

    Seems to be another problem now, tried to upload the same photo as last time and now this error appears on the page:

    Warning: Missing argument 4 for create_directory(), called in /…/wp-content/plugins/inline-upload/inline_upload.php on line 299 and defined in /…/wp-content/plugins/inline-upload/inline_upload.php on line 130

    Warning: mkdir() [function.mkdir]: No such file or directory in /…/wp-content/plugins/inline-upload/inline_upload.php on line 132

    Warning: Missing argument 4 for create_directory(), called in /…/wp-content/plugins/inline-upload/inline_upload.php on line 299 and defined in /…/wp-content/plugins/inline-upload/inline_upload.php on line 130

    Warning: mkdir() [function.mkdir]: No such file or directory in /…/wp-content/plugins/inline-upload/inline_upload.php on line 132

    Warning: Missing argument 4 for create_directory(), called in /…/wp-content/plugins/inline-upload/inline_upload.php on line 299 and defined in /…/wp-content/plugins/inline-upload/inline_upload.php on line 130

    Warning: mkdir() [function.mkdir]: No such file or directory in /…/wp-content/plugins/inline-upload/inline_upload.php on line 132

    And I still receive the previous error under the upload form (minus the qupte marks (“):

    Upload failed !
    Targer folder /…/wp-content/galleries/sinpics/Easter/2011/Supreme SINner/ doesn’t exist !

    I should point out that when I choose the image file to upload, nothing appears in the box either, which I assume may also be a factor (I tried selecting the file several times with the same result so put it down to a browser issue, but seems to happen in most of them – including firefox, chromium & opera)… :-/

    Thread Starter LJagermaster

    (@the-living-legend)

    Apologies for the bump but this is a major issue for us that’s seriously holding our prohect back… :-/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Inline Upload] File directory seems to include the quote marks (")…’ is closed to new replies.