Hello,
I am just purchased the system and made sure that i have met all requirements, upon the installation everything works well the tables are created the config.php is written to and everything. but wjen it loads finish.php i get this error
///================================================== =============================================
ERROR: Unable to execute query
UPDATE sconfig SET svalue = '' WHERE CONVERT( `soption` USING utf8 ) = 'version';
Access denied for user 'ODBC'@'localhost' (using password: NO)
PHP Notice: Undefined index: buyscript_pass in C:\Inetpub\wwwroot\sundayamservice\media\install\f inish.php on line 7 PHP Notice: Undefined variable: vshare_version in C:\Inetpub\wwwroot\sundayamservice\media\install\f inish.php on line 9 PHP Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Inetpub\wwwroot\sundayamservice\media\install\f inish.php on line 10 PHP Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Inetpub\wwwroot\sundayamservice\media\install\f inish.php on line 10
//================================================== ==============================================
I know what this means, it means that the file is not seeing my config.php and does not have the info to log into my sql database. Normally i would just maually add the database connection to the code but it is encrypted. what else can I do?
thanks
Bookmarks