Postponed (maintainer needs more info)
Project:
Data
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2012 at 17:09 UTC
Updated:
11 May 2012 at 17:29 UTC
From ./admin/structure/data/edit/table_name when clicking on "Configure View" (./admin/structure/data/edit/table_name/views) I get a timeout error in data.views.inc on line 153. The max_execution_time is set to 60 seconds. Any suggestions to try before maxing out the execution time?
Comments
Comment #1
joachim commentedTry increasing it first. Then I guess the next thing to try would be to see if there's anywhere it gets stuck in a loop....
Comment #2
cdanni commentedI haven't found anything in particular that it is hanging on. I will talk to the host about upping the max time.
Comment #3
ckngFacing the same problem.
Found it stucked on the loop near line 145:
get_parent_class()always return FALSEThe corresponding variables are causing the error are :
Hope that helps to pinpoint the problem.
Comment #4
joachim commentedWhich module is providing this handler, and what is its parent class? If it's not in the hierarchy then that's pretty much a bug in that module.
Comment #5
cdanni commentedckng: I'm guessing this is related to http://drupal.org/node/1412014 - I tried the line of code suggested in http://drupal.org/node/1412014#comment-5697626 and presto... all fixed.
Comment #6
Daniel A. Beilinson commentedThere's also kind of problems with _markup handlers.
For example I choose views_handler_field_markup handler for some field with html and receive this message:
Notice: Undefined index: format in views_handler_field_markup->construct() (line 21 of /home/u2643/domains/mn.ph.vps-private.net/sites/all/modules/views/handlers/views_handler_field_markup.inc).
Can't see HTML as HTML, I can only see plain text with HTML tags.
Comment #6.0
Daniel A. Beilinson commentedRemoved accidental bogus html tag