Before uploading all phpwind files to your hosting account, please use your preferred advanced text editor (UltraEdit for example) to modify the following:

Please open file located at /src/applications/install/controller/IndexController.php and find:

$result = $pdo->query("SHOW DATABASES")->fetchAll();

Please replace it with:

$result = array();

Save the file and pack (archive) phpwind files to zip and upload it via "Import Website" function in the Control Panel. Open browser, type in your website address in address bar and hit ENTER, you should see the install guide and it should work normally now :)

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution