I figure this must be something obvious I have done wrong because nobody has mentioned it. I searched the documentation and this forum.
I have installed CMSms 4 times today on the same server (MINE - XAMPP for Linux 1.6.2, Running on Ubuntu Feisty, in my home) and every time the install is all green. I have installed via FTP, SSH, SSH, and then directly through SMB. I have changed permissions every time only through the shell.
Basically, the problem is this: The home page displays the sample content, but each and every subsequent page displays no content. The title is there, and so is the Nav, Sidebar, and News Modules.
I can install Modules and play with them but only my preview pages show my work, not the live side. I have cleared the cache, rebooted the server, restarted Apache (2.0), and my PHP version is 5.2.2. I have one successful install I did yesterday, merging it with a headache project which it simply SOLVED. I love it. That install still works fine, it is on the same physical server. There are 2 databases, and each cms install is correctly pointing to it's own db.
If there is a quick and dirty link that points to this, I apologize for wasting anyones time.
\
EDIT: Well CMSms 1.2.2 Doesn't have the problem on my server. I believe that it has something to do with my multiple sites, but I am too new to the software to be sure. Happy coding.
A Newbie Question -.. every subsequent page displays no content.
A Newbie Question -.. every subsequent page displays no content.
Last edited by teapot on Sun Jan 20, 2008 2:01 am, edited 1 time in total.
Re: A Newbie Question -.. every subsequent page displays no content.
Hello,
Please check your http logS and source code of pages, with debug set to true.
Pierre M.
I don't understand which CMSms version you are trying to use and is "all green".teapot wrote: the install is all green...
The home page displays the sample content, but each and every subsequent page displays no content. The title is there, and so is the Nav, Sidebar, and News Modules.
...
EDIT: Well CMSms 1.2.2 Doesn't have the problem on my server.
Please check your http logS and source code of pages, with debug set to true.
Pierre M.
Re: A Newbie Question -.. every subsequent page displays no content.
I expirimented a similar problem.. The cause was this option in the config.php
Default value is "page"... I don't know why, but with another value, the content don't display...
Good luck!
Code: Select all
$config['query_var'] = 'id'
Good luck!