#1922 - v10 Newsletter
| Identifier | #1922 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | v10 Newsletter |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Unfortunately 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) |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
:$GLOBALS['SITE_DB']->alter_table_field('newsletter_subscribers', 'the_password', 'SHORT_TEXT');