I have installed the demo version of G-Dating and I'm experiencing the following error. I had issued using the automated process so I did a manual install (I think) of the software. I did install into a subdirectory of my site (http://www.datsite.com/gdating/) as I'm testing several other dating products that all work fine with SQL so I'm guessing that I need to configure something else in the .php files somewhere? I looked at your documentation and it was not much help... Its a test site on a VM so you can't look at it, I need replies to this with helpful things to try please.
1, created mysql database and user (logs in fine on mysql) 2, Tried to use automated install (didn't work) 3, Using the phpmyadmin tool I imported the following .sql files from the installer directory to populate the DB. - mysql_5.sql - mysql_insert_5.sql - mysql_insert_demo_5.sql 4, renamed the installer directory 5, Edited config.inc.php with proper DB, user and password 6, I get the error below on both site and admin index.php files
-------------------------------------------- Below error is from - http://www.datsite.com/gdating/index.php
Invalid query Select value from dating_config Where paramname='DEFAULT_LANGUAGE' MySQL error: SELECT command denied to user 'gdating'@'localhost' for table 'dating_config' --------------------------------------------- --------------------------------------------- Below error from - http://www.datsite.com/gdating/admintool/index.php
Invalid query Select value from dating_config Where paramname='DEFAULT_LANGUAGE' MySQL error: SELECT command denied to user 'gdating'@'localhost' for table 'dating_config' --------------------------------------------- |