| View previous topic :: View next topic |
| Author |
Message |
peterdays
Joined: 10 Mar 2010 Posts: 55
|
Posted: Mar 11, 2010 1:50 pm Post subject: 2 errors with cron jobs |
|
|
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? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1128
|
Posted: Mar 11, 2010 1:51 pm Post subject: |
|
|
As per install manual - you should do "cd" into dir with communimail first.
example:
| Code: | | */5 * * * * cd /usr/local/apache/cgi-bin/communimail; ./cmaild.pl |
|
|
| Back to top |
|
 |
peterdays
Joined: 10 Mar 2010 Posts: 55
|
Posted: Mar 11, 2010 2:08 pm Post subject: |
|
|
*/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. |
|
| Back to top |
|
 |
peterdays
Joined: 10 Mar 2010 Posts: 55
|
Posted: Mar 11, 2010 5:51 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1128
|
Posted: Mar 12, 2010 9:15 am Post subject: |
|
|
| Quicker way is to send email to support. |
|
| Back to top |
|
 |
peterdays
Joined: 10 Mar 2010 Posts: 55
|
Posted: Mar 12, 2010 9:16 am Post subject: |
|
|
| i have sent you the ftp details just now. |
|
| Back to top |
|
 |
|