Quantcast
Channel: How to find bad PHP node that makes search_cron fail? - Drupal Answers
Browsing latest articles
Browse All 5 View Live

Answer by youngpac for How to find bad PHP node that makes search_cron fail?

i was facing this issue after upgrading a big application from 6 to 7.This is what I did. From the database run this query SELECT n.nid FROM node n LEFT JOIN search_dataset d ON d.type = 'node' AND...

View Article


Answer by Patrick for How to find bad PHP node that makes search_cron fail?

Adding the Watch Dog line worked for me.However, if you are working on an active live system:I would suggest that you use drush with two terminals open to run the following commands:1) drush...

View Article


Answer by svetlio for How to find bad PHP node that makes search_cron fail?

create views page, add title field, field_body, add exposed filter body - option "contain", save, open the page and try to find bad string db_fetch_object, then delete it or make it correct

View Article

Answer by Chaulky for How to find bad PHP node that makes search_cron fail?

The function db_fetch_object() doesn't exist in Drupal 7, it was replaced by the new Database API. Checkout Dynamic Querys, Ranges and limits or even Static querys for more details.In this specific...

View Article

How to find bad PHP node that makes search_cron fail?

I can't run cron, manually or automatically. I installed Cron Debug module, checked all modules, and found out that the Search module makes cron stuck. When I disable it, cron is working.I suppose the...

View Article

Browsing latest articles
Browse All 5 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>