Image upload

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Narwhal
Posts: 2
Joined: 25 May 2015, 10:35

Image upload

Post by Narwhal » 25 May 2015, 11:03

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Image upload

Post by aimeos » 28 May 2015, 18:07

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?

Narwhal
Posts: 2
Joined: 25 May 2015, 10:35

Re: Image upload

Post by Narwhal » 04 Jun 2015, 10:25

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Image upload

Post by aimeos » 10 Jun 2015, 14:06

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.

Post Reply