View Single Post
  #1  
Old 30th August 2012, 23:35
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default Error just after typing tracker's url and going to login...
1. As you can see in the picture i am having this issue:


Code:
PHP Error Message Fatal error: Call to undefined function multiscrape() in.../public_html/include/cleanup.php on line 463
After a small web search i found other trackers having the same issue! [and not fixed]

i found somewhere in here this:
Quote:
also in cleanup.php at line 463 change
PHP Code:
        if ($autoscrapemultiscrape(); 
to
PHP Code:
        if (isset($autoscrape)) multiscrape(); 
and also optimized the database but it didn't fix it...as far as the border errors and colours you see in that picture i fixed it myself after i uploaded the picture...

This is shown only at login area...
Attached Thumbnails
error.jpg  

Last edited by Giorgatzelos; 31st August 2012 at 02:26.
Reply With Quote