Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I am using mysql version 4.14 and did install the right table definitions (civicrm_41.mysql) and php5 (on dreamhost). I installed CiviCRM (civicrm-drupal-php5-v1.2BETA-rev3592.tgz) directly on a drupal 4.6.3. I am getting the same error anywhere in civicrm or the drupal user screens. – Amanda
This is the error:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -2
[message] => DB Error: syntax error
[mode] => 16
[debug_info] => SELECT id, name FROM civicrm_state_province WHERE country_id IN () ORDER BY name [nativecode=1064 ** 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 name' at line 1]
[type] => DB_Error
[user_info] => SELECT id, name FROM civicrm_state_province WHERE country_id IN () ORDER BY name [nativecode=1064 ** 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 name' at line 1]
[to_string] => [db_error: message="DB Error: syntax error" code=-2 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT id, name FROM civicrm_state_province WHERE country_id IN () ORDER BY name [nativecode=1064 ** 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 name' at line 1]"]
)