|
|
Error of "Notice: Undefined index" (1 viewing) (1) Guest
Favoured: 3613
|
|
|
TOPIC: Error of "Notice: Undefined index"
|
admin (Admin)
Admin
Posts: 6
|
|
Error of "Notice: Undefined index" 3 Years, 8 Months ago
|
Karma: 408
|
|
In some PHP environment, you will see "Notice: Undefined index" error messages shown, along with the actual plugin. This is due to the over zealous error reporting setup for PHP environment by default.
To hides these messages, open your php file (such as easypaypal.php for Easy Paypal), add the following lines after the first occurrence of
"<?php":
//------------------------------------------------
// Turn off all error reporting
error_reporting(0);
//------------------------------------------------
This should get rid off all these warning messages.
|
|
|
|
|
|
|
Last Edit: 2009/09/11 01:08 By admin.
|
|
|
The administrator has disabled public write access.
|
|
| |
|
|
|
admin
|
2009/09/11 01:07
|
|
|