Needs review
Project:
Field TimeTable
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2013 at 13:09 UTC
Updated:
15 Mar 2017 at 00:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dp85 commentedChanging line 42 in /sites/all/modules/field_timetable/field_timetable.module from
$path = libraries_get_path('timetable');into
$path = '/sites/all/libraries/timetable';solves this problem, but causes another one.
After saving the node, a messagebox appears with this text:
I have to stop this script because it slows down my web browser.
Furthermore this Drupal error message appears in a red box:
Comment #2
deodesign commentedhi,
I also get the same message:
When logged-in as Admin I can add data to the timetable, day + times. But when I view the page all I see is "Timetable:" and nothing else.
Comment #3
raul_drupal_dev commentedDon't change the sourcecode!!! just active de libraries modules!! the bug is not in the .module file is in .info!
Comment #4
johnv#3 is right.
It is a bit strange. The dependencies are in the .info files, but are not mentioned on the modules page. Rearranging the lines solves the problem. See patch.