Hi Guys,

I'm not sure if this is a bug or not, but I've recently been trialling V1.5.2 Beta RC1 & RC2 and both are giving a problem with any modules that use mysql_query($variable) ;

Example: The 'print' option in Super Orders

[21-Dec-2013 07:48:43 UTC] PHP Warning: mysql_query(): Access denied for user 'rod'@'localhost' (using password: NO) in /home/www/XXXXXX/super_data_sheet.php on line 195
[21-Dec-2013 07:48:43 UTC] PHP Stack trace:
[21-Dec-2013 07:48:43 UTC] PHP 1. {main}() /home/www/XXXXXX/super_data_sheet.php:0
[21-Dec-2013 07:48:43 UTC] PHP 2. mysql_query(*uninitialized*) /home/www/XXXXXX/super_data_sheet.php:195
[21-Dec-2013 07:48:43 UTC] PHP Warning: mysql_query(): A link to the server could not be established in /home/www/XXXXXX/super_data_sheet.php on line 195
[21-Dec-2013 07:48:43 UTC] PHP Stack trace:
[21-Dec-2013 07:48:43 UTC] PHP 1. {main}() /home/www/XXXXXX/super_data_sheet.php:0
[21-Dec-2013 07:48:43 UTC] PHP 2. mysql_query(*uninitialized*) /home/www/XXXXXX/super_data_sheet.php:195
[21-Dec-2013 07:48:43 UTC] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/www/XXXXXX/super_data_sheet.php on line 196
[21-Dec-2013 07:48:43 UTC] PHP Stack trace:
[21-Dec-2013 07:48:43 UTC] PHP 1. {main}() /home/www/XXXXXX/super_data_sheet.php:0
[21-Dec-2013 07:48:43 UTC] PHP 2. mysql_fetch_array(*uninitialized*, *uninitialized*) /home/www/XXXXXX/super_data_sheet.php:196

---------------------------------------------------------

Cross Sell Advanced for v1.5.0

[21-Dec-2013 08:07:18 UTC] PHP Warning: mysql_query() expects parameter 2 to be resource, object given in /home/www/XXXXXX/xsell.php on line 152
[21-Dec-2013 08:07:18 UTC] PHP Stack trace:
[21-Dec-2013 08:07:18 UTC] PHP 1. {main}() /home/www/XXXXXX/xsell.php:0
[21-Dec-2013 08:07:18 UTC] PHP 2. mysql_query(*uninitialized*, *uninitialized*) /home/www/XXXXXX/xsell.php:152

-----------------------------------------------------------------

Any ideas for a solution?

Cheers
RodG