Search found 7 matches
- Tue Sep 23, 2008 10:43 am
- Forum: CMSMS Core
- Topic: What is a "named group" in CMSMS?
- Replies: 1
- Views: 671
Re: What is a "named group" in CMSMS?
ok, turns out named groups are something to do with preg_match() in php. The actual line that was failing is the following which comes from index.php if (preg_match($route->regex, $page, $matches)) I put in some debugging code: echo "" . print_r($route) .""; and I saw quite a few...
- Mon Sep 22, 2008 9:29 am
- Forum: CMSMS Core
- Topic: What is a "named group" in CMSMS?
- Replies: 1
- Views: 671
What is a "named group" in CMSMS?
Hi I hate asking questions like this but I've been stumped for a few hours. I was editing a whole bunch of pages in quite a large CMSMS site I've been handed. I was editing page aliases and titles, I might have been made some other changes but I did a few hours work without previewing the pages - d'...
- Tue Mar 18, 2008 4:58 am
- Forum: General Discussion
- Topic: Can't get to install screen
- Replies: 6
- Views: 3421
Re: Can't get to install screen
tokenizer and session support are both enabled session Session Support enabled Registered save handlers files user Registered serializer handlers php php_binary wddx tokenizer Tokenizer Support enabled wddx WDDX Support enabled WDDX Session Serializer enabled safe mode is off It's all running on IIS...
- Tue Mar 18, 2008 4:10 am
- Forum: General Discussion
- Topic: Can't get to install screen
- Replies: 6
- Views: 3421
Re: Can't get to install screen
Please talk with the hosting provider: We can't even discuss if it's a CMS problem or not until we see some error messages. Hi, I realise that it's hard without an error message. I was hoping someone would might have seen these symptoms before. I've done a bit more digging around. my phpinfo script...
- Tue Mar 18, 2008 4:00 am
- Forum: General Discussion
- Topic: Can't get to install screen
- Replies: 6
- Views: 3421
Can't get to install screen
Hi I've been using CMSMS for a while and things have always gone pretty well until now. I'm using webcentral.com.au as the hosting provider (the client already had a plan with them, not my choice). I've got PHP enabled, index.php defined as a valid start page e.g. www.domain.com/ = www.domain.com/in...
- Mon Jul 31, 2006 1:09 am
- Forum: CMSMS Core
- Topic: front end users / self registration renaming input fields, why????
- Replies: 0
- Views: 1231
front end users / self registration renaming input fields, why????
Hi I've recently set up a site using front users and the self registration module, so far so good... The problem I'm having is I've added some Javascript to manipulate the form by prepopulating fields from a cookie. However, I recently discovered it wasn't working and when I viewed the source code I...
- Fri May 19, 2006 5:13 am
- Forum: Modules/Add-Ons
- Topic: A new gallery manager : Album
- Replies: 312
- Views: 140570
Re: A new gallery manager : Album
Hi I'm still fairly new to CMSMS but making some pretty good progress with it. Anyway, I've mucked around with a few gallery solutions and whilst ideally I'd like to see good frontend and back end integration with gallery2 Album is ideal for the majority of my users and much simpler. Having said tha...