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
368 stars 79 forks source link

PHP warnings/notices #172

Open telmob opened 3 months ago

telmob commented 3 months ago

I managed to install vvveb and the installation proccess went without any issues, but now when i try to replace an image or installing a new theme, i get tons of 'Undefined index' errors in the log and other PHP warnings

For example:

PHP Warning: Invalid argument supplied for foreach() in /home/storage/4/aa/20/site/public_html/storage/compiled-templates/admin_6_default_settings_site.html on line 1456 Invalid argument supplied for foreach() in /home/storage/4/aa/20site/public_html/storage/compiled-templates/admin_6_default_settings_site.html on line 1486 Undefined index: page in /home/storage/4/aa/20/site/public_html/system/validator.php on line 84 Undefined index: code in /home/storage/4/aa/20/site/public_html/storage/compiled-templates/app_3_landing_index.html-edit on line 182 Undefined index: url in /home/storage/4/aa/20/site/public_html/storage/compiled-templates/app_3_landing_index.html-edit on line 211 Undefined index: page in /home/storage/4/aa/20/site/public_html/system/validator.php on line 84 Undefined index: browse in /home/storage/4/aa/20/site/public_html/system/validator.php on line 84

Am i missing something?

givanz commented 3 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.

telmob commented 3 months ago

Thank you! That solved some problems :)