At my Joomla 3.1 site I have a few modules using PHP that works out just fine (e-mailform via qlform and adsmanger). However though it gives me warning notices above the modules and I cant seem to disable them in the module itself.
I have tried to:
modify index.php adding follow below define('_JEXEC', 1);
Code: Select all
error_reporting(0);
Aswell as Joomla Backend admin > System > Global Configuration > Server > Error reporting = 0
I attached a image displaying the "Warning notice" at my e-mailform.
Any ideas guys?
Thank you!