|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-02-26 17:29 UTC] elee at dglhco dot com
Warning: $CS is not an object in /www/wwwx/index.phtml on line 25
Warning: $CS is not an object in /www/wwwx/index.phtml on line 26
Warning: $CS is not an object in /www/wwwx/index.phtml on line 28
Fatal error: Member function used on a non-object in /www/wwwx/index.phtml on line 28
===
[custroot@ripvisaweb01 wwwx]# ls -l index.phtml
-rw-rw-r-- 1 root other 827 Jun 30 2000 index.phtml
(Line 25-28 of /www/wwwx/index.phtml)
$V->CS->sckey = "speed";
$V->CS->scval = "";
if ( $V->CS->searchCSKey("speed") == "" ) {
======
Warning: $CS is not an object in brc_speedcheck.inc on line 3
Warning: $CS is not an object in brc_speedcheck.inc on line 4
Warning: $CS is not an object in brc_speedcheck.inc on line 5
Fatal error: Member function used on a non-object in brc_speedcheck.inc on line 5
/usr/local/lib/php
[custroot@ripvisaweb01 php]# head brc_speedcheck.inc
<?php
$V->CS->sckey = "speed";
$V->CS->scval = "";
if ( $V->CS->searchCSKey("speed") == "" ) { header("Location: /sysdoc.phtml?1006,,,,ref"); }
?>[custroot@ripvisaweb01 php]# ls -l brc_speedcheck.inc
-rw-rw-r-- 1 root other 148 Aug 23 2000 brc_speedcheck.inc
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
[USER NOTES via Email] 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. However, In /usr/local/lib/php/class.Visitor.inc, we had $CS declared: <?php class Visitor extends Service { var $visitorid, $vpromo, $CS, $promoCS; ... Thanks, Ed