Active
Project:
Node Reference/Embed Media Browser (nrembrowser)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 09:24 UTC
Updated:
19 Aug 2011 at 16:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
grndlvl commentedI am pretty sure this is more related to nrembrowser than styles. Although, I could be wrong.
Comment #2
StuartDH commentedGreat module with lots of potential to be a 'must have' for future drupal installs
I'm getting the same issue, and above the Style box I'm also getting an error with:
warning: Invalid argument supplied for foreach() in /home/energyso/public_html/sites/all/modules/nrembrowser/nrembrowser.module on line 240.
I'm using :
Drupal 6.1.9
Node Reference/Embed Media Browser (nrembrowser) 6.x-1.x-dev - 14 Oct 2010
Content 6.x-3.x-dev
jQuery UI 6.x-1.4
jQuery Update 6.x-1.1
Views 6.x-3.x-dev
Vertical Tabs 6.x-1.0-rc1
Styles 6.x-2.0-alpha5
Wysiwyg 6.x-2.1
CKEditor 3.4.1
ImageCache 6.x-2.x-dev
ImageField 6.x-3.7
IE 8 and Firefox 3.6.10
and I've created a simple 'Photo' content type with one 'Image' Imagfield that I've configured in Node Reference / Embed Media Browser to be allowed in WYSIWYG and select browser thumbnail from Image (fieldfield field)
Comment #3
StuartDH commentedI cleared my cache data and everything seems to be working OK now???
Comment #4
aaron commentedhmm... might be that nrembrowser needs to clear the styles cache if styles is installed before nrembrowser, rather than in the same page load...
i've done that now. please reopen if anyone still gets this behavior.
Comment #6
john.bloom commentedThis problem also seems to occur if the site's cache is cleared ('Clear cached data' in admin/settings/performance). Please tell me if there's anything I can do to help track this down and/or debug it.
Comment #7
harcher commentedIm also getting this after truncating all the cache_ tables because i was moving website to other server and needed to make sql dump smaller. Now, the dropdown box has no styles just says none! How to fix this please? Why is this occuring after cache is being cleared?
Comment #8
tatyana commentedLooks like in the latest dev version file includes/styles/nrembrowser.styles.inc with implementation of hook_styles_default_styles is not included anywhere, so all style selectors are empty.
At least including it in nrembrowser_styles_register() helped with this issue.