i dont know if my host updated something or not, im running PHP/5.3.1
only change i knowingly made was turn on mod_gzip - but i turned that off this afternoon and it's still doing this.
Search found 15 matches
- Sun Feb 14, 2010 5:35 pm
- Forum: CMSMS Core
- Topic: Cannot edit pages
- Replies: 9
- Views: 5706
- Sun Feb 14, 2010 1:18 pm
- Forum: CMSMS Core
- Topic: Cannot edit pages
- Replies: 9
- Views: 5706
Re: Cannot edit pages
Warning: get_class() expects parameter 1 to be object, string given in /home/website/public_html/test/admin/editcontent.php on line 165 Warning: Cannot modify header information - headers already sent by (output started at /home/website/public_html/test/admin/editcontent.php:165) in /home/website/p...
- Fri Feb 12, 2010 3:12 pm
- Forum: CMSMS Core
- Topic: Cannot edit pages
- Replies: 9
- Views: 5706
Re: Cannot edit pages
I've only just got these errors today too.
The only thing I'm aware of being installed on the server is gzip.
The only thing I'm aware of being installed on the server is gzip.
- Thu Feb 04, 2010 1:21 pm
- Forum: Tips and Tricks
- Topic: stylesheet switching with php
- Replies: 0
- Views: 1480
stylesheet switching with php
does anyone know if there's a css switcher already written for CMSMS that uses server side code to switch the sheet?
i tried an article from http://www.alistapart.com/articles/phpswitch/ but it's not working correctly.
i had a look at templatemanager but it uses js to switch which i don't want.
i tried an article from http://www.alistapart.com/articles/phpswitch/ but it's not working correctly.
i had a look at templatemanager but it uses js to switch which i don't want.
- Wed Jan 06, 2010 10:50 pm
- Forum: CMS Show Off
- Topic: Realestate developer & leadership consulting sites
- Replies: 17
- Views: 11550
Re: Realestate developer & leadership consulting sites
sorry for bumping an old topic - but we need a cms distro to white label for our clients.
provided we buy a commercial licence is it ok to brand it as our own?
provided we buy a commercial licence is it ok to brand it as our own?
- Sun Jun 14, 2009 1:32 am
- Forum: Modules/Add-Ons
- Topic: Company Directory localization and pretty URL issue
- Replies: 3
- Views: 1412
Re: Company Directory localization and pretty URL issue
was this ever solved?
this is what im trying to do as well at the moment.
this is what im trying to do as well at the moment.
- Sat Jun 13, 2009 6:50 pm
- Forum: Modules/Add-Ons
- Topic: load page with template id in url?
- Replies: 1
- Views: 1116
Re: load page with template id in url?
here is an example of the page when clicked on an event. http://alturl.com/6wkf
i need this page to be in a different template...
i need this page to be in a different template...
- Sat Jun 13, 2009 3:31 am
- Forum: [locked] CMSMS MLE fork
- Topic: load page with template id in url?
- Replies: 0
- Views: 1779
load page with template id in url?
Hi guys Is it possible to load a page choosing the template by url? I've built the cgcalendar into an iframe because i couldnt get it to work stand alone without changing the other content on the page. I gave it it's own bare template in the iframe, see here http://alturl.com/bvve (please dont post ...
- Sat Jun 13, 2009 3:24 am
- Forum: Modules/Add-Ons
- Topic: load page with template id in url?
- Replies: 1
- Views: 1116
load page with template id in url?
Hi guys Is it possible to load a page with a template d in the url so the page forces that template to be shown? I'm using the CGCalendar on my page. Couldn't get it to scroll through the months independantly without the whole page reloading and losing content, so I built a little iframe with it's o...
- Mon May 25, 2009 3:19 pm
- Forum: General Discussion
- Topic: change module name in admin menu
- Replies: 1
- Views: 1640
change module name in admin menu
To change the module name in the admin menu, is this acheived in the lang folder of the module? I've been trying to edit this via ftp all afternoon, but for some reason I'm having difficulty (ftp program keeps adding it to the transfer queue to "retry", whilst it can edit all my other doma...
- Thu Apr 23, 2009 1:18 am
- Forum: Modules/Add-Ons
- Topic: Album properties addition
- Replies: 1
- Views: 615
Album properties addition
Hey guys I shall take this to the commercial forum for tender if not possible out the box. I am using the Album module to display photos of actors. The website is for a casting agency. I need to adapt it so each album is for an actor, and the site webmaster can enter data about each actor in set fie...
- Thu Apr 02, 2009 8:36 pm
- Forum: [locked] CMSMS MLE fork
- Topic: News detail template
- Replies: 2
- Views: 3010
Re: News detail template
You're a good man 

- Thu Apr 02, 2009 7:47 pm
- Forum: [locked] CMSMS MLE fork
- Topic: News detail template
- Replies: 2
- Views: 3010
News detail template
My front page uses it's own template as it's different from the rest of the site. I have a news tag on the front page which lists news summaries. When I click on a news link, it takes me to the news detail, BUT this is posted in the front page template. I wish to assign a different page template to ...
- Fri Mar 13, 2009 3:01 pm
- Forum: Help Wanted (commercial)
- Topic: display logged in status of an external cookie
- Replies: 3
- Views: 2483
Re: display logged in status of an external cookie
Hello Simon Thank you for your reply. I've already had a try at the UDT myself but haven't managed to get it working. (hence why I'm posting in the commercial help section not technical queries) If anyone has experience of integrating this into the CMS system please get in touch as we need to be abl...
- Thu Mar 12, 2009 6:08 pm
- Forum: Help Wanted (commercial)
- Topic: display logged in status of an external cookie
- Replies: 3
- Views: 2483
display logged in status of an external cookie
Hello CMS developers. I require my CMS template to include a file in it's template that displays the logged in / not logged in status of my users based on another cookie on the website. I beleive the code that does this on my other pages is <?php if(@$_SESSION['clientID']!='' && @$customerac...