Script errors in with Firefox 3.5 / Opencms 7.0.5

View: New views
13 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Re: 7.5 - galleries

by a.westermann@alkacon.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Detlef,

check if you have the following settings in opencms-vfs.xml:

        <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="imagegallery" id="8">
                                        <param
name="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</param>
                                        <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</param>
                                </type>
                                <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="downloadgallery" id="9">
                                        <param
name="folder.class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</param>
                                </type>
                                <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="linkgallery" id="10">
                                        <param
name="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</param>
                                </type>
                                <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="htmlgallery" id="11">
                                        <param
name="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</param>
                                </type>
                                <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
name="tablegallery" id="12">
                                        <param
name="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</param>
                                </type>

If that is not the problem consider re-running the updater. Ensure
especially to have all modules checked. Also ensure to clear and purge
everything afterwards.

Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org


Beyer Detlef wrote:

> Hi Achim,
>
> is there anything I have to change to get my 7.0.5 galleries to work  
> with 7.5? At the moment this is a real show stopper for me, because  
> I'm not able to modify any images contained in a structured content  
> document.
> When I jump into the directory were my galleries are stored (/img/)  
> and open one of them - the new 7.5 interface works and shows all  
> images within this gallery...
>
> Im using:
>
> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"  
> maxOccurs="1" />
>
> with
>
> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>
> Thanks a lot for the help,
>
> Detlef
>
> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>
>> Hi Detlef,
>>
>> did you install all modules from the updater? Did you try to
>>
>> - Clear the browser cache ?
>> - Purge your jsp repository?
>> - delete the work directory of tomcat?
>>
>>
>> Kind Regards,
>> Achim.
>>
>> -------------------
>> Achim Westermann
>>
>> Alkacon Software GmbH  - The OpenCms Experts
>> http://www.alkacon.com - http://www.opencms.org
>>
>>
>> Beyer Detlef wrote:
>>> Hi there,
>>>
>>> just a quick question: I installed the 7.5 update on our test  
>>> server -
>>> works fine so far.
>>> I run into one problem:
>>>
>>> - when I open a structured content page that uses the
>>> ImageGalleryWidget and open an image, I see a new window but no image
>>> there and no galleries to select from. Both pages are empty.
>>>
>>> What do I have to change to get the galleries running with 7.5?
>>>
>>> Thanks for your help!
>>>
>>> Detlef
>>>
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list,  
>>> please visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please  
>> visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Achim,

my opencms-vfs looks 1:1 identical to your sample.

Maybe the problem is related to the undefined "initPopup()" method in  
the popup window?

I installed all modules - I didn't install templatetwo, the docs and  
the demo content.

Cheers,

Detlef

Am 07.07.2009 um 11:19 schrieb a.westermann@...:

> Hi Detlef,
>
> check if you have the following settings in opencms-vfs.xml:
>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="imagegallery" id="8">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</
> param>
> <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="downloadgallery" id="9">
> <param
> name
> =
> "folder
> .class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="linkgallery" id="10">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="htmlgallery" id="11">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="tablegallery" id="12">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</
> param>
> </type>
>
> If that is not the problem consider re-running the updater. Ensure
> especially to have all modules checked. Also ensure to clear and purge
> everything afterwards.
>
> Kind Regards,
> Achim.
>
> -------------------
> Achim Westermann
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> Beyer Detlef wrote:
>> Hi Achim,
>>
>> is there anything I have to change to get my 7.0.5 galleries to work
>> with 7.5? At the moment this is a real show stopper for me, because
>> I'm not able to modify any images contained in a structured content
>> document.
>> When I jump into the directory were my galleries are stored (/img/)
>> and open one of them - the new 7.5 interface works and shows all
>> images within this gallery...
>>
>> Im using:
>>
>> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"
>> maxOccurs="1" />
>>
>> with
>>
>> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>>
>> Thanks a lot for the help,
>>
>> Detlef
>>
>> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>>
>>> Hi Detlef,
>>>
>>> did you install all modules from the updater? Did you try to
>>>
>>> - Clear the browser cache ?
>>> - Purge your jsp repository?
>>> - delete the work directory of tomcat?
>>>
>>>
>>> Kind Regards,
>>> Achim.
>>>
>>> -------------------
>>> Achim Westermann
>>>
>>> Alkacon Software GmbH  - The OpenCms Experts
>>> http://www.alkacon.com - http://www.opencms.org
>>>
>>>
>>> Beyer Detlef wrote:
>>>> Hi there,
>>>>
>>>> just a quick question: I installed the 7.5 update on our test
>>>> server -
>>>> works fine so far.
>>>> I run into one problem:
>>>>
>>>> - when I open a structured content page that uses the
>>>> ImageGalleryWidget and open an image, I see a new window but no  
>>>> image
>>>> there and no galleries to select from. Both pages are empty.
>>>>
>>>> What do I have to change to get the galleries running with 7.5?
>>>>
>>>> Thanks for your help!
>>>>
>>>> Detlef
>>>>
>>>> _______________________________________________
>>>> This mail is sent to you from the opencms-dev mailing list
>>>> To change your list options, or to unsubscribe from the list,
>>>> please visit
>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list, please
>>> visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list,  
>> please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please  
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Arash Kaffamanesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Detlef,
Not sure, but I guess templatetwo ist required to get rid of your problem with the galleries! If so then its somehow annoying!
Best,
Arash
Sent via BlackBerry

-----Original Message-----
From: Beyer Detlef <fangmich@...>

Date: Tue, 7 Jul 2009 12:28:59
To: The OpenCms mailing list<opencms-dev@...>
Subject: Re: [opencms-dev] 7.5 - galleries


Hi Achim,

my opencms-vfs looks 1:1 identical to your sample.

Maybe the problem is related to the undefined "initPopup()" method in  
the popup window?

I installed all modules - I didn't install templatetwo, the docs and  
the demo content.

Cheers,

Detlef

Am 07.07.2009 um 11:19 schrieb a.westermann@...:

> Hi Detlef,
>
> check if you have the following settings in opencms-vfs.xml:
>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="imagegallery" id="8">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</
> param>
> <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="downloadgallery" id="9">
> <param
> name
> =
> "folder
> .class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="linkgallery" id="10">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="htmlgallery" id="11">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</
> param>
> </type>
> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
> name="tablegallery" id="12">
> <param
> name
> ="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</
> param>
> </type>
>
> If that is not the problem consider re-running the updater. Ensure
> especially to have all modules checked. Also ensure to clear and purge
> everything afterwards.
>
> Kind Regards,
> Achim.
>
> -------------------
> Achim Westermann
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> Beyer Detlef wrote:
>> Hi Achim,
>>
>> is there anything I have to change to get my 7.0.5 galleries to work
>> with 7.5? At the moment this is a real show stopper for me, because
>> I'm not able to modify any images contained in a structured content
>> document.
>> When I jump into the directory were my galleries are stored (/img/)
>> and open one of them - the new 7.5 interface works and shows all
>> images within this gallery...
>>
>> Im using:
>>
>> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"
>> maxOccurs="1" />
>>
>> with
>>
>> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>>
>> Thanks a lot for the help,
>>
>> Detlef
>>
>> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>>
>>> Hi Detlef,
>>>
>>> did you install all modules from the updater? Did you try to
>>>
>>> - Clear the browser cache ?
>>> - Purge your jsp repository?
>>> - delete the work directory of tomcat?
>>>
>>>
>>> Kind Regards,
>>> Achim.
>>>
>>> -------------------
>>> Achim Westermann
>>>
>>> Alkacon Software GmbH  - The OpenCms Experts
>>> http://www.alkacon.com - http://www.opencms.org
>>>
>>>
>>> Beyer Detlef wrote:
>>>> Hi there,
>>>>
>>>> just a quick question: I installed the 7.5 update on our test
>>>> server -
>>>> works fine so far.
>>>> I run into one problem:
>>>>
>>>> - when I open a structured content page that uses the
>>>> ImageGalleryWidget and open an image, I see a new window but no  
>>>> image
>>>> there and no galleries to select from. Both pages are empty.
>>>>
>>>> What do I have to change to get the galleries running with 7.5?
>>>>
>>>> Thanks for your help!
>>>>
>>>> Detlef
>>>>
>>>> _______________________________________________
>>>> This mail is sent to you from the opencms-dev mailing list
>>>> To change your list options, or to unsubscribe from the list,
>>>> please visit
>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list, please
>>> visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list,  
>> please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please  
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

uppps - anyone has an idea what module is missing to install it manualy

Best,

Detlef

Am 07.07.2009 um 12:39 schrieb Arash Kaffamanesh:

> Hi Detlef,
> Not sure, but I guess templatetwo ist required to get rid of your  
> problem with the galleries! If so then its somehow annoying!
> Best,
> Arash
> Sent via BlackBerry
>
> -----Original Message-----
> From: Beyer Detlef <fangmich@...>
>
> Date: Tue, 7 Jul 2009 12:28:59
> To: The OpenCms mailing list<opencms-dev@...>
> Subject: Re: [opencms-dev] 7.5 - galleries
>
>
> Hi Achim,
>
> my opencms-vfs looks 1:1 identical to your sample.
>
> Maybe the problem is related to the undefined "initPopup()" method in
> the popup window?
>
> I installed all modules - I didn't install templatetwo, the docs and
> the demo content.
>
> Cheers,
>
> Detlef
>
> Am 07.07.2009 um 11:19 schrieb a.westermann@...:
>
>> Hi Detlef,
>>
>> check if you have the following settings in opencms-vfs.xml:
>>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="imagegallery" id="8">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</
>> param>
>> <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</
>> param>
>> </type>
>> <type  
>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="downloadgallery" id="9">
>> <param
>> name
>> =
>> "folder
>> .class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</
>> param>
>> </type>
>> <type  
>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="linkgallery" id="10">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</
>> param>
>> </type>
>> <type  
>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="htmlgallery" id="11">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</
>> param>
>> </type>
>> <type  
>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="tablegallery" id="12">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</
>> param>
>> </type>
>>
>> If that is not the problem consider re-running the updater. Ensure
>> especially to have all modules checked. Also ensure to clear and  
>> purge
>> everything afterwards.
>>
>> Kind Regards,
>> Achim.
>>
>> -------------------
>> Achim Westermann
>>
>> Alkacon Software GmbH  - The OpenCms Experts
>> http://www.alkacon.com - http://www.opencms.org
>>
>>
>> Beyer Detlef wrote:
>>> Hi Achim,
>>>
>>> is there anything I have to change to get my 7.0.5 galleries to work
>>> with 7.5? At the moment this is a real show stopper for me, because
>>> I'm not able to modify any images contained in a structured content
>>> document.
>>> When I jump into the directory were my galleries are stored (/img/)
>>> and open one of them - the new 7.5 interface works and shows all
>>> images within this gallery...
>>>
>>> Im using:
>>>
>>> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"
>>> maxOccurs="1" />
>>>
>>> with
>>>
>>> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>>>
>>> Thanks a lot for the help,
>>>
>>> Detlef
>>>
>>> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>>>
>>>> Hi Detlef,
>>>>
>>>> did you install all modules from the updater? Did you try to
>>>>
>>>> - Clear the browser cache ?
>>>> - Purge your jsp repository?
>>>> - delete the work directory of tomcat?
>>>>
>>>>
>>>> Kind Regards,
>>>> Achim.
>>>>
>>>> -------------------
>>>> Achim Westermann
>>>>
>>>> Alkacon Software GmbH  - The OpenCms Experts
>>>> http://www.alkacon.com - http://www.opencms.org
>>>>
>>>>
>>>> Beyer Detlef wrote:
>>>>> Hi there,
>>>>>
>>>>> just a quick question: I installed the 7.5 update on our test
>>>>> server -
>>>>> works fine so far.
>>>>> I run into one problem:
>>>>>
>>>>> - when I open a structured content page that uses the
>>>>> ImageGalleryWidget and open an image, I see a new window but no
>>>>> image
>>>>> there and no galleries to select from. Both pages are empty.
>>>>>
>>>>> What do I have to change to get the galleries running with 7.5?
>>>>>
>>>>> Thanks for your help!
>>>>>
>>>>> Detlef
>>>>>
>>>>> _______________________________________________
>>>>> This mail is sent to you from the opencms-dev mailing list
>>>>> To change your list options, or to unsubscribe from the list,
>>>>> please visit
>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>> _______________________________________________
>>>> This mail is sent to you from the opencms-dev mailing list
>>>> To change your list options, or to unsubscribe from the list,  
>>>> please
>>>> visit
>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>
>>>
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list,
>>> please visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please
>> visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please  
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please  
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by a.westermann@alkacon.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Detlef,

I checked your layout configuration. It works for me.


The javascript function is in
/system/workplace/galleries/imagegallery/js/*.js of the workplace module.

Please reinstall org.opencms.workplace (version 7.5.0). Something must
have gone wrong in your update or installation.

We have tested the updater several times and never had problems with the
new galleries? Anyone faced similar problems?


Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org


Beyer Detlef wrote:

> uppps - anyone has an idea what module is missing to install it manualy
>
> Best,
>
> Detlef
>
> Am 07.07.2009 um 12:39 schrieb Arash Kaffamanesh:
>
>> Hi Detlef,
>> Not sure, but I guess templatetwo ist required to get rid of your  
>> problem with the galleries! If so then its somehow annoying!
>> Best,
>> Arash
>> Sent via BlackBerry
>>
>> -----Original Message-----
>> From: Beyer Detlef <fangmich@...>
>>
>> Date: Tue, 7 Jul 2009 12:28:59
>> To: The OpenCms mailing list<opencms-dev@...>
>> Subject: Re: [opencms-dev] 7.5 - galleries
>>
>>
>> Hi Achim,
>>
>> my opencms-vfs looks 1:1 identical to your sample.
>>
>> Maybe the problem is related to the undefined "initPopup()" method in
>> the popup window?
>>
>> I installed all modules - I didn't install templatetwo, the docs and
>> the demo content.
>>
>> Cheers,
>>
>> Detlef
>>
>> Am 07.07.2009 um 11:19 schrieb a.westermann@...:
>>
>>> Hi Detlef,
>>>
>>> check if you have the following settings in opencms-vfs.xml:
>>>
>>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>>> name="imagegallery" id="8">
>>> <param
>>> name
>>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</
>>> param>
>>> <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</
>>> param>
>>> </type>
>>> <type  
>>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>>> name="downloadgallery" id="9">
>>> <param
>>> name
>>> =
>>> "folder
>>> .class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</
>>> param>
>>> </type>
>>> <type  
>>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>>> name="linkgallery" id="10">
>>> <param
>>> name
>>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</
>>> param>
>>> </type>
>>> <type  
>>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>>> name="htmlgallery" id="11">
>>> <param
>>> name
>>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</
>>> param>
>>> </type>
>>> <type  
>>> class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>>> name="tablegallery" id="12">
>>> <param
>>> name
>>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</
>>> param>
>>> </type>
>>>
>>> If that is not the problem consider re-running the updater. Ensure
>>> especially to have all modules checked. Also ensure to clear and  
>>> purge
>>> everything afterwards.
>>>
>>> Kind Regards,
>>> Achim.
>>>
>>> -------------------
>>> Achim Westermann
>>>
>>> Alkacon Software GmbH  - The OpenCms Experts
>>> http://www.alkacon.com - http://www.opencms.org
>>>
>>>
>>> Beyer Detlef wrote:
>>>> Hi Achim,
>>>>
>>>> is there anything I have to change to get my 7.0.5 galleries to work
>>>> with 7.5? At the moment this is a real show stopper for me, because
>>>> I'm not able to modify any images contained in a structured content
>>>> document.
>>>> When I jump into the directory were my galleries are stored (/img/)
>>>> and open one of them - the new 7.5 interface works and shows all
>>>> images within this gallery...
>>>>
>>>> Im using:
>>>>
>>>> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"
>>>> maxOccurs="1" />
>>>>
>>>> with
>>>>
>>>> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>>>>
>>>> Thanks a lot for the help,
>>>>
>>>> Detlef
>>>>
>>>> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>>>>
>>>>> Hi Detlef,
>>>>>
>>>>> did you install all modules from the updater? Did you try to
>>>>>
>>>>> - Clear the browser cache ?
>>>>> - Purge your jsp repository?
>>>>> - delete the work directory of tomcat?
>>>>>
>>>>>
>>>>> Kind Regards,
>>>>> Achim.
>>>>>
>>>>> -------------------
>>>>> Achim Westermann
>>>>>
>>>>> Alkacon Software GmbH  - The OpenCms Experts
>>>>> http://www.alkacon.com - http://www.opencms.org
>>>>>
>>>>>
>>>>> Beyer Detlef wrote:
>>>>>> Hi there,
>>>>>>
>>>>>> just a quick question: I installed the 7.5 update on our test
>>>>>> server -
>>>>>> works fine so far.
>>>>>> I run into one problem:
>>>>>>
>>>>>> - when I open a structured content page that uses the
>>>>>> ImageGalleryWidget and open an image, I see a new window but no
>>>>>> image
>>>>>> there and no galleries to select from. Both pages are empty.
>>>>>>
>>>>>> What do I have to change to get the galleries running with 7.5?
>>>>>>
>>>>>> Thanks for your help!
>>>>>>
>>>>>> Detlef
>>>>>>
>>>>>> _______________________________________________
>>>>>> This mail is sent to you from the opencms-dev mailing list
>>>>>> To change your list options, or to unsubscribe from the list,
>>>>>> please visit
>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>>> _______________________________________________
>>>>> This mail is sent to you from the opencms-dev mailing list
>>>>> To change your list options, or to unsubscribe from the list,  
>>>>> please
>>>>> visit
>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>>
>>>> _______________________________________________
>>>> This mail is sent to you from the opencms-dev mailing list
>>>> To change your list options, or to unsubscribe from the list,
>>>> please visit
>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list, please
>>> visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please  
>> visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please  
>> visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by a.westermann@alkacon.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Arash,


Templatetwo is not required for running the new galleries.

Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org




Arash Kaffamanesh wrote:

> Hi Detlef,
> Not sure, but I guess templatetwo ist required to get rid of your problem with the galleries! If so then its somehow annoying!
> Best,
> Arash
> Sent via BlackBerry
>
> -----Original Message-----
> From: Beyer Detlef <fangmich@...>
>
> Date: Tue, 7 Jul 2009 12:28:59
> To: The OpenCms mailing list<opencms-dev@...>
> Subject: Re: [opencms-dev] 7.5 - galleries
>
>
> Hi Achim,
>
> my opencms-vfs looks 1:1 identical to your sample.
>
> Maybe the problem is related to the undefined "initPopup()" method in  
> the popup window?
>
> I installed all modules - I didn't install templatetwo, the docs and  
> the demo content.
>
> Cheers,
>
> Detlef
>
> Am 07.07.2009 um 11:19 schrieb a.westermann@...:
>
>> Hi Detlef,
>>
>> check if you have the following settings in opencms-vfs.xml:
>>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="imagegallery" id="8">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxImageGallery</
>> param>
>> <param name="folder.class.params">w:120,h:90,c:D4D0C8,t:1,r:2</
>> param>
>> </type>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="downloadgallery" id="9">
>> <param
>> name
>> =
>> "folder
>> .class">org.opencms.workplace.galleries.CmsAjaxDownloadGallery</param>
>> </type>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="linkgallery" id="10">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxLinkGallery</
>> param>
>> </type>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="htmlgallery" id="11">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxHtmlGallery</
>> param>
>> </type>
>> <type class="org.opencms.file.types.CmsResourceTypeFolderExtended"
>> name="tablegallery" id="12">
>> <param
>> name
>> ="folder.class">org.opencms.workplace.galleries.CmsAjaxTableGallery</
>> param>
>> </type>
>>
>> If that is not the problem consider re-running the updater. Ensure
>> especially to have all modules checked. Also ensure to clear and purge
>> everything afterwards.
>>
>> Kind Regards,
>> Achim.
>>
>> -------------------
>> Achim Westermann
>>
>> Alkacon Software GmbH  - The OpenCms Experts
>> http://www.alkacon.com - http://www.opencms.org
>>
>>
>> Beyer Detlef wrote:
>>> Hi Achim,
>>>
>>> is there anything I have to change to get my 7.0.5 galleries to work
>>> with 7.5? At the moment this is a real show stopper for me, because
>>> I'm not able to modify any images contained in a structured content
>>> document.
>>> When I jump into the directory were my galleries are stored (/img/)
>>> and open one of them - the new 7.5 interface works and shows all
>>> images within this gallery...
>>>
>>> Im using:
>>>
>>> <xsd:element name="ImageSrc"  type="OpenCmsVfsFile" minOccurs="0"
>>> maxOccurs="1" />
>>>
>>> with
>>>
>>> <layout element="ImageSrc" widget="ImageGalleryWidget" />
>>>
>>> Thanks a lot for the help,
>>>
>>> Detlef
>>>
>>> Am 06.07.2009 um 17:21 schrieb a.westermann@...:
>>>
>>>> Hi Detlef,
>>>>
>>>> did you install all modules from the updater? Did you try to
>>>>
>>>> - Clear the browser cache ?
>>>> - Purge your jsp repository?
>>>> - delete the work directory of tomcat?
>>>>
>>>>
>>>> Kind Regards,
>>>> Achim.
>>>>
>>>> -------------------
>>>> Achim Westermann
>>>>
>>>> Alkacon Software GmbH  - The OpenCms Experts
>>>> http://www.alkacon.com - http://www.opencms.org
>>>>
>>>>
>>>> Beyer Detlef wrote:
>>>>> Hi there,
>>>>>
>>>>> just a quick question: I installed the 7.5 update on our test
>>>>> server -
>>>>> works fine so far.
>>>>> I run into one problem:
>>>>>
>>>>> - when I open a structured content page that uses the
>>>>> ImageGalleryWidget and open an image, I see a new window but no  
>>>>> image
>>>>> there and no galleries to select from. Both pages are empty.
>>>>>
>>>>> What do I have to change to get the galleries running with 7.5?
>>>>>
>>>>> Thanks for your help!
>>>>>
>>>>> Detlef
>>>>>
>>>>> _______________________________________________
>>>>> This mail is sent to you from the opencms-dev mailing list
>>>>> To change your list options, or to unsubscribe from the list,
>>>>> please visit
>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>> _______________________________________________
>>>> This mail is sent to you from the opencms-dev mailing list
>>>> To change your list options, or to unsubscribe from the list, please
>>>> visit
>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>>
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list,  
>>> please visit
>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please  
>> visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Achim,

that's the URL when I open a gallery while editing a structured  
content document:

https://myserver.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms= 
{%2522fieldid%2522:%2522OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
0%2522,%2522imagepath%2522:%2522/img/header/start.png
%2522,%2522useformats%2522:false,%2522showformats%2522:false,%2522scale
%2522:%2522%2522,%2522imgwidth%2522:%2522%2522,%2522imgheight
%2522:%2522%2522,%2522editedresource%2522:%2522/anfahrt.html
%2522,%2522startupfolder%2522:null,%2522startuptype%2522:null}


and that is the (working) URL when I use "OpenGallery" in my /img/  
folder:

https://workplace.cmsdev.medienkonzepte.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=view¶ms= 
{%22startupfolder%22:%22/img/header/%22,%22startuptype%22:%22gallery%22}

There are a lot of "null" values in the first, not working version?!

Best regards,

Detlef

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by a.westermann@alkacon.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Detlef,

that is totally expected and works as designed.

Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org




Beyer Detlef wrote:

> Hi Achim,
>
> that's the URL when I open a gallery while editing a structured  
> content document:
>
> https://myserver.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms= 
> {%2522fieldid%2522:%2522OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
> 0%2522,%2522imagepath%2522:%2522/img/header/start.png
> %2522,%2522useformats%2522:false,%2522showformats%2522:false,%2522scale
> %2522:%2522%2522,%2522imgwidth%2522:%2522%2522,%2522imgheight
> %2522:%2522%2522,%2522editedresource%2522:%2522/anfahrt.html
> %2522,%2522startupfolder%2522:null,%2522startuptype%2522:null}
>
>
> and that is the (working) URL when I use "OpenGallery" in my /img/  
> folder:
>
> https://workplace.cmsdev.medienkonzepte.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=view¶ms= 
> {%22startupfolder%22:%22/img/header/%22,%22startuptype%22:%22gallery%22}
>
> There are a lot of "null" values in the first, not working version?!
>
> Best regards,
>
> Detlef
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Achim,

grumpf... dialogmode=view works fine, dialogmode=widget doesn't...

Is there a component beeing used in dialogmode=widget that  
dialogmode=view doesn't need?
Seems to be the same JS - but the DIV named "imgpreview" will not get  
filled when dialogmode=widget???

Alaaf,

Detlef
(P.S.: I'm using FireFox on a Mac)


Am 07.07.2009 um 14:44 schrieb a.westermann@...:

> Hi Detlef,
>
> that is totally expected and works as designed.


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Achim,

I see the following JS errors when I open the gallery in the editor  
(dialogmode=widget):

Error: invalid property id
Source File: https://myserver/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms=%7b%2522fieldid%2522:%2522OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.0%2522,%2522imagepath%2522:%2522/img/header/start.png%2522,%2522useformats%2522:false,%2522showformats%2522:false,%2522scale%2522:%2522%2522,%2522imgwidth%2522:%2522%2522,%2522imgheight%2522:%2522%2522,%2522editedresource%2522:%2522/anfahrt.html%2522,%2522startupfolder%2522:null,%2522startuptype%2522:null%7d
Line: 36, Column: 14
Source Code:
initValues = {%22fieldid%22:%22OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
0%22,%22imagepath%22:%22/img/header/start.png%22,%22useformats
%22:false,%22showformats%22:false,%22scale%22:%22%22,%22imgwidth
%22:%22%22,%22imgheight%22:%22%22,%22editedresource%22:%22/


Error: initPopup is not defined
Source File: https://myserver/resources/components/galleries/js/imagegallery/imagegalleryfunctions.js
Line: 6


They don't show up when I use "open gallery"?!

Best regards,

Detlef

Am 07.07.2009 um 14:44 schrieb a.westermann@...:

> Hi Detlef,
>
> that is totally expected and works as designed.
>
> Kind Regards,
> Achim.
>
> -------------------
> Achim Westermann
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
>
>
> Beyer Detlef wrote:
>> Hi Achim,
>>
>> that's the URL when I open a gallery while editing a structured
>> content document:
>>
>> https://myserver.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms=
>> {%2522fieldid%2522:%2522OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
>> 0%2522,%2522imagepath%2522:%2522/img/header/start.png
>> %2522,%2522useformats%2522:false,%2522showformats%2522:false,
>> %2522scale
>> %2522:%2522%2522,%2522imgwidth%2522:%2522%2522,%2522imgheight
>> %2522:%2522%2522,%2522editedresource%2522:%2522/anfahrt.html
>> %2522,%2522startupfolder%2522:null,%2522startuptype%2522:null}
>>
>>
>> and that is the (working) URL when I use "OpenGallery" in my /img/
>> folder:
>>
>> https://workplace.cmsdev.medienkonzepte.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=view¶ms=
>> {%22startupfolder%22:%22/img/header/%22,%22startuptype%22:%22gallery
>> %22}
>>
>> There are a lot of "null" values in the first, not working version?!
>>
>> Best regards,
>>
>> Detlef
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list,  
>> please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please  
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by Beyer Detlef :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The problem is related to the escaping of the "

from within the editor I see %2522 and with "open gallery" I see %22 -  
the last one works fine.

So this one works fine too:

https://myserver.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms= 
{%22fieldid%22:%22OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
0%22,%22imagepath%22:%22/img/header/start.png%22,%22useformats
%22:false,%22showformats%22:false,%22scale%22:%22%22,%22imgwidth
%22:%22%22,%22imgheight%22:%22%22,%22editedresource%22:%22/kontakt.html
%22,%22startupfolder%22:null,%22startuptype%22:null}


this won't:

https://workplace.cmsdev.medienkonzepte.de/system/workplace/galleries/imagegallery/index.jsp?dialogmode=widget&widgetmode=simple¶ms= 
{%2522fieldid%2522:%2522OpenCmsVfsFile.TopImage_1_.ImageSrc_1_.
0%2522,%2522imagepath%2522:%2522/img/header/start.png
%2522,%2522useformats%2522:false,%2522showformats%2522:false,%2522scale
%2522:%2522%2522,%2522imgwidth%2522:%2522%2522,%2522imgheight
%2522:%2522%2522,%2522editedresource%2522:%2522/kontakt.html
%2522,%2522startupfolder%2522:null,%2522startuptype%2522:null}


I try to find the reason for the %2522 here...

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Parent Message unknown Re: 7.5 - galleries

by Christoph Trassl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> The problem is related to the escaping of the "
>
> from within the editor I see %2522 and with "open gallery" I see %22
> - the last one works fine.

> I try to find the reason for the %2522 here...

Fixed.

The problem is the way we are redirecting the requests to /opencms/
inside Apache.

When using a simple [R], Apache does escape the %22 to extra-url-escaped
%2522. Unescaping %2522 leads to %22. Not sure if this could be handled
inside OpenCMS.

For archiving purposes:

  Broken:
  RewriteRule ^/opencms/(.*) /$1 [R]

  Working:
  RewriteRule ^/opencms/(.*) /$1 [NE,R]


Christoph.

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: 7.5 - galleries

by a.westermann@alkacon.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Christoph,

thanks for reporting.

Perhaps mod_jk with [PT] is an option:
http://www.opencms-wiki.org/MultiSite_configuration_instructions_(apache_%2B_mod_jk)
?

Kind Regards,
Achim.

-------------------
Achim Westermann

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org



Christoph Trassl wrote:

>> The problem is related to the escaping of the "
>>
>> from within the editor I see %2522 and with "open gallery" I see %22
>> - the last one works fine.
>
>> I try to find the reason for the %2522 here...
>
> Fixed.
>
> The problem is the way we are redirecting the requests to /opencms/
> inside Apache.
>
> When using a simple [R], Apache does escape the %22 to extra-url-escaped
> %2522. Unescaping %2522 leads to %22. Not sure if this could be handled
> inside OpenCMS.
>
> For archiving purposes:
>
>   Broken:
>   RewriteRule ^/opencms/(.*) /$1 [R]
>
>   Working:
>   RewriteRule ^/opencms/(.*) /$1 [NE,R]
>
>
> Christoph.
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
< Prev | 1 - 2 | Next >