View Issue Details

IDProjectCategoryView StatusLast Update
0017508mantisbtadministrationpublic2015-04-18 18:55
Reporteratrol Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0017508: No display of ADOdb version on admin page
Description

admin/index.php does not display ADOdb Version

caused by:
SYSTEM NOTICE: 'Undefined offset: 1' in '/var/www/mantisbt/library/adodb/adodb.inc.php' line 466

TagsNo tags attached.

Relationships

related to 0019635 closeddregad Update ADOdb to 5.20 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 7543abe2

2014-07-16 08:08

dregad


Details Diff
Fix PHP notice in admin index page

The error is caused by incorrect regex in ADOdb library.
See https://github.com/ADOdb/ADOdb/issues/16

Fix was applied by cherry-picking commit from upstream master branch
https://github.com/ADOdb/ADOdb/commit/701798f02ad2f06f7bba9e3922a2f6a9d8f05918
Affected Issues
0017508, 0019635
mod - library/README.libs Diff File
mod - library/adodb Diff File