Home » Database » DB_DataObject » Bug #2088
Use of uninitialized variables when class_prefix option is omitted
Details
| Submitted | 2004-08-08 03:13 UTC |
|---|---|
| From | ylf at xung dot org |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.4 |
| OS | Linux Debian (testing) |
| Roadmaps | (Not assigned) |
Comments
[2004-08-08 03:13 UTC] ylf at xung dot org
Description:
------------
Hi,
I'm experimenting with Justin Patrin's DB_Dataobject_Formbuilder_Frontend.
If I omit the class_prefix option in the .ini file (i believe I'm free to do that), with error_reporting set to E_ALL, I get :
Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2194
Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2234
Notice: Undefined index: class_prefix in /var/www/dev/bcc/include/PEAR_local/DB/DataObject.php on line 2194
--
Olivier Guilyardi
Packages versions :
DB 1.6.5
DB_DataObject 1.7.0