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???
SOLVED: Showtime Module gives errors
SOLVED: Showtime Module gives errors
Last edited by belgirl on Fri Dec 10, 2010 1:17 pm, edited 1 time in total.
Re: Showtime Module gives errors
which type of database do you use... not MySQL I guess?
Re: Showtime Module gives errors
Yeah, I Use MYSQL for the whole site including CMSMS.
Re: Showtime Module gives errors
Sorry my bad. It looks like it is using mysqli. Could this be the issue?
Re: Showtime Module gives errors
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?
BTW what version of CMSMS are you using?
Re: Showtime Module gives errors
Yeah it was. When I changed it in the config.php to MYSQL, it worked perfectly.