soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Generated applications infinitely redirect if the database can not be created #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new application and generate the code for it
2. Upload this PHP to a server which does not have any write permissions set
3. Access any page

What is the expected output? What do you see instead?
Expected: An exception page is shown, displaying "cannot access
stored_events.db" (or likewise)
Actual: The application infinitely redirects with the same error message
("unable to open database file")

Original issue reported on code.google.com by soundasleep on 30 Nov 2009 at 8:10

GoogleCodeExporter commented 9 years ago
Resolved in r1574; the PDOException thrown during init will now be caught and a 
HTTP
500 displayed.

Original comment by soundasleep on 23 Feb 2010 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 18 Mar 2010 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 18 Mar 2010 at 11:48