[Cdash] Configuration page will not load

David Cole david.cole at kitware.com
Fri May 14 21:45:19 UTC 2010


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> wrote:

>  After a bit of digging on the 'Net, I found a reference to the fatal
> error.  By adding '@' 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 [cdash-bounces at public.kitware.com]
> On Behalf Of Konrad, Karl-Heinz [kkonrad at wai.com]
> *Sent:* Friday, May 14, 2010 1:35 PM
> *To:* 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
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20100514/ac841dc6/attachment-0003.htm>


More information about the CDash mailing list