Actions
Evolution #1443
closedbuffer function bug when calling public/index.php?rub=tableau-de-bord&id=1?altmode=true
Start date:
11/17/2022
Due date:
% Done:
100%
Estimated time:
1.00 h
Resolution:
Description
buffer function bug :
[17-Nov-2022 17:53:42 Europe/Paris] PHP Fatal error: Uncaught Error: Attempt to assign property "innertext" on null in /var/www/html/public/index.php:22
Stack trace:
#0 [internal function]: optimize()
#1 {main}
thrown in /var/www/html/public/index.php on line 22
[17-Nov-2022 17:57:47 Europe/Paris] PHP Fatal error: Uncaught Error: Attempt to assign property "innertext" on null in /var/www/html/public/index.php:22
Stack trace:
#0 [internal function]: optimize()
#1 {main}
thrown in /var/www/html/public/index.php on line 22
not sure to fix it by modifying optimize($buffer) or to check code to understand what is causing that bug, see line 22 :
$title->innertext = $current_title;
Updated by Simon almost 2 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Seems to work correctly ! Not confirmed
Actions