apache_get_module
Posted by: Lakuma (167.93.203.---)
Date: April 20, 2010 09:50PM

I'm trying to install a web app and it does an environment pre-check and I'm getting this message:

Notice: Use of undefined constant apache_get_modules - assumed 'apache_get_modules' in C:\wamp\www\install\index.php on line 282
Not found, it is recommended to install it!

I looked at all the Apache Module that come with WAMP and I don't see the apache_get_modules.

Does anyone know how I can install it?

Options: ReplyQuote
Re: apache_get_module
Posted by: yfastud (Moderator)
Date: April 21, 2010 03:42AM

its' notice not warning and you should define your var

anyway, if dont want to see it, disable notice

open file php.ini through wamp tray icon

Find
error_reporting = E_ALL

Replace w/
error_reporting = E_ALL & ~E_NOTICE

Then save file and restart wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.