Closed (won't fix)
Project:
Event
Version:
4.4.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Apr 2004 at 18:10 UTC
Updated:
18 Apr 2004 at 18:59 UTC
1. Clicking on one of the upcoming events (block) results in a error
user error: 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 'FROM locales WHERE string = 'Location'' at line 1
query: SELECT lid, FROM locales WHERE string = 'Location' in /usr/local/.../includes/database.mysql.inc on line 97.user error: 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 'FROM locales WHERE string = 'Where this event is taking place.'
query: SELECT lid, FROM locales WHERE string = 'Where this event is taking place.' in /usr/local/.../includes/database.mysql.inc on line 97.2. To erase a previous input to location completely is not possible, whereas creating an event without input to location field is.
3. In the table view the content of teaser is cut off.
Comments
Comment #1
adrianrf@drupal.org commentedI ran into the same error messages too.
from-scratch 4.4.0 installation into a sub-folder
then migrated code to the root folder
did a CSV export/cleanup/import of locale table, to prune subfolder name out of data records
have disabled the locale module for the moment, and events are running.
Adrian Russell-Falla
Comment #2
killes@www.drop.org commentedI am quite sure that this is not really related to event.module. The query that is failing is not in event.module but in the locale.module (or common.inc?).
Did you set your locale properly in conf.php?
Comment #3
univie commented>>Did you set your locale properly in conf.php?
Yes I think so:
$languages = array("de" => "german", "en" => "english");Comment #4
killes@www.drop.org commentedCan you try to add
print_r($languages);
at the start of locale_refresh_cache()?
And paste the output in the submit form?
Comment #5
killes@www.drop.org commentedNo user feedback.