Location of "Unable to connect to UDB database!" in Source Code Location of "Unable to connect to UDB database!" in Source Code
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Location of "Unable to connect to UDB database!" in Source Code

Started by freesouljah, July 16, 2006, 09:21:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

freesouljah

Greetings,

I am hoping someone could tell me where to find the location of this in the source code:


QuoteCoppermine critical error:
Unable to connect to UDB database !

MySQL said:

I would like to customize the message for visitors and possibly add some html to it....


thanks
8)

Sami

‍I don't answer to PM with support question
Please post your issue to related board

freesouljah


freesouljah

works great...thanks again...

just in case someone else needs to know...if you are going to use tags with a " in them, don't forget to add the \ before them: \" .... otherwise you will get a t string error....

peace

Joachim Müller

To keep code better readable, you can use single quotes or the heredoc syntax in such cases.