https://bugzilla.wikimedia.org/show_bug.cgi?id=31051
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME --- Comment #11 from Sam Reed (reedy) <[email protected]> 2012-04-11 18:51:36 UTC --- reedy@fenari:/home/wikipedia/common$ mwscript eval.php test2wiki > var_dump( $wgResourceBasePath ); string(21) "/w/resources-1.20wmf1" Of course those are gonna work like that, /resources is set on the file system, so /resources should point to the main release in use. Stuff in MW should be using $wgResourceBasePath which is seemingly set correctly, and load it from there lrwxrwxrwx 1 reedy wikidev 44 2012-02-14 22:39 resources -> /usr/local/apache/common-local/php/resources lrwxrwxrwx 1 reedy wikidev 49 2012-04-10 20:31 resources-php-1.19 -> /usr/local/apache/common-local/php-1.19/resources lrwxrwxrwx 1 reedy wikidev 53 2012-04-10 20:31 resources-php-1.20wmf1 -> /usr/local/apache/common-local/php-1.20wmf1/resources -- 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
