Chron error... help!

Warning: main(/home/deciphagear/deciphagear.com/dolphin/inc/header.inc.php): failed to open stream: No such file or directory in /home/.manet/deciphagear/letsconnect.ca/periodic/deciphagear_com_cupid.php on line 21

Fatal error: main(): Failed opening required '/home/deciphagear/deciphagear.com/dolphin/inc/header.inc.php' (include_path='.:/usr/local/

lib/php') in /home/.manet/deciphagear/letsconnect.ca/periodic/deciphagear_com_cupid.php on line 21




I keep getting this because I deleted my old site folder, its now under letsconnect.ca and not deciphagear.com/dolphin/ but i keep getting this error from my crons in my email

i've checked the files and the paths all are updated to the new letsconnect.ca but this still comes up
am i missing something? i updated the crons from the control panel for the server too.


I keep getting this because I deleted my old
site folder, its now under letsconnect.ca and not
deciphagear.com/dolphin/ but i keep getting this error from my crons in
my email
i've checked the files and the paths all are updated to the new letsconnect.ca but this still comes up
am i missing something? i updated the crons from the control panel for the server too.


This is what line 21 says of periodic/deciphagear_com_cupid.php
require_once( '/home/deciphagear/letsconnect.ca/inc/header.inc.php' );


In notifies and cmd its the same path and works fine :S

Quote · 13 Sep 2008

You need to also change the path in your cronjobs  .....

That will stop the cron error messages  ..... 

Quote · 14 Sep 2008

This is true in each of your /periodic/...file.php

You will find something like:
require_once( '/home/youraccount/public_html/inc/header.inc.php' );

You will need to update each in the periodic file to reflect the new location like:
require_once( '/home/youraccount/public_html/newsite.ca/inc/header.inc.php' );

Or similar depending on actual location and actual paths your host use, but you get the idea.

You also need to make sure you did change your crons to reflect the new paths in your host control panel crons jobs/setup.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 14 Sep 2008

I DID THAT

thats whats weird about it

everything is set to the correct paths (both in the files and in the cron jobs in site panel/setup) and

yet its still trying to go to the old path

its not making any sense to me

i've double checked the paths a dozen times, they're all correct, same as for cmd and notifies and im not getting any problems with those

Quote · 14 Sep 2008

Ok  .....  look again at the paths in your error message  .....  they tell the story  .....

/home/deciphagear/deciphagear.com/dolphin/inc/header.inc.php
/home/.manet/deciphagear/letsconnect.ca/periodic/deciphagear_com_cupid.php

The paths are clearly not the same  .....

I assume the last one is actually correct since it is reading the file  ..... 

And you also should have a root of the web server like /home/account/public_html/ or /home/account/www/  .....
.

Quote · 14 Sep 2008

The paths in my files are all the same though and they are working fine.. they don't have .manet in them..

hmm..

Ok  .....  look again at the paths in your error message  .....  they tell the story  .....

/home/deciphagear/deciphagear.com/dolphin/inc/header.inc.php
/home/.manet/deciphagear/letsconnect.ca/periodic/deciphagear_com_cupid.php

The paths are clearly not the same  .....

I assume the last one is actually correct since it is reading the file  ..... 

And you also should have a root of the web server like /home/account/public_html/ or /home/account/www/  .....
.

Quote · 16 Sep 2008

Open that file and replace the line 21 with this.

require_once( '/home/.manet/deciphagear/letsconnect.ca/inc/header.inc.php' );

This will fix your problem.

----
Quote · 16 Sep 2008
 
 
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.