[Cdash] Configuration page will not load

Julien Jomier julien.jomier at kitware.com
Fri May 14 21:48:29 UTC 2010


Hi Konrad,

The '@' just remove the display of the warnings. The main issue is that 
mysql_set_charset() is not defined:

   Call to undefined function mysql_set_charset()

Which version of CDash are you using? CDash 1.6.2 has the bug but CDash 
1.6.4 should fix the issue.

Let us know,
Julien

On 5/14/2010 5:45 PM, David Cole wrote:
> CDash lists "php (> 5.3)" as the version of php that it requires. If
> "mysql_set_charset" is not defined... then you are using an older
> version of php. According to php's documentation,
> (http://us2.php.net/manual/en/function.mysql-set-charset.php), that
> function has been around since php 5.2.3...
>
> You will just run into more and more problems that cannot be easily
> explained if you continue trying to get it to work with an older php...
> Try upgrading your system's php to something newer before continuing
> with CDash.
>
>
> HTH,
> David
>
>
> On Fri, May 14, 2010 at 5:34 PM, Konrad, Karl-Heinz <kkonrad at wai.com
> <mailto:kkonrad at wai.com>> wrote:
>
>     After a bit of digging on the 'Net, I found a reference to the fatal
>     error.  By adding '@' <mailto:'@'> to line 307, removed the fatal
>     error there.  Am still receiving blank CDash configuration page though.
>     KHK
>     ---------------------------------------------------------------------------------------------------
>     Weidlinger Associates, Inc. made the following annotations.
>
>     “This message and any attachments are solely for the intended
>     recipient and may contain confidential or privileged information. If
>     you are not the intended recipient, any disclosure, copying, use, or
>     distribution of the information included in this message and any
>     attachments is prohibited. If you have received this communication
>     in error, please notify us by reply e-mail and immediately and
>     permanently delete this message and any attachments. Thank you.”
>
>     “Please consider our environment before printing this email.”
>     ------------------------------------------------------------------------
>     *From:* cdash-bounces at public.kitware.com
>     <mailto:cdash-bounces at public.kitware.com>
>     [cdash-bounces at public.kitware.com
>     <mailto:cdash-bounces at public.kitware.com>] On Behalf Of Konrad,
>     Karl-Heinz [kkonrad at wai.com <mailto:kkonrad at wai.com>]
>     *Sent:* Friday, May 14, 2010 1:35 PM
>     *To:* cdash at public.kitware.com <mailto:cdash at public.kitware.com>
>     *Subject:* [Cdash] Configuration page will not load
>
>     Hello All,
>     I am installing CDash and have all the software requirements and
>     have followed the install Wiki.  The configuration page is blank and
>     I am receiving the following errors in /var/lkog/httpd/error_log.
>     [Fri May 14 13:14:18 2010] [error] [client xxx] PHP Warning:
>     Call-time pass-by-reference has been deprecated
>     - argument passed by value;  If you would like to pass it by
>     reference, modify the declaration of get_sql_compare_and_value().
>     If you would like to enable call-time pass-by-reference, you can set
>     allow_call_time_pass_reference to true in your INI file.
>     However, future versions may not support this any longer.  in
>     /var/www/html/CDash/filterdataFunctions.php on line 804
>     [Fri May 14 13:14:18 2010] [error] [client xxx] PHP Warning:
>     Call-time pass-by-reference has been deprecated -
>     argument passed by value;  If you would like to pass it by
>     reference, modify the declaration of get_sql_compare_and_value().
>     If you would like to enable call-time pass-by-reference, you can set
>     allow_call_time_pass_reference to true in your INI file.
>     However, future versions may not support this any longer.  in
>     /var/www/html/CDash/filterdataFunctions.php on line 804
>     [Fri May 14 13:14:18 2010] [error] [client xxx] PHP Warning:
>     Call-time pass-by-reference has been deprecated
>     - argument passed by value;  If you would like to pass it by
>     reference, modify the declaration of [runtime function name]().
>     If you would like to enable call-time pass-by-reference, you can set
>     allow_call_time_pass_reference to true in your INI file.
>     However, future versions may not support this any longer.  in
>     /var/www/html/CDash/filterdataFunctions.php on line 806
>     [Fri May 14 13:14:18 2010] [error] [client xxx] PHP Fatal error:
>     Call to undefined function mysql_set_charset()
>     in /var/www/html/CDash/cdash/pdo.php on line 307
>     Tried a Internet search with out luck.  If anyone can point me to
>     the right site or data, htat would be great.  Any and all help will
>     be greatly appreciated.
>     Karl-Heinz Konrad
>     ---------------------------------------------------------------------------------------------------
>     Weidlinger Associates, Inc. made the following annotations.
>
>     “This message and any attachments are solely for the intended
>     recipient and may contain confidential or privileged information. If
>     you are not the intended recipient, any disclosure, copying, use, or
>     distribution of the information included in this message and any
>     attachments is prohibited. If you have received this communication
>     in error, please notify us by reply e-mail and immediately and
>     permanently delete this message and any attachments. Thank you.”
>
>     “Please consider our environment before printing this email.”
>
>     _______________________________________________
>     Cdash mailing list
>     Cdash at public.kitware.com <mailto:Cdash at public.kitware.com>
>     http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
>
>
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash



More information about the CDash mailing list