Last modified: 2008-07-07 22:08:51 UTC
Created attachment 5058 [details] fix maint script Echoing the value of $dir from before the commandLine.inc require and after shows that it changes it. Thus all the file calls using $dir look in the wrong location. === host:/home/wiki/extensions/AntiSpoof# php generateEquivset.php Dir before require: /home/wiki/extensions/AntiSpoof Dir after require: /home/wiki/extensions/UserMerge/ Warning: file(/home/wiki/extensions/UserMerge//equivset.in): failed to open stream: No such file or directory in /home/wiki/extensions/AntiSpoof/generateEquivset.php on line 11 Unable to open equivset.in === change the include to before the $dir and be a bit less stringent on location.
Fixed in r37291