@minneapolis_dan : I'm using 1.5.1 without a problem. I have never been logged out. I use only core modules, no extra. You should upgrade to the latest stable 1.5.1 (today) version and report any problem with "System Info" to point at your modules list.
Pierre M.
CMS Made Simple 1.5 “Puerto Rico”
Re: CMS Made Simple 1.5 “Puerto Rico”
can it handle multiple contacts and multiple target emails per contact like simon's mod to the original, and MUCH SIMPLER contact_form tag?alby wrote:Use FormBuilder module.hhm wrote: Any reason why the contact_form plugin has been removed / disabled????
And what's the (best) alternative..?
It has already a contact form
Alby
imho, pulling out such a basic function and requiring a third-party addon that is infinitely more complex is just stupid.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
-
- Forum Members
- Posts: 36
- Joined: Tue Jun 19, 2007 10:20 pm
Re: CMS Made Simple 1.5 “Puerto Rico”
Thanks Pierre M. I think I figured out the problem. My session_save_path was not set, and once I corrected that, the log out problem went away. I'm not sure I would have noticed the problem if not for the new security features that require a session ID while logged in to the admin.
Re: CMS Made Simple 1.5 “Puerto Rico”
I can confirm the problem with links not containing security key in the notification mails sent out from the module. E.g.duclet wrote: There was a code change to 1.5 that requires a security key to be added to the URL of all links within the admin section. This of course would break any links (which many modules has) from working at it redirects to the login page. So in essence, it isn't your host but the update to CMSMS. I am sure most developers, myself included, are updating our modules links where necessary. As to other parts of the site, I haven't digg in too deep to know.
Comments - when comment added, mail is sent to administator with the link to comment. Link doesn't work.
Guestbook - when entry is added, mail is sent to administator with the link to the entry. Link doesn't work.
I have not tested more modules, but is there the solution for this issue? Since you cannot know security key you cannot place correct link in mail. Or?
Re: CMS Made Simple 1.5 “Puerto Rico”
Yep I think there is no way around it and the links should just get removed completely. Every gateway would lead to a possible XSS so it will make the whole protection thing useless.
unsigned double ZYV;
Re: CMS Made Simple 1.5 “Puerto Rico”
I'm having the same problems. Any resolution to this?
Re: CMS Made Simple 1.5 “Puerto Rico”
Unfortunately, there is nothing you can do about this. It is up to the module's developers to make sure that their module include the new security key. I myself was very much upset with this upgrade when I first heard about it since I still don't believed it really does much of anything beside adding one extra step. Nevertheless, since most of my modules is using customized URLs which it seems like it is not affected by the change, I really don't care that much.