biow0lf / evedev-kb

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

r707 removed too many includes from kill_detail.php #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
   require_once('common/includes/class.pageAssembly.php');

was removed in r707

which given this code in kill_detail.php:

   class pKillDetail extends pageAssembly
   {
   //! Construct the Pilot Details object.

causes this fatal:

   PHP Fatal error:  Class 'pageAssembly' not found in /var/www/virtual/kb.aperture-
ventures.com/common/kill_detail.php on line 12

3.1 r708

Original issue reported on code.google.com by twe...@gmail.com on 29 May 2010 at 2:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I renamed it on svn in r709 with all lower case. That should fix the problem.

(TortoiseSVN actually did add/delete instead of move but the version history 
seems 
intact for some reason. Should have just switched to Linux.)

Original comment by kovellia on 29 May 2010 at 3:11

GoogleCodeExporter commented 9 years ago
common/home.php still had pageAssembly and I had to rename it in that file

Original comment by bosh...@gmail.com on 29 May 2010 at 3:16

GoogleCodeExporter commented 9 years ago
kill_related.php has it as well

Original comment by twe...@gmail.com on 29 May 2010 at 3:23

GoogleCodeExporter commented 9 years ago
It's in most of the common/*.php files. I'll get to them tomorrow. If you need 
it 
working right now then add this to common/index.php after the 
edkloader::register line

edkloader::register("pageassembly", "common/includes/class.pageAssembly.php");

Original comment by kovellia on 29 May 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Missed a step. also rename it back to class.pageAssembly.php

Original comment by kovellia on 29 May 2010 at 3:29

GoogleCodeExporter commented 9 years ago
sleep is overrated. I've updated the files in common so you shouldn't have the 
error 
now. If you made the changes I suggested before, then revert them.

Original comment by kovellia on 29 May 2010 at 3:52

GoogleCodeExporter commented 9 years ago
There's no mention of class.pageAssembly.php left in the code so I'm marking 
this as
fixed.

Original comment by kovellia on 3 Jun 2010 at 6:34