Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.4.3
-
Fix Version/s: None
-
Component/s: CiviMail
-
Labels:None
Description
After starting a new mailing ( giving it a name, and choosing a group) then clicking "Next" I get the following SQL error:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -19
[message] => DB Error: no such field
[mode] => 16
[debug_info] => INSERT INTO civicrm_mailing (domain_id , name , created_id , created_date ) VALUES ( 1 , 'Sample 123' , 1 , 20110722192004 ) [nativecode=1054 ** Unknown column 'visibilty' in 'NEW']
[type] => DB_Error
[user_info] => INSERT INTO civicrm_mailing (domain_id , name , created_id , created_date ) VALUES ( 1 , 'Sample 123' , 1 , 20110722192004 ) [nativecode=1054 ** Unknown column 'visibilty' in 'NEW']
[to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_mailing (domain_id , name , created_id , created_date ) VALUES ( 1 , 'Sample 123' , 1 , 20110722192004 ) [nativecode=1054 ** Unknown column 'visibilty' in 'NEW']"]
The URL for the screen with the error:
https://amyisrael.org/civicrm/mailing/send
)