Comment 4 for bug 1371339

Revision history for this message
Mahesh Waidande (mahesh-waidande1248) wrote :

I am working on porting drupla6 juju charm to ppc64le trusty version. I am able to deploy it and able to create relation with MySQL. While installing drupla6 charm I am facing below warning which is interrupting the installation process.

 • User warning: 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 ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM pf_menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in _db_query() (line 170 of /var/www/drupal/includes/database.mysql.inc).
• User warning: 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 ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM pf_menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in _db_query() (line 170 of /var/www/drupal/includes/database.mysql.inc).

Internally drupla6 juju charm clones the pressflow and deploys it. Pressflow is a clone of drupal with some enhancement http://www.pressflow.org/.

I am working resolving above warnings. I also raise a bug against pressflow on github ( https://github.com/pressflow/6/issues/100 ) regarding the warnings. For more information I have attached snapshot of warnings along with this post. I will update this bug as an when I find something to share.