|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with OAMP Comment Module on OpenCms 7.5.0Hi,
I've installed the OAMP Comment Module together with the OAMP Webform Module on a clean OpenCms7.5.0 with no other modules installed. I think I have configured it properly. I took the standard configuration for the comment config. Afterwards I've build a very simple template and included the code for the comment-module. It all seems right, but the form to insert a comment doesn't open. I can only see a Ajax-like-Image-loader. There is no entry in the Opencms-Log. My Firebug says: "Components is not defined imgLoader.src = tb_pathToImage;" which seems to be an error in the "thikbox.js". Maybe there is an issue with jquery, but I can't figure it out yet. Anybody with the same problem, maybe a workaround? I need some help... Best regards Jonathan Plettenberg _______________________________________________ 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: Problems with OAMP Comment Module on OpenCms 7.5.0I'm having the same issue and it's tough since there is no error to be found. Did you find a solution to this problem? Was it permissions?
|
|
|
Re: Problems with OAMP Comment Module on OpenCms 7.5.0No I haven't a solution yet...
snatches schrieb: > I'm having the same issue and it's tough since there is no error to be found. > Did you find a solution to this problem? Was it permissions? > > > Jonathan Plettenberg wrote: > >> It all seems right, but the form to insert a comment doesn't open. I can >> only see a Ajax-like-Image-loader. >> There is no entry in the Opencms-Log. >> >> > > -- componio GmbH Robert-Bosch-Straße 7 D - 64293 Darmstadt Tel: +49.6151.500.367.15 Office: +49.6151.500.367.0 Fax: +49.6151.500.367.6 Internet: http://www.componio.net E-Mail: componio@... HRB 9624 - Registergericht Amtsgericht Darmstadt _______________________________________________ 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: Problems with OAMP Comment Module on OpenCms 7.5.0Did you install the War provided by Alkacon or did you compile from source?
|
|
|
Re: Problems with OAMP Comment Module on OpenCms 7.5.0I've imported the module, like it is discribed in the manual...
snatches schrieb: > Did you install the War provided by Alkacon or did you compile from source? > > > Jonathan Plettenberg wrote: > >> No I haven't a solution yet... >> >> > > -- componio GmbH Robert-Bosch-Straße 7 D - 64293 Darmstadt Tel: +49.6151.500.367.15 Office: +49.6151.500.367.0 Fax: +49.6151.500.367.6 Internet: http://www.componio.net E-Mail: componio@... HRB 9624 - Registergericht Amtsgericht Darmstadt _______________________________________________ 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: Problems with OAMP Comment Module on OpenCms 7.5.0No, not the module, OpenCms itself. If this is a jquery issue it would be a problem with the core functionality and not the module itself.
|
|
|
Re: Problems with OAMP Comment Module on OpenCms 7.5.0Hi,
can you please check if you downloaded version 1.0.1 of the module? There was a change in the jQuery core from 1.2.3 to 1.3.2 regarding the selection of attributes, so version 1.0.0 won't work with OpenCms 7.5.0. This affects the JSP /system/modules/com.alkacon.opencms.comments/elements/comment_form.jsp. If you find something like ... $("input[@name= ... in its source, you have the old module version installed. Please replace it with the newer 1.0.1 version. Regards, Andreas. ------------------- Andreas Zahner Alkacon Software GmbH - The OpenCms Experts http://www.alkacon.com - http://www.opencms.org _______________________________________________ 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: Problems with OAMP Comment Module on OpenCms 7.5.0Hi,
I have got the same issue (i.e. an ajax loader loading forever) using: OpenCms 7.5.0 com.alkacon.opencms.comments 1.0.1 com.alkacon.opencms.formgenerator 1.3.1 This is the config recommended on the OAMP website. What can I do? Is this a bug in the comments module? Thanks, Stefano
|
|
|
|
|
|
Re: Problems with OAMP Comment Module on OpenCms 7.5.0Hi, i have the samme problems: com.alkacon.opencms.comments 1.0.1 any solutions? Thanks Axel Von:
opencms-dev-bounces@... [mailto:opencms-dev-bounces@...] Im
Auftrag von Taglieri Stefano Hi, -- _______________________________________________ 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: Problems with OAMP Comment Module on OpenCms 7.5.0I think I finally have some good information on the problem where the ajax bar just loads forever. I have tracked the issue down to the thickbox.js file, as what's really happening doesn't have much to do with the comments module, just how the thickbox.js file creates the Comments form.
As background, I have 2 installations of OpenCms, both running on Ubuntu. One installation is OpenCms 7.0.5. I was able to get the Comments Module 1.0.0 working on this installation without much trouble. My other installation is a clean installation of OpenCms 7.5.0. This is the installation where I encountered the never-ending loader bar. After a lot of digging to try to isolate exactly where the problem is occuring I came up empty, mainly because I couldn't find a Java or Javascript error thrown anywhere which seems to be the case with a few others here. So since no error was being thrown, I focused on the aesthetic of the comments form. I started troubleshooting /system/workplace/resources/jquery/unpacked/thickbox.js. Since there had been some discussion about differences b/w the Comments Modules 1.0.0 and 1.0.1, I figured that I would take the thickbox.js from 7.0.5 and apply it to my 7.5.0 installation. After I made this change and published, Violia! The comments form now appeared and the Comments Module seems to be working exactly as expected! I'm not exactly sure what's wrong with the thickbox.js file in 7.5.0, or how it affects any other functionality when applying the old version, but all I know is that it seems to have fixed this problem which has eluded me for many, many months.
|
| Free embeddable forum powered by Nabble | Forum Help |