I am currently running Fedora 11, here's the kernel version 2.6.30.10-105.fc11.i686.PAE. I am and have configured selinux to run as part of Apache services. This similar configuration is used with Fedora 10 no problems!!!!!!

Has anyone encountered this error?!!! I have posted the error below!!!

* 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 menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/drupal-6.15/includes/menu.inc on line 315.
* 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 menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/drupal-6.15/includes/menu.inc on line 315.

Thanks in advance!!

Glynn

Comments

dbeall’s picture

I haven't run into this myself, but other people have.

Search google using:
site:drupal.org You have an error in your SQL syntax

greynolds’s picture

Clean install

reason:

In order to for the installation to complete correctly. I had to re-install Drupal and then migrate the information from the previous Drupal into it. I could not simply move the current directory into the path of the root directory of the web server.

In addtion, Fedora 10 configuration for /etc/httpd/conf.d/drupal.conf
it required that

php_flag sessions cookie_secure on

become un-commented

However, You must comment this section out on Fedora Core 11 for the new installation.