View Issue Details

IDProjectCategoryView StatusLast Update
1922Composr alpha bug reportsGeneral / Uncategorisedpublic2015-05-24 16:35
ReporterAdam Edington Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary1922: v10 Newsletter
DescriptionUnfortunately a query has failed [INSERT INTO cms10_newsletter_subscribers (n_forename, n_surname, join_time, language, email, code_confirm, pass_salt, the_password) VALUES ('Adam', 'Edington', 1432450299, 'EN', '[email protected]', 15651, '72a84a5985238', '$2y$10$SFLadLd/F0Ahclo265Q3feVx..4L4IVyQYPtKjsRIjgB4WlTFHfNK')] [Data too long for column 'the_password' at row 1] (version: 10 alpha1, PHP version: 5.5.25, URL: /demo/composr/site/index.php?page=newsletter&type=do)
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2015-05-24 10:42

administrator   ~2815

Needs Commandr command to fix:

:$GLOBALS['SITE_DB']->alter_table_field('newsletter_subscribers', 'the_password', 'SHORT_TEXT');

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised