givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Hey, i wonder why i cant upload image on website #127

Open trnhan099 opened 4 weeks ago

trnhan099 commented 4 weeks ago

here is the image i tried to upload and the error screen image DSC03348 copy

trnhan099 commented 4 weeks ago

and it also showed this error when I tried to upload the image: "Openverse authentication failed!"

givanz commented 4 weeks ago

Hi

Upload does not work only for this image? It might be because of large file size.

Please make sure that php upload max file size limit is higher than the size of the image.

You can view the limit value in admin > tools > system info http://demo.vvveb.com/admin/index.php?module=tools/systeminfo

filesize

https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size

If you can't change the php limit then you can resize the image to a smaller size or use a service like https://tinypng.com

trnhan099 commented 3 weeks ago

Hi

Upload does not work only for this image? It might be because of large file size.

Please make sure that php upload max file size limit is higher than the size of the image.

You can view the limit value in admin > tools > system info http://demo.vvveb.com/admin/index.php?module=tools/systeminfo

filesize

https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size

If you can't change the php limit then you can resize the image to a smaller size or use a service like https://tinypng.com

i got another issue with deleting file, can you help me with this bro? image

givanz commented 3 weeks ago

Thanks for the bug report, it was fixed in https://github.com/givanz/Vvveb/commit/be66cf1807633de1ceef7212f37edec897daf00e

To fix it please redownload the zip and update the files on the server.

You can skip /config folder update to keep the database info and avoid reinstall and also skip /public/themes if you want to keep your layout changes.