
Search found 10 matches
- Wed Nov 05, 2008 9:20 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: How to modify the root install directory ???
- Replies: 4
- Views: 3698
Re: How to modify the root install directory ???
Thank you for your help. Hem, what is your fifth item
?

- Wed Nov 05, 2008 9:06 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: How to modify the root install directory ???
- Replies: 4
- Views: 3698
Re: How to modify the root install directory ???
I changed that part : #------------- #Path Settings #------------- #Document root as seen from the webserver. No slash at the end #If page is requested with https use https as root url #e.g. http://blah.com $config['root_url'] = 'http://le-valombre.fr/cms'; <-- changed if(isset($_SERVER['H...
- Wed Nov 05, 2008 8:13 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: How to modify the root install directory ???
- Replies: 4
- Views: 3698
How to modify the root install directory ???
I have a problem to change the configuration of my CMSMS install. I first installed it in a directory named "cms". I created my website, very nice, but now I would want to change the directory name of the installation, from "cms", to "fr". So I empty the cache in "...
- Fri Oct 24, 2008 3:48 pm
- Forum: General Discussion
- Topic: How to display a page without templates ?
- Replies: 4
- Views: 2953
Re: How to display a page without templates ?
Well, that sounds great
... I'll try that ASAP, but thank you for your quick answer
!


- Fri Oct 24, 2008 3:38 pm
- Forum: General Discussion
- Topic: How to display a page without templates ?
- Replies: 4
- Views: 2953
How to display a page without templates ?
What I would like to do is to search and display a page in a div. If I call the page as : href="index.php?page=home" and displays it in a div the page displays in its own template etc... I would like to call the page itself, naked, and do what I want to do with it. Is there a way to do thi...
- Wed Oct 22, 2008 10:08 am
- Forum: General Discussion
- Topic: News module question
- Replies: 0
- Views: 1004
News module question
Hi. I am playing with the news module.
I would like to print by default all the articles of a category expanded one below the other. Is it possible to do this ? I did not find any parameters in the news module that may allow to do this.
Eric
I would like to print by default all the articles of a category expanded one below the other. Is it possible to do this ? I did not find any parameters in the news module that may allow to do this.
Eric
- Wed Oct 22, 2008 7:28 am
- Forum: General Discussion
- Topic: PHP script max size ?
- Replies: 7
- Views: 3486
Re: PHP script max size ?
Hi and thank you for your help. I still did not understand why it does not work, but finally found a solution to my problem
.
I call the php file calendar.php inside an iframe like that :
That way, it works and I think this is the way to go in such a situation. Thank you again
...
Eric

I call the php file calendar.php inside an iframe like that :
That way, it works and I think this is the way to go in such a situation. Thank you again

Eric
- Tue Oct 21, 2008 9:02 pm
- Forum: General Discussion
- Topic: PHP script max size ?
- Replies: 7
- Views: 3486
Re: PHP script max size ?
Ok I got the answer for the size problem : indeed I placed the file as a php include : {php} include 'uploads/php/calendar.php'; {/php} The size problem is now gone : however I still have a db problem now : here it is : http://le-valombre.fr/cms/index.php?page=reservation And if I use the same file ...
- Tue Oct 21, 2008 3:30 pm
- Forum: General Discussion
- Topic: PHP script max size ?
- Replies: 7
- Views: 3486
Re: PHP script max size ?
Unfortunatly I don"t have access to this, I make it work on a provider mutualised host server. EDIT: well, I found the parameters with the system check inside CMSMS : Temps Maximum d'éxecution (max_execution_time): 30s. php_memory_limit: "nothing written" However, I don't think that m...
- Tue Oct 21, 2008 3:07 pm
- Forum: General Discussion
- Topic: PHP script max size ?
- Replies: 7
- Views: 3486
PHP script max size ?
Hello. I am trying to use a PHP script in a page content. The problem is that this script is biig, about 180ko, and after some tries, it seems that there is a max size after which it does not work any more. More precisely, I put it between {php} {/php}. It connects to a db and I make it echoing some...