Re: [PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not anobject in /www/wwwx/index.phtml on line 25 From: Sebastian Bergmann (sb <email protected>)
Date: 02/26/01

Ed Lee wrote:
> I don't know why, our web site visabrc.com was working for years and
> problem occurred on last Saturday. No body changed any include files
> or so.

  This is hard to believe.

> However,
>
> In /usr/local/lib/php/class.Visitor.inc, we had $CS declared:
>
> <?php
> class Visitor extends Service {
> var $visitorid, $vpromo, $CS, $promoCS;

  Are you initializing $CS somewhere, with $CS = new CS(...) for instance?

-- 
 sebastian bergmann         e-mail :              sb <email protected>
                          homepage :      http://www.sebastian-bergmann.de
                       make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>