Hi All,
I wondered if any one has managed to get the guestbook working porperly on a site with the MLE module. I have a v1.2.4 "Greenland" CMSMS site with two languages. I have added the latest guestbook module to it but have several problems;
1) I get a page not found error when I click on the guestbook page in the menu as it is not inserting the en_US or nl_NL into the page url. The menu always takes me to ../guestbook rather than ../en_EN/guesbook. However if I navigate to ../en_EN/guesbook the page is there with the submission form.
2) When I fill in a form and submit I get an page not found error and the comment does not appear in the guestbook admin.
I have managed to find a couple of relevant posts one on training slashes and another on $config['page_extension'] but neither of these seemed to work for me.
Any ideas?
Jen
MLE and Guestbook Module
Re: MLE and Guestbook Module
1.2.4jk wrote: I wondered if any one has managed to get the guestbook working porperly on a site with the MLE module. I have a v1.2.4 "Greenland" CMSMS site with two languages.

I am not sure (if this o ther module) but I think to remember that Guestbook has problem because not follow CMSMS APIjk wrote: I have added the latest guestbook module to it but have several problems;
Alby
Re: MLE and Guestbook Module
Thanks for the quick reply Alby,
I suspected it was not compatible. Do you know of any tag or module that does a similar job that is compatible with MLE?
Jen
I suspected it was not compatible. Do you know of any tag or module that does a similar job that is compatible with MLE?
Jen
Re: MLE and Guestbook Module
It worked nicely for me .... until I used url rewriting 

-
- New Member
- Posts: 5
- Joined: Sun Jul 12, 2009 9:14 pm
Re: MLE and Guestbook Module
Is anyone still working on this? Seems to be only an URL-rewrite problem:
Without URL-rewriting, everything is fine.
As Guestbook did not work with mod_rewrite, I tried to put an extra link on the page, linking to "{$lang}/guestbook". This way, at least the guestbook page is shown, and this is working for all languages!
When I click on "next" to see the next 10 entries, I get an error "not found", but if I insert "en_US/" directly before "guestbook" in just this URL, I come back to the correct site.
I guess a small line in the .htaccess might do it, but I am not so good at .htaccess files.
Can someone help?
Without URL-rewriting, everything is fine.
As Guestbook did not work with mod_rewrite, I tried to put an extra link on the page, linking to "{$lang}/guestbook". This way, at least the guestbook page is shown, and this is working for all languages!
When I click on "next" to see the next 10 entries, I get an error "not found", but if I insert "en_US/" directly before "guestbook" in just this URL, I come back to the correct site.
I guess a small line in the .htaccess might do it, but I am not so good at .htaccess files.
Can someone help?