Page 1 of 1

Image upload

Posted: 25 May 2015, 11:03
by Narwhal
Hi,
I have set up Aimeos on my local system. I am trying to add a new image but I am getting this error:
Upload failed
Could not upload file. Please notify your adminstrator.
I can see the uploaded image in the public\uploads\preview\product directory. However, I cant see anything in the mysql database and I get the error message,
I am using Laravel 5.
Can anyone help?

Re: Image upload

Posted: 28 May 2015, 18:07
by aimeos
Narwhal wrote: I have set up Aimeos on my local system. I am trying to add a new image but I am getting this error:
Upload failed
Could not upload file. Please notify your adminstrator.
I can see the uploaded image in the public\uploads\preview\product directory. However, I cant see anything in the mysql database and I get the error message,
I am using Laravel 5.
Do you use Windows/WAMP? We haven't had anyone who tried this yet.
Can you use the web developer tools and post response from the server?

Re: Image upload

Posted: 04 Jun 2015, 10:25
by Narwhal
I am using Windows/XAMPP. I have uploaded a Product successfully to the database, and am able to see this listed, so I am getting a response from the server. I received the error message and was also expecting to see something in the mshop_media table in the database; but nothing new is listed there?

Re: Image upload

Posted: 10 Jun 2015, 14:06
by aimeos
Narwhal wrote:I am using Windows/XAMPP. I have uploaded a Product successfully to the database, and am able to see this listed, so I am getting a response from the server. I received the error message and was also expecting to see something in the mshop_media table in the database; but nothing new is listed there?
Thus it would be great if you could post the HTTP request/response to see any error message.