Showing posts with label fix. Show all posts

fix : PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0

This is Solution to Fix :
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
1. Open File  /etc/php5/cli/conf.d/ming.ini
sudo gedit /etc/php5/cli/conf.d/ming.ini

2. Replace The '#' on First Line with ';'
; configuration for php MING module

3. Save & Have Fun !

fix netbeans 7.0.1 php not suggest class

i got poblem in netbeans 7.0.1 ,It's not suggest my php class (Joomla Framework).Before that I can use netbeans with php (Joomla Framework) very well.
After I updated some plugins Netbeans alert message like can't load some class.

Solution :
Update Your Java JDK to Version 7 Here