You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Trac import]
Reported by: jaragunde
Original date: Tuesday, 05 February 2013 21:23
The file triggers.sql is not being correctly processed, and triggers are not being created when the user installs !PhpReport using this wizard.
My guess is that the function parse_psql_dump at install/setup-config.php is not smart enough, and it tries to run the command every time it finds a ; character. The body of the trigger function contains that character, so the incomplete query is run and of course it doesn't work.