I am running 3 seperate versions on V138 on 2 different servers and have everything running smoothly for years. I have decided it was time to upgrade them both to V150 and there is where I am having a problem
I am doing a fresh install of V150 and was going to upgrade the old version after I had the latest version operational. Running ZC_install, all started out fine, but after entering in my DB info, the next page states
Installation In Progress...

WARNING: An Error occurred, please refresh the page and try again.

I have gone back through the configuration files but can't see anything that look incorrect. only question that I might have is if I have the following correct:

define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p1) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/onshop/admin/');
define('DIR_WS_CATALOG', '/onshop/');
define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p2) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/onshop/admin/');
define('DIR_WS_HTTPS_CATALOG', '/onshop/');


and

// * DIR_FS_* = Filesystem directories (local/physical)
define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '/../') . '/hsphere/local/home/cycle/xxxxx.nets/onshop/admin/');
define('DIR_FS_CATALOG', '/hsphere/local/home/cycle/xxxxx.net/onshop/admin//');


onshop is the directory created that has V150 located in.

Any help on this issue is greatly appreciated!