beeymlala wrote:I resently purchased your script to install on my site. My site is ran on Vertual dedicated servers. I checked the data base and the affilliate program install did write the files to the data base, but from there it will go no further. It keeps saying MySQL Error. Sorry. So what I am I supose to do from there???
"MySQL Error. Sorry." - that is an error that displayed when something is wrong with mysql database (no permissions to connect, database does not exist or anything else).
In order to see details SQL message you have to modify file config/config.php and make it like this
---
function db_error_callback($error) {
print "<b>$error->message</b><br>$error->userinfo";
// print ('MySQL Error. Sorry.');
exit();
}
---
instead of
---
function db_error_callback($error) {
// print "<b>$error->message</b><br>$error->userinfo";
print ('MySQL Error. Sorry.');
exit();
}
---
If you have difficulties let me know your FTP details by emailing to
support@softservice.org