Closed kitsonk closed 12 years ago
Ah sorry about that, I checked in a fix (ef311caa7c0a6734cd1df054ce4be28689a0dba2). Not sure why I don't see the errors though.
Could be that your PHP is configured to not output the errors in the output stream. At least on my machine, any PHP errors are getting written as part of the return text and so I see them in the application.
I am getting quite a few errors thrown in regards to variable being unassigned in generate.php. Taking a look at the code, it is trying to figure out if something in inherited by comparing it to a non-existent variable (line 172):
$page
doesn't exist in this scope.