7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Bug Reports
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 37696 Views |
-
Re: Bug Reports

23 February 2010 at 1:34am
Hiya,
Using the stable version of DOM (1.0), we encountered a weird problem. By going directly to the page in the CMS, ie domain.com/admin/show/9, and then clicking the edit button for an item, the lightbox shows the 404 page for the main site.
Example:
1. Loads gallery page: http://www.betterbrief.co.uk/clips/clip_1060.png . Note that although we're on the gallery page, the LHS menu hasn't highlighted it as the page we're on
2. Click the pencil/edit button for DOM and the lightbox loads with a 404 page: http://www.betterbrief.co.uk/clips/clip_33877.pngWe can fix this by clicking on the LHS menu item (for the page we're on) to reload the RHS and then it works. This may be because the session wasn't properly instantiated when we went to domain.com/admin/show/9.
Now works: http://www.betterbrief.co.uk/clips/clip_60088.png
Note the side menu is showing we're on the gallery page too.This is present across major browsers (IE8, FF and Opera, at least) and we're running SilverStripe 2.3.6. It's also present on different DOM instances so it's not anything particular to my setup.
This may be an issue with SS as well as DOM but I can't replicate it anywhere other than with DOM.
Cheers,
Josh
-
Re: Bug Reports

23 February 2010 at 2:46am
Yeah, it's a bug in CMSMain. There's a patch floating around here somewhere that I have used with some success.
-
Re: Bug Reports

25 February 2010 at 5:01am
For reference the patch is here: http://open.silverstripe.org/ticket/3938
not sure why it hasnt made it's way into the core yet....
-
Re: Bug Reports

4 March 2010 at 7:27am
First off, if I haven't already stated it - just wanted to thank you on the herculean effort of creating and maintaining this fantastic module. I have already constructed 2 comprehensive websites with SilverStripe, which would have been considerably more difficult had it not been for the DataObjectManager module.
My issue is that I am trying to setup a forward/public facing form which contains both a SimpleWysiwygField and a DatePicker field. However, it appears that when I include a SimpleWysiwygField, the functionality of the DatePicker field becomes broken in the following manner.
When I click into the DatePicker field, the calendar does pop up. However, when I try to click on the next/previous month controls, or select a day I recieve the 'jQuery.datepicker' is not a function.
I am including a more recent version of jQuery for other purposes (1.3.2) on the main Page.ss template. If I comment out the Requirements line for 'jquery.js' in the SimpleWysiwygField.php file, then the DatePicker object works once again, but the SimpleWysiwygField just renders as a standard textbox.
I realize that this setup is probably not something that you ever intended to have working together, but just curious if you might be able to point me in the right direction to try and get these two controls to play nice with each other in a forward/public facing scenario.
As I can just simply replace the SimpleWysiwyg control with a standard textbox, this issue is obviously not a show-stopper, but would be nice if I could get resolved.
Thanks once again for all of your hard work on one of the most useful SilverStripe modules.
Versions working with:
SilverStripe: 2.3.3
DataObjectManager: R333
EventCalendar: R83
SWFUpload: R271 -
Re: Bug Reports

9 March 2010 at 10:06pm
I'm not sure if this is the right place to be posting this, but here goes anyways. Got a site running in Silverstripe 2.3.4, with a custom page type that has projects and photos using the DOM. Everything works fine, only thing is in the backend, whenever we upload a new image or go to view and existing one, the iframe that pops up doesn't have the width set correctly. Looking at the code using firebug shows the iframe width isn't being set. Have linked to screenie, cheers. http://www.dropbox.com/gallery/3310912/1/errors?h=67777a
| 37696 Views | ||
| Go to Top | Next > |




