Hello,
A new issue has been created and assigned
to you:
852 - Undefined offset: 1
Project: Indefero
Status: New
Reported by: Mathias Bavay
Labels:
Type:Defect
Priority:Medium
Description:
Hi!
I keep on having problems with timelines that make an error:
PlufErrorHandlerException making GET request to /p/camp2ascii/feed/timeline/all/
8 : Undefined offset: 1
Mathias
PHP: /home/pluf/src/Pluf/Text/MarkDown.php, line 2244
URI: GET /p/camp2ascii/feed/timeline/all/
** Stacktrace **
* PlufErrorHandler
[/home/pluf/src/Pluf/Text/MarkDown.php, line 2244] *
* Src *
2239: # Write column headers.
2240: $text = "<table>\n";
2241: $text .= "<thead>\n";
2242: $text .= "<tr>\n";
2243: foreach ($headers as $n => $header)
>> 2244: $text .= " <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
2245: $text .= "</tr>\n";
2246: $text .= "</thead>\n";
2247:
2248: # Split content by row.
2249: $rows = explode("\n", trim($content, "\n"));
--
Issue:
http://projects.ceondo.com/p/indefero/issues/852/