Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
running cron error
Support Forums - Classified Ads Script Osclass
Osclass theme support
Zara Osclass Responsive Theme
running cron error
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
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?
Logged
MB Themes
Support team
17458 posts
Only quality matters
Download Osclass
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();
}
Logged
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 .
Logged
Print
Pages: [
1
]