| undefined variable error [message #1655] |
Fri, 14 December 2007 02:06  |
DrAgon  Messages: 192 Registered: August 2007 |
Super-Seeder Bug hunter |
|
|
I see tons of error on config_lite.php variable..
[Thu Dec 13 18:00:26 2007] [error] [client 82.22.104.204] PHP Notice: Undefined variable: row2 in /usr/local/www/apache22/data/pmbt/include/config_lite.php on line 105
line 105 is $donateasked = $row2["sitecost"];^M
is this suppose to be defined somewhere?
|
|
|
|
|
| Re: undefined variable error [message #1658 is a reply to message #1657] |
Fri, 14 December 2007 02:39   |
DrAgon  Messages: 192 Registered: August 2007 |
Super-Seeder Bug hunter |
|
|
way too many undefinid variable errors in apache logs
I think isset wasn't used and variable just not definied at it says..
for every scrape and announce I get 10 lines of errors
Here are variable/index list:
-----------------------
variable row2 is not definied in config_lite
variable: info_hash_arr and r in scrape.php
variable: down_limit in cleanup.php
index: port in cleanup.php
Undefined property: query_result in mysql4.php on line 118
---------------------
I think info_hash_arr should be info_hash_array in scrape.php
thnx for the help.
[Updated on: Fri, 14 December 2007 02:43] Report message to a moderator
|
|
|
| Re: undefined variable error [message #2159 is a reply to message #1658] |
Sat, 09 August 2008 18:56  |
DrAgon  Messages: 192 Registered: August 2007 |
Super-Seeder Bug hunter |
|
|
row2 needed to be defined in config_lite just like config.php has.
so paypal.php and config_lite.php are working much better now and the fixes are now included for next release.
|
|
|