The FooTable jQuery plugin can not be found. Grabbed the latest from git repo and put it in site/all/libraries.
I noticed the file is no longer called footable-0.1.js so I tried changing that but still no go.
Also noticed base_path() is not used togheter with file_exists which i think might cause some issues so I tried that as well but it could still not be found. Maybe got something todo with my installation being in a subfolder of the web root.
Any hints on how I could debug further would be nice. I printed the path that is used for file_exists and checked if it was correct browsing to it through the webbrowser. Still file_exists returned false.
| Comment | File | Size | Author |
|---|---|---|---|
| #24 | footable.patch | 302 bytes | nitesh pawar |
Comments
Comment #1
chill5-0 commentedSame issue here - remaning of the "footable-0.1.js" to "footable.js" in the plugin file. I was able to fix it by editing the instances in both the footable.module file (lines 13 and 16) and in the footable.install file (lines 16 and 19). Hope this helps!
Comment #2
fadgadget commentedThanks chill. I was just here to say i had the same problem. forgive my ignorance here but where would i find the footable-0.1.js file to rename it? I dont seem to have that file.
I have a footable.js in sites/all/libraries/FooTable/js
i also have a footable-0.1.css file but i dont seem to have the one that you menion. Downloaded the zip footbale file from the git place. All help appreciated and thanks for showing us the way.
Comment #3
fadgadget commentedah wait a sec im being blonde here arent i? the footable-0.1.js file is obviously been changed to footable.js now hasn't it and no changes are required? Ah but that means that if there is no changes required then the error would still exist as per Eikenssons original post. mmmmm errrr
Comment #4
fadgadget commentedah sorted. I just needed to change the info in the drupal module folder as explained here. Im so dim
Thanks chill
Comment #5
fadgadget commentedI dont know if this is related to the way that ive set it up but i just cant seem to get this to work. Ive followed the pretty standard instrauctions from the link to the blog on the main project page for this. Table coloums are just not for disappearing at lower screen widths. Ive tried it with jquery 1.5, 1.7 and 1.8 but still nothing.. I have a simple Basic theme on my site as you can see on my test page here-
http://onlineplac.es/latestpagefoo
The module installed ok with chills changes and i have the correct reference to the footable.js files.
I have additionaly changed lines 27 and 30 of the module file to $lib_path . '/js/footable'
Also in the libraries files ive changed foottable-0.1.css to footable.css and likewise for the footable.sortable.css but still to no avail.
If anyone has any suggestions id love to hear them as id really like to use this as reponsive tables is what ive been after for a while.
Thanks
Comment #6
Eikensson commentedYeah for me the problem still existed even after both testing to rename footable.js to footable-0.1.js. I also tried changing it the other way around in the code so i think my problem is more than a filename problem.
Comment #7
jeremymcminn commentedAlso getting the same installation error, after changing lines 16-19 on .module and .install.
Comment #8
fadgadget commentedinstall is not a problem now jeremy its just not working when you do get it installed. No need to install it for now as it doesnt seem to be working. Best to hang loose for a while whilst the 'big boys' have a look at it.
Comment #9
matt v. commentedI've committed an update to the module to reflect the recent filename change in the FooTable library. Please test the 7.x-1.0-beta2 release of the module with a fresh download (or clone) of the FooTable library.
My own tests were successful, including a complete uninstall and fresh download of everything. If anyone continues to have problems, please post the details here.
Comment #10
fadgadget commentedwow wow wow wow wow Matt thanks this is just the best. Works just as i had hoped. Looks great too. I really appreciate all your effort and so will my members. Thanks again (was going to bed now im staying up lol)
Comment #11
storch commentedHave the same problem with the beta2.
"The FooTable jQuery plugin is missing. See README.md for instructions on how to download and extract it."
Link to the README.md also does not work.
Comment #12
liza commentedsame here. had to roll it back to previous version to get everything to work again :\
Comment #14
Naod commentedI am also facing the same problem "The FooTable jQuery plugin is missing. See README.md for instructions on how to download and extract it." What is the conclusion? Which previous should i have to use?
Regards
Comment #15
carol_ina commentedI had the same problem. My solution was:
Changing the name of the plugin folder: libraries/FooTable instead of libraries/FooTable-master
Changing the README.md to README.txt
Everything seems to run properly now. I hope it helps!
Comment #16
drupalreggie commentedThis issue is still live with a fresh Drupal install as of 3 days ago.
I cannot activate the module without the above error message displaying.
Have downloaded FooTable folder from GitHub and placed in sites/all/libraries. Also tried renaming this from FooTable-2 to FooTable
Have downloaded and activated Jquery update module also.
Link to Readme.md still broken too, though no Clean URLS is prefixing the module link to this file with ?q= which is causing the problem.
Great shame as looks like a good module.
Comment #17
dready2011 commentedTook me a while to figure out, but for me it didn't work at first because I named the directory libraries under footable and not FooTable (Case Sensitive).
Comment #18
lilbebel commentedI'm having the same problem. I've tried naming it both footable and FooTable but neither work. I still get the same error. "The FooTable jQuery plugin is missing. See README.md for instructions on how to download and extract it."
Infact, it won't even let me enable the module itself. Everytime I click on it to enable module, I get this error "The FooTable jQuery plugin is missing. See README.md for instructions on how to download and extract it. (Currently using FooTable Not found)" and the module unselects itself automatically.
Any ideas?
Thanks,
M
Comment #19
matt v. commented@lilbebel,
The footable.install file looks for footable.js to be located at /FooTable/js/footable.js or preferably, if you have the libraries module enabled, in
/FooTable/js/footable.js.
If that still doesn't help, can you post some more details about where your footable.js is located; what operating system you're running; whether you have the libraries module enabled; and what versions of the footable module, the libraries module, and the footable plugin you have installed:
Comment #20
matt v. commented@lilbebel,
Sorry, some of the text got stripped because it was interpreted as markup. Let me try that again...
The footable.install file looks for footable.js to be located in [footable module directory]/FooTable/js/footable.js or preferably, if you have the libraries module enabled, in [libraries directory]/FooTable/js/footable.js (usually [docroot]/sites/all/libraries/FooTable/js/footable.js).
Comment #21
matt v. commentedComment #22
lilbebel commentedThanks Matt. All is working now. Much appreciated.
M
Comment #23
matt v. commentedComment #24
nitesh pawar commentedComment #26
thmohd commentedThis does not work with latest version of FooTable Plugin on https://github.com/fooplugins/FooTable. I had to download the 2.0.1.5 version (https://github.com/fooplugins/FooTable/archive/2.0.1.5.zip) to be able run it. Otherwise it will give you error msg that the Plugin is missing.