Moderators: Dragonrider, J_S, Hernol, vancoovur, H2B2, bevan, Heritage
hitec555 wrote:Really strange because when I change all to text I get a 3705 users changed. Then change back to html again 3705 users changed but then when I look at any user from random there is no tick within 'send html email to user'
ALTER TABLE `phplist_user_user` CHANGE `htmlemail` `htmlemail` TINYINT( 4 ) NULL DEFAULT '1'Martin_bou wrote:I was having the same issue, and I ran the following command on my mysql database, from within php MyAdmin.
Note that your table name may differ, but the table is indeed user_user, mine has a prefix
UPDATE `phplist_user_user` SET `htmlemail`=1 WHERE `htmlemail`=0
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 0 guests