[Bug 26753] [debug] Class SkinVector not found; skipped loading

2011-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26753

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|Vector Skin |General/Unknown
 AssignedTo|tpars...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-01-21 03:28:35 
UTC ---
Moving to General/Unknown, this problem plagues all skins because none of them
are in the autoloader.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 26753] [debug] Class SkinVector not found; skipped loading

2011-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26753

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
   Severity|major   |minor

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-01-16 22:26:47 UTC ---
Caused by Skin::newFromKey.

It calls class_exists() on the current skin name, and then requireOnce's the
skin file if the class doesn't exist. class_exists causes the autoloader to try
to load the SkinVector class, which it can't since the skin classes aren't
loaded by the autoloader, but by Skin::newFromKey. Thus the debug message is
harmless, albeit a bit confusing.


Could probably be fixed by passing false as a second parameter to the
class_exists.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l