Closed (duplicate)
Project:
Custom Breadcrumbs
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2008 at 05:23 UTC
Updated:
29 Mar 2009 at 18:50 UTC
Module doesn't seem to install the right database tables...
user warning: Table 'atc.custom_breadcrumb' doesn't exist query: SELECT * FROM custom_breadcrumb WHERE node_type = 'page' in C:\xxxxxxx\modules\custom_breadcrumbs\custom_breadcrumbs.module on line 84.
I have added the module, set permissions but cannot get it working.
Comments
Comment #1
jmcejudo commentedI have the same problem, it seems related to the default value of column "visibility_php". For me the solution was:
// 'default' => '',it seems to works...
Comment #2
Necuima commentedI hade the same problem today (29 March 2009).
My environment is:
. Dell Core 2 Duo PC
. Windows XP Pro SP3
. PHP version 5.2.6
. IIS version 5.1
. MySQL version 5.0.51b-community-nt
. Internet Explorer version 6.0.2900
. Firefox 3.0.4
. sendmail.exe
. Drupal 6.10
. ISAPI_Rewrite_Lite (to enable clean URLs with IIS)
All running on the Dell PC - i.e., all executions are via 'localhost'
The fix above (thanks, jmcejudo) also worked for me so this is still a bug in the module (version 6.x-1.4).
FYI, Necuima
Comment #3
MGN commentedThis is a duplicate of #264663: Wrong table definition in install schema, and has already been corrected in 6.x.1.x-dev. The next stable release will reflect this change.