Quote:
Originally Posted by Farcaster
Wooops! How'd that get in there. That's from the 3.6.x version. I've fixed it. Re-download the zip file and reimport the XML file and it should work fine.
|
Thanks
Other error :
<cronentries>
<cron varname="rah_calendar_subscription" active="1" loglevel="1">
<filename>./includes/cron/calendar_subscriptions.php</filename>
<scheduling weekday="-1" day="-1" hour="0" minute="0" />
</cron>
</cronentries>
Replace with :
<cronentries>
<cron varname="rah_calendar_subscription" active="1" loglevel="1">
<filename>./includes/cron/reminder.php</filename>
<scheduling weekday="-1" day="-1" hour="0" minute="0" />
</cron>
</cronentries>
No ?
C?dric