biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

Pilot Info Page Not Showing in latest edc0886234a4 #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Upon git cloning the latest version of the kb, the pilot info page has stopped 
appearing upon user request - it stalls.

A quick track down in my apache logs shows: 

[Tue Feb 05 12:35:30 2013] [error] [client 193.195.xxx.xxx] PHP Fatal error:  
Call to undefined method KillListTable::setDayBreak() in 
/srv/www/test.my-domain.com/common/pilot_detail.php on line 260, referer: 
http://test.my-domain.com/?a=home

Reading through the code in class.killlisttable.php, there is no reference to 
setDayBreak() anywhere. My assumption is the latest changes reflect a much 
bigger change in design and the pilot_info.php change will follow soon - any 
help I can give I'll try.

Rolling this file back to 
http://code.google.com/p/evedev-kb/source/browse/common/includes/class.killlistt
able.php?spec=svnedc0886234a416cfd11d0a6966452f726b540fb3&r=b9eb39332fe0e25ef3e6
7ba53d7b2bd9cdeec47b 
fixes the issue, temporarily for those of us who like using development 
versions as stable as far as I can see...

Cheers,
DH

Original issue reported on code.google.com by dave.hib...@gmail.com on 5 Feb 2013 at 12:54

GoogleCodeExporter commented 9 years ago
Hi DH,

I've removed the setDayBreak - we are trying to make use of jquery data tables 
for the home page

Paul

Original comment by p...@minimoo.org on 20 Feb 2013 at 11:20