Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv upload for images (image URLs (x,y,z..)) doesnt work for ps on docker #405

Open
BettyNutz opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@BettyNutz
Copy link

BettyNutz commented Nov 14, 2024

I've created a directory in my prestashop persistent directory (csv_img_uploads) and pointed my csv file column (image URLs (x,y,z..)) to the location but when 'Importing your data...' ends i get this error message:

Some errors were detected. Please check the details:

    Error copying image: http://192.168.0.200/csv_img_uploads/PFS_March_17-1.jpg

On a bare metal Apache server id use these commands to change permissions but the error persists:

sudo chown -R www-data:www-data /var/www/html/prestashop/csv_img_uploads
sudo chmod -R 755 /var/www/html/prestashop/csv_img_uploads

I can see the images on my network when i go to eg http://192.168.0.200/csv_img_uploads/PFS_March_17-1.jpg. But ps cant seem to see the dir to pull the image for the conversion and upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant