Mysql

PHP affiliate script

Mysql

Postby beeymlala » Mon Sep 03, 2007 9:54 am

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???
beeymlala
 
Posts: 5
Joined: Sat Sep 01, 2007 12:32 pm

Re: Mysql

Postby admin » Wed Sep 05, 2007 2:30 am

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
admin
Site Admin
 
Posts: 3
Joined: Fri Dec 05, 2008 4:15 am

Re: Mysql

Postby beeymlala » Fri Sep 07, 2007 7:26 pm

I did as was recomended it now gives the error:
DB Error: no such table
SELECT param, value FROM config15 [nativecode=1146 ** Table 'affiliatepro.config15' doesn't exist]

I would like to know what to do from there. I sent ftp info to you through email.
beeymlala
 
Posts: 5
Joined: Sat Sep 01, 2007 12:32 pm


Return to Affiliate Pro

Who is online

Users browsing this forum: No registered users and 0 guests

cron