Search found 8 matches
- Wed Jul 17, 2019 12:23 pm
- Forum: The Lounge
- Topic: How to connect to a second database
- Replies: 2
- Views: 3819
Re: How to connect to a second database
Thank you Robert, this is what I needed.
- Wed Jul 17, 2019 7:44 am
- Forum: The Lounge
- Topic: How to connect to a second database
- Replies: 2
- Views: 3819
How to connect to a second database
I want to use data from an alternative database in a UDT in CMSMS 2.2.10. I have tried to connect it like this: $alternativedb = array(); $alternativedbhost = '***'; $alternativedbuser = '***'; $alternativedbpswd = '***'; $alternativedbdbsn = '***'; $alternativedb = ADONewConnection('mysqli', 'pear:...
- Tue Feb 08, 2011 7:16 pm
- Forum: Modules/Add-Ons
- Topic: [FEU] remember me not woking, mcrypt not detected
- Replies: 16
- Views: 6763
Re: [FEU, CGExt.?] remember me not woking, mcrypt not detect
Thanks for the info manuel. I changed the value in the siteprefs as well, although the option is not shown in any of the admin pages - I cannot find it anyways. The value is not that important, it can be any word. However.... even though the cookie is actually created and present after a restart of ...
- Fri Jan 14, 2011 3:27 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedmaker not generating correct link :S
- Replies: 6
- Views: 2397
Re: CGFeedmaker not generating correct link :S
I checked the pageid in the database, it is correctly set.
On the ´Details´page of the feed this is set in the field ´Use this page for links:´
However, the feed gives 15, no matter what is stored in the database.
Am I overlooking something?
Regards, Jaap
On the ´Details´page of the feed this is set in the field ´Use this page for links:´
However, the feed gives 15, no matter what is stored in the database.
Am I overlooking something?
Regards, Jaap
- Thu Jan 13, 2011 8:03 am
- Forum: Modules/Add-Ons
- Topic: CGFeedmaker not generating correct link :S
- Replies: 6
- Views: 2397
Re: CGFeedmaker not generating correct link :S
The issue is not with the return page. I have tried creating different pages, it didn't help. The issue is that somehow in the URL (with pretty urls on) a wrong path is created. As the examples provided by Stakey in the original post show, the URL is wrong. Some more examples: Correct URL: http://ww...
- Fri Dec 31, 2010 8:10 am
- Forum: Modules/Add-Ons
- Topic: CGFeedmaker not generating correct link :S
- Replies: 6
- Views: 2397
Re: CGFeedmaker not generating correct link :S
I am experiencing the same issue, also since I upgraded CMSMS to 1.9, with CGFeedmaker 1.0.11 Things already tried to resolve this: -upgraded CGExtensions to 1.22.1 -re-created the landing page -tried without a specified landing page -used the default feed template -created several test feeds with d...
- Wed Oct 06, 2010 10:10 am
- Forum: Dutch - Nederlands
- Topic: Menu vraag
- Replies: 0
- Views: 644
Menu vraag
Is er een mogelijkheid om in het menu een test te doen op active children? Het komt er op neer dat ik een menu optie waarvan een child actief is een andere class wil geven dan de overige opties op hetzelfde niveau. Zie voor een voorbeeld: http://devel.vcspaarnestad.nl/de-vereniging/lidmaatschap/cont...
- Fri Oct 01, 2010 11:46 pm
- Forum: Modules/Add-Ons
- Topic: [FEU] remember me not woking, mcrypt not detected
- Replies: 16
- Views: 6763
Re: [FEU, CGExt.?] remember me not woking, mcrypt not detected
Same problem here. Fresh installation of CMSMS 1.7.1, and mcrypt 2.6.8. Valid functioning of mcrypt tested: print "\n"; echo "HALLO"; #phpinfo(); $key = "this is a secret key"; $input = "Let us meet at 9 o'clock at the secret place."; $encrypted_data = mcrypt_...