CommuniMail - 2 errors with cron jobs

Message
Author
peterdays
Posts: 55
Joined: Mar 10, 2010 3:56 pm

2 errors with cron jobs

#1 Postby peterdays » Mar 11, 2010 1:50 pm

hi, i am getting these errors with cron:

cmaild cron:
Can't locate object method "new" via package "CMAIL::Mail::List" (perhaps you forgot to load "CMAIL::Mail::List"?) at ./cmaild.pl line 95.

bounce cron:
Use of implicit split to @_ is deprecated at utils.pm line 831.


any ideias what is wrong?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Mar 11, 2010 1:51 pm

As per install manual - you should do "cd" into dir with communimail first.

example:

Code: Select all

   */5 * * * * cd /usr/local/apache/cgi-bin/communimail; ./cmaild.pl

peterdays
Posts: 55
Joined: Mar 10, 2010 3:56 pm

#3 Postby peterdays » Mar 11, 2010 2:08 pm

*/5 * * * * cd /home/bulletdr/public_html/cgi-bin/communimail; perl ./cmaild.pl

and

*/10 * * * * cd /home/bulletdr/public_html/cgi-bin/communimail; ./bounce_back.pl


are my cron commands, followed what the install txt says.

peterdays
Posts: 55
Joined: Mar 10, 2010 3:56 pm

#4 Postby peterdays » Mar 11, 2010 5:51 pm

damn i guess i should have posted all the information i could on the first page, big mistake!

Is there a quicker way to get support, though the forum would be best...

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#5 Postby admin » Mar 12, 2010 9:15 am

Quicker way is to send email to support.

peterdays
Posts: 55
Joined: Mar 10, 2010 3:56 pm

#6 Postby peterdays » Mar 12, 2010 9:16 am

i have sent you the ftp details just now.