Search found 21 matches

by ESBertrand
Wed Sep 05, 2012 6:40 pm
Forum: CMSMS Core
Topic: Admin editing of secure template page, redirects to login
Replies: 2
Views: 1274

Re: Admin editing of secure template page, redirects to logi

Thanks for the quick reply, Uniqu3. Is there a place to go where bugs due for fixing in the next release are listed? We've had a few of these key issues come up since our upgrade and would love to be able to check against a list before submitting to the forums. Also, is there a workaround for this? ...
by ESBertrand
Wed Sep 05, 2012 5:17 pm
Forum: CMSMS Core
Topic: Admin editing of secure template page, redirects to login
Replies: 2
Views: 1274

Admin editing of secure template page, redirects to login

We recently upgraded to 1.11.1 and have noticed an issue with the editing of any of many pages we have that are based on a "secure" template. By "secure", I mean we have code like the following which redirects users to a login page in order to view the page: {if !$ccuser->loggedi...
by ESBertrand
Sat Sep 03, 2011 11:46 am
Forum: Modules/Add-Ons
Topic: A Redirect UDT
Replies: 9
Views: 14787

Re: A Redirect UDT

Excellent - thanks for sharing!

-Erik
by ESBertrand
Wed Aug 31, 2011 5:27 pm
Forum: Modules/Add-Ons
Topic: A Redirect UDT
Replies: 9
Views: 14787

Re: A Redirect UDT

My original request was resolved - details here:

http://forum.cmsmadesimple.org/viewtopic.php?t=49065

Hope it helps!

Erik
by ESBertrand
Wed Nov 17, 2010 4:31 am
Forum: Modules/Add-Ons
Topic: FEU Redirect to last page after login [SOLVED]
Replies: 11
Views: 12071

Re: FEU Redirect to last page after login

One very happy guy here.  :D I figured out what was causing the "Couldn't find pageid xxxx" error! The global content block (GCB) needs to return only the alias of the original page, without any spaces or other markup before or after it.  Since I had pasted the global content block code in...
by ESBertrand
Tue Nov 16, 2010 2:45 pm
Forum: Modules/Add-Ons
Topic: FEU Redirect to last page after login [SOLVED]
Replies: 11
Views: 12071

Re: FEU Redirect to last page after login

I certainly didn't want to downplay your response, jmcgin51.  I kind of jumped on CalGuy's post since it had ready-made code to plug in.  It is basically what you suggested, in any case, except for the global content block part.  And, since I'm a PHP and Smarty novice, and I've already spent a coupl...
by ESBertrand
Tue Nov 16, 2010 1:18 pm
Forum: Modules/Add-Ons
Topic: FEU Redirect to last page after login [SOLVED]
Replies: 11
Views: 12071

Re: FEU Redirect to last page after login

Thanks so much, CalGuy.  I set this up and it does seem to be saving the page alias through login, but when I click Login, the page is returned without stylesheets, and includes the error: couldn't get pageid for audio-video-protected This tells me the page alias is remembered -- it is the alias of ...
by ESBertrand
Tue Nov 16, 2010 2:59 am
Forum: Tips and Tricks
Topic: Front End Users module - redirect to last page
Replies: 8
Views: 8370

Re: Front End Users module - redirect to last page

I've tried to get this to work by setting a session variable via PHP, but no go so far.  Doesn't help that I'm a .NET developer working in a PHP/Smarty world...  anyone have any tips? Am I right that this should be workable simply by doing the following: 1.  Add code to the "secure page" t...
by ESBertrand
Tue Nov 16, 2010 2:57 am
Forum: Modules/Add-Ons
Topic: A Redirect UDT
Replies: 9
Views: 14787

Re: A Redirect UDT

Is there a way to modify this for use with the FEU module, so the user can be redirected back to the original page they wanted once they login?  The "redirect after login" setting isn't useful for us, at least with a static page alias, but can the page alias be saved somehow at the origina...
by ESBertrand
Tue Nov 16, 2010 2:53 am
Forum: Modules/Add-Ons
Topic: FEU Redirect to last page after login [SOLVED]
Replies: 11
Views: 12071

FEU Redirect to last page after login [SOLVED]

Hi everyone.  I have a 1.8.2 site with the latest FEU installed.  It's working great, though we have one issue that is really getting in the way of a good user experience. On our site, we have a whole section that is protected and requires login.  We don't have the login form on all the pages since ...
by ESBertrand
Tue Nov 09, 2010 1:59 pm
Forum: Tips and Tricks
Topic: Front End Users module - redirect to last page
Replies: 8
Views: 8370

Re: Front End Users module - redirect to last page

Thanks for the reply, Peciura.  Your method works because you have the login fields on every single page.  We're not doing that since we don't want to figure the login so prominently. If anyone else is doing this with just a single login page (hence the need for redirection back to the originally-re...
by ESBertrand
Tue Nov 09, 2010 4:14 am
Forum: Tips and Tricks
Topic: Front End Users module - redirect to last page
Replies: 8
Views: 8370

Re: Front End Users module - redirect to last page

From what I see, this is not built-in to FEU - at least not in the latest FEU I have (version 1.12.5).  I tried not setting the "redirect after login" value, which seemed the most logical default behavior. CalGuy - if this is built-in, could you let us know how to enable this behavior?  Wi...
by ESBertrand
Fri Oct 01, 2010 4:04 pm
Forum: Modules/Add-Ons
Topic: [FEU] remember me not woking, mcrypt not detected
Replies: 16
Views: 6582

Re: [FEU, CGExt.?] remember me not woking, mcrypt not detected

We have the same problem, since our upgrade to 1.8.2 (we were on 1.6.7 before, I believe).  We also have mcrypt enabled (v2.5.7).  I checked the siteprefs table (didn't see a "cms_sitepref") and did find a "FrontEndUsers_mapi_pref_cookiename" setting, which was set to 0 (not &quo...
by ESBertrand
Wed Jun 02, 2010 2:53 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] How to troubleshoot "Attempt to connect to database ... failed" error
Replies: 5
Views: 4835

[SOLVED] How to troubleshoot "Attempt to connect to database ... failed" error

Thanks for the logging tip, Nullig. I've gotten by the problem.  I installed a fresh copy of the latest (1.7.1) and it was able to connect, and in the process I switched up to PHP 5.2.13.  I then upgraded the version I had tried before (1.6.3) to 1.7.1, ran the upgrade process, and all was fine.  Ki...
by ESBertrand
Mon May 31, 2010 1:04 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] How to troubleshoot "Attempt to connect to database ... failed" error
Replies: 5
Views: 4835

Re: How to really troubleshoot "Attempt to connect to database ... failed" error

Thanks Nullig and GBR.  I don't really have a command line since this is managed hosting through 1and1, but I am trying to install the latest version; problem is, the server I'm on appears to have PHP 4.4.9.  Geez.... In posting, I am asking if I could do anything within CMS Made Simple to troublesh...

Go to advanced search