Thanks for your troubleshooting on this. This is a weird issue since PowerGallery works and those first 3 steps are basically the same as for PowerStore.What about if you make a page with these lines of code:
require_once('global.php');
require_once('../Connections/PowerStoreConnection.php');
mysql_select_db($database_PowerStoreConnection);
?>
OKerror_reporting(E_ALL);
ini_set('display_errors', 'on');
I will try this when I get back to my office. I think it's more of a problem with the resource checking in the installation wizard than a connection problem.


