Page 1 of 1

A Newbie Question -.. every subsequent page displays no content.

Posted: Sat Jan 19, 2008 11:01 pm
by teapot
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.

Re: A Newbie Question -.. every subsequent page displays no content.

Posted: Mon Jan 21, 2008 4:53 pm
by Pierre M.
Hello,
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.
I don't understand which CMSms version you are trying to use and is "all green".
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.

Posted: Thu Jan 14, 2010 2:15 pm
by dothedrew
I expirimented a similar problem.. The cause was this option in the config.php

Code: Select all

$config['query_var'] = 'id'
Default value is "page"... I don't know why, but with another value, the content don't display...

Good luck!