When I run update.php I get this error message, since last php update. Any tips on clearing it.
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ps.ini on line 1 in Unknown on line 0 MediaWiki 1.19.0 Updater
BTW: seems to update databases OK though. Thanks frosty
On Wed, May 16, 2012 at 9:49 AM, John W. Foster jfoster81747@gmail.com wrote:
When I run update.php I get this error message, since last php update. Any tips on clearing it.
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ps.ini on line 1 in Unknown on line 0 MediaWiki 1.19.0 Updater
This is a mistake in your ini files for configuring PHP, not an issue with MediaWiki. If you look at /etc/php5/cli/conf.d/ming.ini (per your error) and replace instances of "#" with ";" you'll be fine.
-Chad
On Wed, 2012-05-16 at 11:24 -0400, Chad wrote:
On Wed, May 16, 2012 at 9:49 AM, John W. Foster jfoster81747@gmail.com wrote:
When I run update.php I get this error message, since last php update. Any tips on clearing it.
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ps.ini on line 1 in Unknown on line 0 MediaWiki 1.19.0 Updater
This is a mistake in your ini files for configuring PHP, not an issue with MediaWiki. If you look at /etc/php5/cli/conf.d/ming.ini (per your error) and replace instances of "#" with ";" you'll be fine.
-Chad
------------------------------------------- Thanks Chad for the solution. Now is working like a charm. frosty
mediawiki-l@lists.wikimedia.org