(2015-02-05, 17:48:16)mganko Wrote: This is related to issue that orderd of loading plugins may be different on different hosts ...
I experimented some more. It seems that the host is loading the plugins in reverse alphabetical order.
I did search and replace in all SpecialPagesExtras files:
Code:
rpl -R SpecialPagesExtras aSpecialPagesExtras
- SpecialPagesExtras.php -> aspecialpagesextras.php
- SpecialPagesExtras (folder) -> aspecialpagesextras
This is definitely not connected to file datestamp, nor to the order in which plugins were copied to the GS installation. (See also this old post.)
The PHP manual talks of 'the order of files in the filesystem', but I don't know what the host's filesystem is. From an ssh terminal, ls -l lists alphabetically (as expected), but ls -lU has no obvious order.
--
Nick.
Nick.