Hello Guys,
As my first post now, good job revamping VestaCP project!
I just found a bug in the WordPress installer. Under ./src/app/WebApp/Installers/WordPress/WordPressSetup.php the following values should be updated in future releases
"site_name" => ["type" => "text", "value" => "My Website Name - WordPress Blog - Change Me"],
"username" => ["value" => "my-wordpress-admin-account-change-me"],
"email" => ["value" => "[email protected]"],
If user doesn’t enter an email address the, installer will only place the WP files inside the configured vhost structure, create the database, but it won’t initialize the database with the WP tables.
Please note that the wp-config settings will be updated with the necessary database information, even if the database tables will not be created by the installer script.
Setting a safe side default value like [email protected] does the trick and WP is fully installed.
Another recommendation would be to make the Data Loss Warning note more visible and update the background from blue to solid red, so it pop’up in the user eye.
I’m using HCP v1.9.3
Thanks & regards,
Alex