Page 1 of 1

little help needed with the ign bot

PostPosted: Mon Aug 01, 2005 12:02 am
by keho
Ok, got a small problem with the ign bot (Outbot).
I threw away the silly old debian and installed new Crux linux. Everything else works just fine: apache, mysql, postfix mail server and other services i run, but ign bot refuses to work.

This error happends with a new version of ign bot and the old outbot.

Code: Select all
$ php bot.php
Fatal error: Cannot re-assign $this in /home/sami/IGN/bot.php on line 2197


Code: Select all
$ php -v
PHP 5.0.4 (cli) (built: Jul 10 2005 01:38:28)


Code: Select all
$ php -m
[PHP Modules]
ctype
dom
gd
iconv
libxml
mysql
pcre
posix
session
SimpleXML
sockets
SPL
SQLite
standard
tokenizer
xml
zlib

PostPosted: Mon Aug 01, 2005 4:08 am
by Jasper2002
It may just be some relegated format for the assignment.

If you check the format for that line 2197 in the code and then compare that to the update notes for PHP 5.04 you may find where the code has been changed and just adapt it. Other than that I would have to have a look when I get home tonite.