I have an issue of mails not being sent on my 6.1.6 version. My old version 6.0.003 was working fine. Has anyone experience this also? hope someone will help to fix this issue. Thanks.
I have an issue of mails not being sent on my 6.1.6 version. My old version 6.0.003 was working fine. Has anyone experience this also? hope someone will help to fix this issue. Thanks.
Are your crons (crontab) setup?
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
You also posted here:
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Yes my crons is set up. Sorry about posting on the 5.6 thread. Anyway thanks for the assistance. I already solved the problem. The version 6.1.6 has a default of not notify on members. So I have to enable them in the mysql database in the "profiles" tables of every member. It is also not shown on the profile field as a default so I have to tweek the table in the "profile fields" table then go to the "emailnotify" table and edit it. Hope this will help other dolphin 6.1.6 user having this issue.
http://www.community.thefilipinoentrepreneur.com - Entrepreneur Community Site
http://www.filipinofriendsterworld.com - Filipino Friendster World Social Networking Dating Site
Yea - you can do a SQL update and change everyone to get the mails... and then, for new users, change the SQL default value for that field - is one way to deal with the problem. Or enable on Join/ProfileEdit.
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Thanks Smoge for the input. Again I can't send mass emails and my previous solution didn't work. I'm thankful that I found a mod. I made a slight change on the mod on #2. ( Profiles.EmailNotify instead of EmailNotify only) This bug fix will be very helpful to 6.1.6 user and might also be a problem on D7. So here it is:
Applies to 6.1.4,6.1.5 and 6.1.6
================================================== ======================
1) edit file : admin/notifies.php
//Look for this string :
`EmailNotify`
//The string should look like below if not change it :
`EmailNotify` = 'NotifyMe'
2) edit file : periodic/notifies.php
//Look for this string :
Profiles.EmailNotify
//The string should look like below if not change it :
Profiles.EmailNotify = 'NotifyMe'
3) go to dolphin admin panel > Builders >> Fields Builder -- then move around some fields
just to make the changes from the database updates to cache.
4) Delete all user profile cache in foler cache/
Optional only
Then go to your mysql query and paste this:
update `ProfileFields` set `Type`='select_one',`Control`='radio',`Values`='No tifyMe\nNotNotifyMe',`UseLKey`='LKey',`Check`='',` Unique`='0',`Default`='',`Mandatory`='0',`Deletabl e`='0',`JoinPage`='0',`JoinBlock`='0',`JoinOrder`= NULL,`EditOwnBlock`='17',`EditOwnOrder`='5',`EditA dmBlock`='17',`EditAdmOrder`='5',`EditModBlock`='1 7',`EditModOrder`='5',`ViewMembBlock`='0',`ViewAdm Block`='0',`ViewModBlock`='0',`ViewVisBlock`='0',` SearchParams`='',`SearchSimpleBlock`='0',`SearchQu ickBlock`='0',`SearchAdvBlock`='0' where `Name`='EmailNotify';
alter table `Profiles` change `EmailNotify` `EmailNotify` enum ('NotifyMe','NotNotifyMe') DEFAULT 'NotifyMe';
update `Profiles` set `EmailNotify`='NotifyMe';
Last edited by Smoge; 05-10-2010 at 10:22 PM.
http://www.community.thefilipinoentrepreneur.com - Entrepreneur Community Site
http://www.filipinofriendsterworld.com - Filipino Friendster World Social Networking Dating Site
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks