uncaught exception on update
Hello,
first off thanks for this great piece of software, it's pretty much exactly what I was hoping for so congrats to the team
I installed the package correctly and the OPML import from google went well (I have about 140 feeds, about 1200 items showed up) but I'm hitting a snag on updates.
specifics: selfoss 2.6 / PHP 5.3.16 / mysql / using a professional hosting service here in France
When I go manually to <my.server>/selfoss/update it ends up with a 504 Gateway Timeout
When I activate a cron job to <my.server>/selfoss/update.php it returns the message below:
Undefined index: SCRIPT_NAME
PHP Fatal error: Uncaught exception 'ErrorException' with message
'Undefined index: ONERROR' in <my.server>/selfoss/libs/f3/base.php:1399
Stack trace:
#0 <my.server>/selfoss/libs/f3/base.php(862): {closure}(8,
'Undefined index...', '<server info>', 862, Array)
#1 <my.server>/selfoss/libs/f3/base.php(1393): Base-error(500,
'Undefined index...', Array)
#2 [internal function]: {closure}(Object(ErrorException))
#3 {main}
thrown in <my.server>/selfoss/libs/f3/base.php on line 1399
Status: 500
X-Powered-By: PHP/5.3.16
Content-type: text/html; charset=UTF-8
I activated DEBUG in config.ini, and I can see that it's updating about 15 feeds with a lot of XML errors like "Error error loading feed content: This XML document is invalid, likely due to invalid characters. XML error: SYSTEM or PUBLIC, the URI is missing at line 1, column 48" or "Undeclared entity error at line 70, column 111" or "EntityRef: expecting ';' at line 132, column 84" or "Not well-formed (invalid token) at line 1, column 1"... and after a while the log just stops.
And I have no updates at all showing.
Any help about how I could about debugging this would be very much appreciated !
thanks in advance.
-z