Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.3

Bug #13307 Array reference error
Submitted: 2008-03-04 20:23 UTC
From: raphox Assigned: quipo
Status: Closed Package: MDB_QueryTool (version 1.2.2)
PHP Version: 4.4.8 OS: Windows XP SP2
Roadmaps: (Not assigned)    
Subscription  


 [2008-03-04 20:23 UTC] raphox (Raphael Almeida Araújo)
Description: ------------ Oh my God! I crazy whit query_tool! I debug just all code query (looking 2829 lines). In line 1829: $res[$key]['name'] = $val['COLUMN_NAME']; but $val dont have column "COLUMN_NAME" she have column "column_name" in downcase. Whith that, the maping table not is possible. Creating undefinde objects. I change COLUMN_NAME by column_name run very good.

Comments

 [2008-03-05 09:14 UTC] quipo (Lorenzo Alberton)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.