fourn that by setting field cookiename in sitepref table in db to non NULL the remember me checkbox appears and a cookie of the name is set appears in my cookie list
expiry of this cookie is very short however so next task is to extend the expiry time
Search found 10 matches
- Mon Sep 20, 2010 11:42 pm
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4605
- Mon Sep 20, 2010 11:41 pm
- Forum: Modules/Add-Ons
- Topic: [FEU] remember me not woking, mcrypt not detected
- Replies: 16
- Views: 6715
Re: [FEU, CGExt.?] remember me not woking, mcrypt not detected
OK I have found that there is a record in cms_sitepref called cookiename , when it is NULL , as it appears to be in install then the Remember me checkbox will not appear on the login form there does not appear to be a setting box for it , so when I set the value of cookiename to something the rememb...
- Mon Sep 20, 2010 9:59 pm
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4605
Re: FEU Remember Me option
bumping this one as I have confirmed that mcrypt is loaded and detected by
if(function_exists('mcrypt_module_open')) echo "mcrypt exists";
but remember me function is not active
Colman
if(function_exists('mcrypt_module_open')) echo "mcrypt exists";
but remember me function is not active
Colman
- Sat Sep 18, 2010 8:31 pm
- Forum: Modules/Add-Ons
- Topic: [FEU] remember me not woking, mcrypt not detected
- Replies: 16
- Views: 6715
Re: [FEU, CGExt.?] remember me not woking, mcrypt not detected
I have the same problem , phpinfo sya I have mcrypt 2.5.8 installed but its not detected by Feu
- Wed Sep 15, 2010 9:57 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Uploads module error array_to_hash
- Replies: 15
- Views: 6937
Re: Uploads module error array_to_hash
It looks like CGExtensions back in version 1.19 has a function definition for array_to_hash , which is used by Uploads in 4 places but is missing in the latest CGExtensions 1.19.5 Dont know why it was removed but in version 1.19 its marked as to do remove it looks like CG finally got areound to remo...
- Wed Sep 15, 2010 6:12 pm
- Forum: Modules/Add-Ons
- Topic: Uploads and CGEtxensions
- Replies: 0
- Views: 578
Uploads and CGEtxensions
Anybody having a probelm since the last update of CGExtension with the uploads module , Everyhing was working fine until I uploaded the latest cgextensions 1.11.5 since then the uploading function of the uploads module will not work , it breaks the whole page , tried a reinstall of uploads no joy Wi...
- Thu Oct 15, 2009 12:32 pm
- Forum: Modules/Add-Ons
- Topic: NMS automatic subscribe to list
- Replies: 1
- Views: 817
Re: NMS automatic subscribe to list
Actually I solved my onw problem with the help os another post
used {cms_module module='NMS' mode="subscribe" select="NAME OF YOUR NEWSLETTER LIST"}
and I get what I want
Just goes to show , search first before you ask lol
many thanks anyway
used {cms_module module='NMS' mode="subscribe" select="NAME OF YOUR NEWSLETTER LIST"}
and I get what I want
Just goes to show , search first before you ask lol
many thanks anyway
- Thu Oct 15, 2009 12:13 pm
- Forum: Modules/Add-Ons
- Topic: NMS automatic subscribe to list
- Replies: 1
- Views: 817
NMS automatic subscribe to list
Hi I have a problem , I want to have serveral newsletters but I want to have a separate subscribe page for each , with specific details about the different newsletters above the subscribe form. Thats fine no big problem , however what I want to be able to do is that the subscribe form instead of dis...
- Thu Feb 05, 2009 5:20 pm
- Forum: Modules/Add-Ons
- Topic: NMS Crashes Server
- Replies: 23
- Views: 8233
Re: NMS Crashes Server
I am having the same problem
The problem is definativly related to embedded links in the HTML
If I use the smarty cms_selflink ext when I use any url with embedded ?
then it works fine , otherwise the job processes crashes
Im going to try the fix suggested by plger and will let you know.
The problem is definativly related to embedded links in the HTML
If I use the smarty cms_selflink ext when I use any url with embedded ?
then it works fine , otherwise the job processes crashes
Im going to try the fix suggested by plger and will let you know.
- Wed Jul 11, 2007 10:29 pm
- Forum: Modules/Add-Ons
- Topic: Unsubscribe from NMS or newsletter alternative
- Replies: 10
- Views: 4539
Re: Unsubscribe from NMS or newsletter alternative [SOLVED]
The problem with the Error message in the unsubscribe is that action_unsubscribe_email.php is trying to use a uniqueid when all you get from the web form is an email address change the following code at the start of the file ------------------- start old code ----------------------- if( !isset( $par...