7921 Posts in 1359 Topics by 933 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: | 38525 Views |
-
Re: Bug Reports

28 September 2009 at 3:12am
This was fixed several revs ago. Are you sure you're on the latest version?
Make sure line 31 of your ImageGalleryImage.php is:
function BackLinkTracking() {return false;}
it it's not, you're on an older version.
-
Re: Bug Reports

28 September 2009 at 3:16am
Line 31 is indeed function BackLinkTracking() {return false;}.
I'm on the latest revision too, unless my SVN is doing something VERY wrong :/.
Is there anything else that could cause this problem?
-
Re: Bug Reports

29 September 2009 at 7:27am
I believe this may happen if your database and filesystem are out of sync. That is, your database is returning records of files that aren't there. You can sync them up by just clicking on the Files & Images tab, and then going back to Site Content.
I made some changes to image gallery today. Run an SVN update and let me know if you still have issues. Make sure you test on the demo site, as well, since that is always the latest version of the code.
-
Re: Bug Reports

29 September 2009 at 9:43pm
I'm using a DatePickerField inside a DOM popup, the Calendar opens, but when I click on a date, I get the following error in my console:
jQuery.datepicker is undefined... and no date is being written to the input-field.
DOM Revision 287
This occurs on Safari 4 and Firefox 3.5 on Mac. Didn't test other browsers.I'm quite sure this worked in older versions..
-
Re: Bug Reports

29 September 2009 at 11:12pm Last edited: 29 September 2009 11:18pm
That didn't seem to fix the problem UncleCheese. Perhaps you would like some credentials to check for yourself? In anycase, I'm about to pm them to you now.
It's all updated to the latest SVN of your modules too.Edit: It would seem I can't find a PM function :/. So submitted to http://www.carlinowebdesign.com/contact/ instead ;)
-
Re: Bug Reports

30 September 2009 at 5:31am
The BackLinkTracking() bug has finally been solved (I think) in the latest rev. See:
http://www.silverstripe.org/dataobjectmanager-module-forum/show/269282?start=24
Banal, these Javascript collisions have been the bane of my existence lately. You get things stable in CMSMain, and then the popup blows up, you fix the popup, then the CMS breaks. Ugh.
I did some work on it this morning, though. One of the issues we're seeing is that the strange requirement to use BaseHref() before the file paths has caused Silverstripe to fail to view calls to the same file as unique. One class calls "jquery/somefile.js" and the other calls BaseHref()."jquery/somefile.js" and they both come in, causing a collision. In this case, livequery and jquery.js were butting heads.
Try an update and let me know? I got mine running okay.
-
Re: Bug Reports

30 September 2009 at 6:30am
Hey UncleCheese
The latest rev. 291 resolves the JavaScript issue. Thanks a lot for the fast bugfix.
I feel your pain regarding these JavaScript problems... it's a huge mess as of now. The changes made by Ingo will hopefully improve things. AFAIK they are on the roadmap for 2.4.
| 38525 Views | ||
| Go to Top | Next > |


