View Issue Details

IDProjectCategoryView StatusLast Update
1609RackTablesdefaultpublic2016-04-16 14:30
Reporterracktabler Assigned Toinfrastation  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.11 
Target Version0.20.12Fixed in Version0.20.12 
Summary1609: PHP Notices: Undefined index: height
DescriptionNotice: Undefined index: height in /usr/local/www/RackTables-0.20.11/wwwroot/inc/database.php on line 745

Notice: Undefined index: height in /usr/local/www/RackTables-0.20.11/wwwroot/inc/database.php on line 753
Steps To ReproduceSample code:

$row = spotEntity('row', $row_id);
amplifyCell($row);
Additional InformationPossible missing break in amplifyCell()?
...
    case 'row':
                $record['racks'] = getRacks ($record['id']);
    case 'rack':
...
TagsNo tags attached.

Activities

infrastation

infrastation

2016-04-16 14:30

administrator   ~0003153

Well spotted, thank you! Commit 4bcce77 adds the missing break and the fix will be a part of 0.20.12 release.

Issue History

Date Modified Username Field Change
2016-04-08 20:01 racktabler New Issue
2016-04-16 14:30 infrastation Note Added: 0003153
2016-04-16 14:30 infrastation Assigned To => infrastation
2016-04-16 14:30 infrastation Status new => closed
2016-04-16 14:30 infrastation Resolution open => fixed
2016-04-16 14:30 infrastation Fixed in Version => 0.20.12
2016-04-16 14:30 infrastation Target Version => 0.20.12