Page 1 of 1

SOLVED: Showtime Module gives errors

Posted: Thu Dec 09, 2010 10:55 pm
by belgirl
I am getting these error messages with any page that has a slideshow using the showtime module:

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'hcp'@'localhost' (using password: NO) in /home/hcp/public_html/modules/Showtime/action.default.php on line 5

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/hcp/public_html/modules/Showtime/action.default.php on line 5
No show found! show="" does not exist.

I am using the current version of CMS made simple and the module.  I also have the correct permissions.  Anyone have any ideas???

Re: Showtime Module gives errors

Posted: Thu Dec 09, 2010 10:59 pm
by Jos
which type of database do you use... not MySQL I guess?

Re: Showtime Module gives errors

Posted: Thu Dec 09, 2010 11:19 pm
by belgirl
Yeah, I Use MYSQL for the whole site including CMSMS.

Re: Showtime Module gives errors

Posted: Fri Dec 10, 2010 12:01 am
by belgirl
Sorry my bad.  It looks like it is using mysqli.  Could this be the issue?

Re: Showtime Module gives errors

Posted: Fri Dec 10, 2010 2:39 am
by spcherub
mysqli is just an improved interface for MySQL, so that is not the problem. Are you having problem with any of the other modules you are using? The error messages seem to indicate that there is a problem accessing the underlying database, but if this is the case you should be having problems with everything.

BTW what version of CMSMS are you using?

Re: Showtime Module gives errors

Posted: Fri Dec 10, 2010 1:17 pm
by belgirl
Yeah it was.  When I changed it in the config.php to MYSQL, it worked perfectly.