Failing cron job for a weekly email

I have a question: I got this mod to send out emails to remind people to add a profile photos, etc. to their profile and I cannot make it work correctly. I get no response from the mod maker and I don't even know how to turn it off or correct it. This is what I get once a week in my email when it tries to execute:

Warning: require_once(../../../../inc/header.inc.php): failed to open stream: No such file or directory in /home/outwerxe/public_html/modules/thakkertech/profile_suggestion/cronjob/send_inactive.php on line 2

Fatal error: require_once(): Failed opening required '../../../../inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/outwerxe/public_html/modules/thakkertech/profile_suggestion/cronjob/send_inactive.php on line 2

 

I notice it says, "cronjob/send_inactive.php on line 2" and I haven't a clue what that means. I also did not create or setup an email for this, because that wasn't in the instructions, and it seems to me if this cron job is going to send an email to members, there needs to be an email to send. I just don't get this. Can anyone help here? Thanks!

MOOOOMMM, She's touching me!!
Quote · 18 Sep 2011
I don't have a solution for your problem, but to turn it off, just uninstall it until the designer can fix it.
Quote · 18 Sep 2011

open file modules/thakkertech/profile_suggestion/cronjob/send_inactive.php

and replace this line: require_once(../../../../inc/header.inc.php);

with this: require_once(BX_DIRECTORY_PATH_INC . 'header.inc.php');


Maybe it will help you, but I'm not sure....

You can also run the file from YOURSITE/modules/thakkertech/profile_suggestion/cronjob/send_inactive.php
so you do not have to wait until the next time it will run to test how it works now...

Quote · 18 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.