From: [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version: 4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description: 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 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
--
Edit Bug report at: http://bugs.php.net/?id=9471&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]