Thanks Jo.
Yeah, I figured that not all modules aren't going to work. Tried installing old versions, but no luck.
I will try asking FastHosts for a PHP update or just host it somewhere else.
Just out of curiosity, is it possible to get older versions of the CMS from somewhere?
Thanks.
Search found 9 matches
- Sat Jun 14, 2014 2:37 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Looking to download version 1.11.7, but not sure where from
- Replies: 4
- Views: 2371
- Sat Jun 14, 2014 2:20 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Looking to download version 1.11.7, but not sure where from
- Replies: 4
- Views: 2371
Looking to download version 1.11.7, but not sure where from
Hello all, Long story short, I developed a site with version 1.11.10 on PHP 5.3.* Tried to migrate it to the production server that runs PHP < 5.2.4 and some modules don't work (CGSimpleSmarty, FrontEndUsers, etc). Tried a fresh installation of 1.11.9 on the production server, which worked, but can'...
- Wed Apr 09, 2014 11:45 am
- Forum: The Lounge
- Topic: [solved]News module always show only the summaries page
- Replies: 1
- Views: 1152
[solved]News module always show only the summaries page
Apparently, the template needs to have the {news} tag typed in the CMS's wysisyg within the Content block, and the News module will work. Just putting the {news} inside the template, after {content} does not work. I guess, we need to "tell" the CMS to put the details of the news item into ...
- Thu Dec 19, 2013 12:52 pm
- Forum: The Lounge
- Topic: Editing a page requires a password all of a sudden
- Replies: 3
- Views: 1553
Re: Editing a page requires a password all of a sudden
Hi Rolf,
Thanks for the suggestions.
Thanks for the suggestions.
- Thu Dec 19, 2013 11:33 am
- Forum: The Lounge
- Topic: Editing a page requires a password all of a sudden
- Replies: 3
- Views: 1553
Editing a page requires a password all of a sudden
Hello, I haven't worked on the site (nor the database, nor the server configuration) in a while. When I now try to edit any page in the CMS, I'm asked to enter a password. Please see this screen grab: http://i44.tinypic.com/fbht3m.png I have only one CMS user and this user is an Admin with all the p...
- Wed Sep 29, 2010 11:40 am
- Forum: Developers Discussion
- Topic: How to check if a FEU is logged in
- Replies: 2
- Views: 1741
Re: How to check if a FEU is logged in
Fair enough. I guess I was just freaking out.
Thanks anyway.
Thanks anyway.
- Wed Sep 29, 2010 11:07 am
- Forum: Developers Discussion
- Topic: How to check if a FEU is logged in
- Replies: 2
- Views: 1741
How to check if a FEU is logged in
Hello all, After hours of searching and trying things out, I just can't figure it out (feeling very stupid) How do I check if a FEU is actually logged in? I have a page with {cms_module module=FrontEndUsers} which displays the login form. Works fine. But I want to restrict content of the same page t...
- Wed May 05, 2010 7:40 am
- Forum: The Lounge
- Topic: [SOLVED] Finding node's parent ID
- Replies: 2
- Views: 2049
Re: Finding node's parent ID
Thank you.
CGSimpleSmarty {$cgsimple->get_parent_alias()} does the trick.
CGSimpleSmarty {$cgsimple->get_parent_alias()} does the trick.
- Tue May 04, 2010 3:22 pm
- Forum: The Lounge
- Topic: [SOLVED] Finding node's parent ID
- Replies: 2
- Views: 2049
[SOLVED] Finding node's parent ID
Hello all, I searched for this, but couldn't find it anywhere. How does one find the parent ID of a node (if child)? Here's what I need to do: Please have a look at http://insearchofsound.com/index.php First, unless the parent is "join", I need to show only the children of "artists&qu...