Givan

Results 223 comments of Givan

The screenshot is not displayed, can you please upload the image on a server or use a image sharing service and post the url?

Can you drop the database and recreate it? This message is shown if admin table is missing or empty.

If `config/db.php` does not exist than this message can not be shown, this is the first check made in the code. Please make sure that the the file is deleted,...

I changed the code and admin check will only display a message with the error found but it will not stop install, in this way install will work and we...

Thanks for the bug report, I changed the module parameter https://github.com/givanz/Vvveb/commit/c553dca9405381f36540913269cdf02fbb9116d5

Folders that need write permission is checked at install, you can view the list here https://github.com/givanz/Vvveb/blob/master/install/controller/index.php#L40 Write permission is also needed for themes files for template editing, media uploads, compiled...

Sorry I didn't pay attention to flags on some folders. Files inside model and compiled templates are generated php scripts and need to have execute flag for php to include...

Thanks for the bug report, I fixed the warning https://github.com/givanz/Vvveb/commit/b529366154c6b89b8583f15c4d50149f5c1ac3cc

Thanks for pointing out, I fixed wrong event parameters https://github.com/givanz/Vvveb/commit/3a2cfc6fd7e038b3446ed92e974f487e5929d474.

Hi Are both sites using the same theme? Changes made with page builder in theme templates will show for all sites using the theme. To avoid this duplicate the theme...