
11-09-2012, 05:41 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Subieforums
Hey Ted,
Thank you for your support, I'm sure it's a minor mistake on my part...
Right now I am creating a new product review and adding the photo url. So when I go to approve the review, I have to then save the image to my desktop or wherever, and manually upload it through the upload option. From what it looks like, by syncing it, it should allow me to just click that and it will automatically grab those image urls that have been added and add the photos, thumbnails etc automatically. Is that the way its supposed to work?
When I click on "Proceed" in the sync option, (when reviews are waiting to be approved), i get the following:
PHP Code:
Couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping couldnt save the image for - skipping All Done!
And I still have to manually upload the image. Are my folder permissions off?
|
That's hardly nothing
Either your folder is not writable (chmod 755 or 777) or the path to it is not correct. Remember the path is from root, not local.
|