https://bugzilla.wikimedia.org/show_bug.cgi?id=29569

       Web browser: ---
             Bug #: 29569
           Summary: Fatal error: Call to a member function getGroup() on a
                    non-object in OutputPage.php on Vector skin copy
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Resource Loader
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


1st report
----------

I was working on skinning my wiki, and was going to make a custom skin based on
Vector. I made a duplicate of the vector folder and both PHP files, with a new
name (zelda). Then, I replaced all mentions of Vector with Zelda and vector
with zelda. I am currently getting an error, though, which I am baffled by.

Fatal error: Call to a member function getGroup() on a non-object in
/home/pidginet/public_html/test/includes/OutputPage.php on line 2707

Line 2707 is:
$group = $resourceLoader->getModule( $name )->getGroup();

MediaWiki 1.17.0beta1
 PHP 5.2.9 (cgi-fcgi)
 MySQL 5.0.92-community
 Apache 2.2.16

2nd report
----------

Same error on trunk of MediaWiki

changed all with s/vector/droiddev/ s/Vector/DroidDev/

but line in OutputPage.php is 2995

MediaWiki 1.19alpha (r90677)
PHP 5.3.6-pl1-gentoo (fpm-fcgi)
PostgreSQL 9.0.4

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to