Have searched the forum and other posts regarding similar errors, but none of the suggested solutions have helped.
On the production server everything works fine, just not my local development computer (Windows 7, iis7 and fastCGI).
This is the error:
This is line 135:
I have config files set as below:
Global Configuration
Error Reporting: none
php.ini
display_errors = Off
On the production server everything works fine, just not my local development computer (Windows 7, iis7 and fastCGI).
This is the error:
PHP Notice: Undefined variable: posted in D:\Websites\Joomla\Golf\plugins\content\chronocontact.php on line 135
This is line 135:
<?php if (($posted)&&($paramsvalues->captcha_dataload)){ ?>
I have config files set as below:
Global Configuration
Error Reporting: none
php.ini
display_errors = Off