I have read through this forum to access a fix for this, I even had such high hopes for the fix listed here
www.aretimes.com/are-support/forum/158-5...g-from-sandbox.html. But nothing, so hopefully there some new insight that can be shed my way.
Problem: On the development server, once tesing paypal originally using paypal sandbox, then turning it off and viewing the url, but I still receive the following errors:
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ODBC'@'localhost' (using password: NO) in F:\Inetpub\wwwroot\renaeSITE\components\com_maianmedia\classes\class_generic.inc.php on line 77
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in F:\Inetpub\wwwroot\renaeSITE\components\com_maianmedia\classes\class_generic.inc.php on line 77
I read on the message board here, that i should turn my error reports down or off, I tried that and that didn't even work.
I looked on DB forum, and it said since its using MySQLi, that the function.mysql-real-escape-string should be read as function.mysqli (note the i*), that cleared up the current errors but then I got a different error;
Warning: mysqli_real_escape_string() expects exactly 2 parameters, 1 given in F:\Inetpub\wwwroot\renaeSITE\components\com_maianmedia\classes\class_generic.inc.php on line 77
No matter what I do I cant remove the errors, and even if the errors were hidden, I couldnt download the link; that page then gives me an error that I dont have permission to view the page...
I dont know what gives anymore, Hopefully someone out there knows how to fix this and any insight would be much appreciated.
Thanks in advnace