Debian Squeeze/Apache2/PHP5 - PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on
Want to support HowtoForge? Become a subscriber!
Error: Debian Squeeze/Apache2/PHP5 - PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0You see the following lines in Apache's error log (/var/log/apache2/error.log): PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
SolutionOpen /etc/php5/apache2/conf.d/ming.ini: vi /etc/php5/apache2/conf.d/ming.ini The file looks like this: # configuration for php MING module Remove the first line so that it looks like this: extension=ming.so Do the same for the file /etc/php5/apache2/conf.d/ps.ini: vi /etc/php5/apache2/conf.d/ps.ini The file looks like this: # configuration for php PS module Remove the first line so that it looks like this: extension=ps.so Then restart Apache: /etc/init.d/apache2 restart
|



Recent comments
11 hours 6 min ago
20 hours 34 min ago
21 hours 23 min ago
1 day 56 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 17 hours ago
1 day 22 hours ago
2 days 19 min ago