Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Mar 2011 at 19:05 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Comments
Comment #1
JacobSingh commentedYou don't need / want jQuery update.. I don't know what the problem is, my guess is there is a JS error somewhere on your page. Check the console in your browser.
Comment #2
stoltoguzzi commentedthe output in the console Firefox is:
Drupal.settings.media is undefined
[Break on this error] src: Drupal.settings.media.brows... (if you want to totally override it)
if I check it is this function:
in IE I got this:
Comment #3
stoltoguzzi commentedCan not finde a working combination, looks like beta3 is outdated other needed modules are newer?
Looks like a great module, would be nice somebody could help, thank you.
Comment #4
L-four commentedI had a similar issue where when the add media button was pressed it opened the image bowser page(not in modal). I found that it was actually colorbox.js causing this issue and updating this file from the colorbox dev release fixed it.
I hope this helps.
Comment #5
JacobSingh commentedHuh... I don't know why that wouldn't be defined. Can you test on a fresh install w/o jQuery update and see if that fixes the problem?
Comment #6
stoltoguzzi commentedno chance, does not work.
somebody have a working media_gallery?
Comment #7
jucovschi commentedtry to look in the apache error log file. If you see it trying to access the folder drupal/media_gallery. If that's the case then that's the problem I had as well and solved by enabling the Clean URL.
Comment #8
stoltoguzzi commentedclean URL is enabled.
What I did now:
- created a testsite a drupalcarden
- exported this site
- copied the contained media modules
- and now this works perfect
the version from drupalgarden does not have version infos in the module.info
Comment #9
tomasbedrich commentedAs said in #7 - now I have media_gallery working:
- latest dev snapshot from git
- Clean URL enabled
solved my problem.
Tagging dev to implement independency on Clean URL feature.
Comment #10
TripX commentedAs the problem is solved > fixed.