Problem installing qapoll/qawebsite modules
melat0nin - May 9, 2008 - 08:24
Hi all
I'm trying to get Ubuntu's Brainstorm software running on my server, using the instructions located at https://wiki.ubuntu.com/Brainstorm/Installation (tweaked because I'm not using a local server, so stuff like mod_rewrite is already enabled)
When I enable the two modules in my Drupal (5.7) installation, I get SQL errors like this:
* 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 'SIMILAR TO subdomain' at line 1 query: SELECT * FROM qawebsite_site WHERE 'melat0nin.virtual.vps-host.net' SIMILAR TO subdomain in /home/webadmin/[domain]/html/drupal/includes/database.mysql.inc on line 172.
* 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 'SIMILAR TO subdomain' at line 1 query: SELECT * FROM qawebsite_site WHERE 'melat0nin.virtual.vps-host.net' SIMILAR TO subdomain in /home/webadmin/[domain]/html/drupal/includes/database.mysql.inc on line 172.The modules in question us Postgresql, which I have installed and have created a user for, but no-where in the instructions is there anything two 'tell' the modules the database details so they can communicate with it. I presume that is the problem here.
Any thoughts?
