Inclumedia / EmailAllChanges

MediaWiki extension that adds a preferences checkbox allowing users to have all changes to pages on the wiki emailed to them
https://www.mediawiki.org/wiki/Extension:EmailAllChanges
GNU General Public License v2.0
1 stars 0 forks source link

Unable to exclude a page #4

Open ayazaslam27 opened 8 years ago

ayazaslam27 commented 8 years ago

Hi I am unable to exclude a page using $wgEmailAllChangesExcludePages = array( 'MediaWiki:Energy Systems and Building Technologies' );

My wikimedia link is http://localhost/mediawiki/index.php/Energy_Systems_and_Building_Technologies

can anyone help me with this?

Thank you in advance

kghbln commented 8 years ago

It is always a good idea to state the versions you are running of PHP, MediaWiki and in this case EmailAllChanges.

However in this case it may just be an incorrect setting.

$wgEmailAllChangesExcludePages = array( 'Energy_Systems_and_Building_Technologies' );

should work for the page you stated in your post.

ayazaslam27 commented 8 years ago

Dear kghbln

Thank you very much for your reply. The version I am using: PHP: 7.0.4 (comes with xampp) Media wiki 1.26.2, EMailallchanges compatible with mediawiki 1.23+ and PHP 5.3+.

Somehow it's not working for me! Thanks for your help!

kghbln commented 8 years ago

I had hoped that it would work with the correct setting. Probably the info about PHP provides the clue why it is not working. Unfortunately I am not a coder so I cannot be of further help. Perhaps @leucosticte is around with help.