Quote:
Originally Posted by linkhouse
Yes. Download the latest cron.php file from the v2.1
And check that settings.php have the right paths
For exempel:
define ( 'BASEPATH', '/home/xxx/public_html/xxx .com' );
define ( 'FLATFILE', BASEPATH . '/includes/data/feed.xml');
|
Yes I did.
But the new settings.php in V2.1 doesn't have that base path.
define ( 'BASEPATH', getcwd() );
define ( 'FLATFILE', BASEPATH . '/includes/data/feed.xml');
If I removed the includes/ it doesn't work.
The only way the site is updated is only if I turn the cron to false