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

adrianrf@drupal.org’s picture

I 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

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org

I 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?

univie’s picture

>>Did you set your locale properly in conf.php?

Yes I think so:

$languages = array("de" => "german", "en" => "english");

killes@www.drop.org’s picture

Can you try to add

print_r($languages);

at the start of locale_refresh_cache()?

And paste the output in the submit form?

killes@www.drop.org’s picture

No user feedback.