When I run cron manually it is giving following error:
Fatal error: Class 'view' not found in /home/ipgcin/public_html/includes/common.inc(1645) : eval()'d code on line 2
Is this View problem?
I tried same after disabling search. Then it is working fine. Cron didn't gave any error?
What could be the problem?
The indexing in the search is also not increasing.
Please give your advice.
Regards
Comments
Comment #1
merlinofchaos commentedeval()'d code means that you have embedded code somewhere that does not take into account that it might be running during cron. Perhaps it's a node that's being indexed for search. It's not a Views specific problem and there's no way to really help you debug this remotely.
Comment #2
pushkarpathak commentedThanks Merlin. Now I will work on this line. I had added some custom php code in blocks and pages, may be the problem is from there.
Comment #3
pushkarpathak commentedI got the problematic node. After deleting the node the cron is working fine. Thanks a lot.