Pg error planning after install
Brought to you by:
choucrouteman
SQL ERROR:
SELECT * FROM iterations, working_days WHERE (project_id = '1' AND working_days_name = working_days.setup_name AND (iterations.id <> '')) ORDER BY date desc
ERROR: la sintaxis de entrada no es válida para integer: «»
the invalid syntax is iterations.id <> ''
I get a similar error when I try to create an Iterations:
SQL ERROR:
SELECT id, name FROM stories WHERE (iteration_id = "" AND project_id = ) GROUP BY (stories.id)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY (stories.id)' at line 1
Fatal error: Call to a member function Fields() on a non-object in D:\xampp\htdocs\XPWeb\XPWeb\Controler\Planning_controler.inc.php on line 1215