Closed (fixed)
Project:
DataBase File Manager
Version:
5.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2008 at 04:08 UTC
Updated:
29 Jul 2008 at 12:50 UTC
Firebug shows the following error:
GB_show is not defined
(no name)()dbfm.js (line 634)
[Break on this error] var listener = dbFM.addEventListener(elA, "click", function() { if (!dbFM.ve...
This is the relevant line shown:
line 634
var listener = dbFM.addEventListener(elA, "click", function() { if (!dbFM.verdir) GB_show('File Manager: Upload File',getBaseUrl() + '/dbfm_uploadit',448,640,1); });
Comments
Comment #1
bighoffa commentedI forgot to include the versions of other software:
jstools-5.x-1.1
dapi-5.x-1.0
dbfmgreybox-5.x-3.0
PHP 5.2.6
Drupal 5.8
Comment #2
geoff_eagles commented