Hi everyone!
I have created the cron jobs and they are correct...
But new members still not receiving activatiopn emails.
The "Recomend Us" dont work too.
I need help!! I try to search others topics but nothing helps me...
Thanks for any answer and this is very importante.
Best regards and sorry about my English (im portuguese)
|
server could be causing this. if the server is setup to refuse mail from (nobody), typical attempt to stop mail spamming, then this could be the problem. check with your host and report back.
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
I
was talking to the HOST support several minutes and see all the requirements
of the Dolphin and configure everything as requested and still not send
email to members. I just the "Periodic" email ...
This is really important and i made everything!
Help me please
|
just as a general question here, im shooting in the dark, as i dont know your server configuration, have you previously used a script that would send out emails? i dont think its your periodic cron, as much as it would be the notifies.php cron. please post your cron job settings here and we can take a look at them and see if something is amiss?
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thanks for your reply.
They have made a test with php function mail to send email and worked.
The email tested is the same i have on Dolphin.
I have installed Dolphin 2 months ago and everything works, emails, notifications.
1 month ago the Server has been changed and the Dolphin have been moved to a new server.
Now and since the "move" dont work the notifications.
There is my CRONTAB:
|
ok your cron php files, were they edited when you moved? as there may be a different path in those files than you are currently working with now. can you check cmd.php notifies.php and periodic.php and see if the path is correct in those files?
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Hi again,
CMD.PHP: require_once( '/var/www/vhosts/YYYYYY/httpdocs/XXXX/inc/header.inc.php' );
CUPID.PHP: require_once( '/var/www/vhosts/YYYYYYY/httpdocs/XXXXX/inc/header.inc.php' );
NOTIFIES.PHP: require_once( '/var/www/vhosts/YYYYYY/httpdocs/XXXX/inc/header.inc.php' );
I forgot to refer i receive this email sometimes:
PHP Warning: set_time_limit() has been disabled for security reasons in /var/www/vhosts/YYYYY/httpdocs/XXXXX/periodic/cmd.php on line 192
Thank you very much :)
|
so i guess the question is are the paths on these files correct.
as for this portion of the post:
PHP Warning: set_time_limit() has been disabled for security reasons in /var/www/vhosts/YYYYY/httpdocs/XXXXX/periodic/cmd.php on line 192
that is something you need to take up with your hosting provider and ask them if they can create a custom php.ini file or use a php_flag in htaccess that will enable set_time_limit()
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Here's a really simple question for your question:
Have you set up an e-mail account on your server yet? Such as Admin@yourdomain.com so that your server can send these e-mails out?
|