Just a quick update - I have tried older versions of CGExtensions module and 1.54 worked in my case...
Again, not solving the problem but may be used a a workaround
Try updating CGExtensions module to 1.55.3 version - It helped in my case with an "un-formatted form" when adding new map. Sadly I can't say that the update solves the issue completely - after the map was succesfully created and configured, I have called the module and got big "Oops!&...
I'm currently working with form that have file upload field. Since sizes of uploaded files may reach up to 60 MB the form should somehow display upload progress.. and this is where jQueryFU module comes in handy. The issue is how to integrate these two modules and by integration I mean file name pas...
Yes it's true, attached entries are not from error log, but access log (which I've called 'normal', maybe that was a cause of misunderstanding) Last 5 lines of normal Log containing entries generated by access of mentioned pages are below, but I don't think they are valuable at all.. Error log conta...
Well... I know that probably it is a risky solution but I managed to get the pages available again... Following camillep suggestion I have updated my CMS to most recent version, which went well. But while I was updating modules, an error ocurred and the whole page stopped responding. An error said t...
OK, my bad ... That's probably the first thing I should do. But there is not much to show anyway... After turning debug mode on, all other pages display debug informations, but not admin pages of Content Utlities and Google Maps.. They remain blank as they were before. Same thing with Apache Error l...
Have you found any sollution? My admin pages of CGContentUtils and CGGoogleMaps got blank recently. I have no idea when that happened. Maybe it has anything to do with CGExtensions as they both depent on it. I desperately need any advice... my cms version: -------------------------------------------...
odgrzewam ;] sposób na polskie znaki, nazwy miesięcy i to w dowolnej formie jest.. nie ma nic wspólnego z konfiguracją 'locale' cms'a ani serwera i jest dość "łopatologiczny", ale działa.. w tagu smarty wywoływującym datę trzeba skorzystać z 'replace', w moim przypadku skorzystałem z tego ...
I'm trying to build a form with dropdown menu, which should display some info after decision have been made. Here is little js which should do the trick: function showDivs(prefix,chooser) { for(var i=0;i<chooser.options.length;i++) { var div = document.getElementById(prefix+chooser.options[i].value)...
I didn't thought that the order is so important.. It took a while before i found the right one, but now everything works just fine.. here is how the head section looks at the end.. <head> {metadata} <title>{sitename} - {title}</title> {stylesheet} <__script__ type="text/javascript" src=&qu...