
Originally Posted by
Dan4store
Yes the Database user set up user with full privileges. The user, database, and password are in both configure.php files.
When I go to install it the page comes up with a clean install only. And says..............
An existing configure.php file was found, indicating a pre-existing installation. You may upgrade using the button below (if there is no Upgrade button, perhaps your DB_PREFIX does not match the database?
The DB_PREFIX is blank but I have tried to put my account name 'mydomain_' as the prefix. That did not work. The old ZC files (1.5.5e) were blank and worked for years that way.
'mydomain_DB'
'mydomain_UserName'
'PW'
Is all like it is suppose to be. The user has been created with full privileges assigned to the database.
if the existing configure has a blank prefix and that works, then it should remain as a blank prefix.
do you have a file here:
includes/local/configure.php;
if so, that could be your problem.
i would also examine your configure file. check that it has:
PHP Code:
define('SESSION_STORAGE', 'temporary value added by zc_install');
somewhere inside of it. if that is not there, that could also be the cause of your distress...
best.