Any ideas on how I can get rid of this?
Code:[28-Oct-2009 16:01:08] PHP Warning: Module 'eAccelerator' already loaded in Unknown on line 0
| SitePoint Sponsor |




Any ideas on how I can get rid of this?
Code:[28-Oct-2009 16:01:08] PHP Warning: Module 'eAccelerator' already loaded in Unknown on line 0


Your php.ini file probably has an extension= line loading eAccelerator, while you also have an eAccelerator-specific .ini file in /etc/php.d which has the same extension= line. So remove one of them.
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.




I executedand it didn't pull anything up. I'm logged in as root. I can pull up php.ini but it has settings and such for the module that I'd prefer to leave it loading from there to have it all it one place.Code:nano /etc/php.d
Thanks for your assistance.


/etc/php.d is a directory not a file
PHP automatically loads extension configuration files from that directory if they're present
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.




So I should just remove it from php.ini then? Would leaving the settings in there be ok or should I remove those as well?
Bookmarks