*

kuacioriginal

  • ***
  • 64 posts
running cron error
« on: November 25, 2016, 12:10:29 PM »
i got error :
You can set cron to refresh sitemap regardless osclass cron calling file: https://abc.com/oc-content/plugins/all_in_one/cron.php

page notification :
Fatal error: Call to undefined function zc_params_save() in /home/abc/public_html/oc-content/plugins/zara_configurator/index.php on line 119


here's on line 119 :
// SAVE PREFERENCES TO COOKIES, WHEN ADMIN IS NOT LOGGED IN. OTHERWISE SAVE PERMANENTLY

is this normal?

*

MB Themes

Re: running cron error
« Reply #1 on: November 25, 2016, 12:18:24 PM »
Not sure what it cause, interesting error, but try this:
Go to file:
oc-content/plugins/zara_configurator/index.php

Find:
Code: [Select]
zc_params_save()

Replace with:
Code: [Select]
if(function_exists('zc_params_save')) {
  zc_params_save();
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kuacioriginal

  • ***
  • 64 posts
Re: running cron error
« Reply #2 on: November 25, 2016, 12:27:31 PM »
now its working : Sitemap generated in 13.5276081562 seconds , and also my sitemap is working too .  :D