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
328 stars 72 forks source link

Error in media.php on fresh install #165

Open chhofi opened 2 months ago

chhofi commented 2 months ago

When starting a clean installation of Vvveb via docker: docker run -p 8080:80 vvveb/vvvebcms everything seems to start up normal.

But when clicking on the Media library an error shows up:

Internal server error! (error 500)
/var/www/html/admin/controller/media/media.php on line 120 

I tried building it directly with the Dockerfile provided here: Link to Dockerfilebut the same error.

Bildschirmfoto 2024-07-15 um 19 58 45

Can someone please help me what I am doing wrong here ?

chhofi commented 2 months ago

I replaced the .php file with an older version: 98a0268d8652947914954641c1b70a842f6042dc

Bildschirmfoto 2024-07-15 um 20 23 21

And now it is working again. So I guess the last commit broke it.

givanz commented 2 months ago

Thanks for the bug report, it was a faulty nightly release with some recently changed code that was not properly tested, it's now fixed.

chhofi commented 2 months ago

Thx for your quick response and great project :)