You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested your script. And it still works for me.
There was however a deprecation warning:
NOTE: Do not run maintenance scripts directly, use maintenance/run.php instead!
Running scripts directly has been deprecated in MediaWiki 1.40.
It may not work for some (or any) scripts in the future.
In order to correct the script only one line has to be changed:
Hi!
I just tested your script. And it still works for me.
There was however a deprecation warning:
NOTE: Do not run maintenance scripts directly, use maintenance/run.php instead!
Running scripts directly has been deprecated in MediaWiki 1.40.
It may not work for some (or any) scripts in the future.
In order to correct the script only one line has to be changed:
#execute update script
244 ${PHPEXECUTABLE} ${MEDIAWIKIDIR}/maintenance/run.php update.php
Thank you very much for sharing your script!
The text was updated successfully, but these errors were encountered: