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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
teapot

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

Post 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.
Last edited by teapot on Sun Jan 20, 2008 2:01 am, edited 1 time in total.
Pierre M.

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

Post 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.
dothedrew
New Member
New Member
Posts: 6
Joined: Mon Jan 11, 2010 9:14 pm

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

Post 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!
Locked

Return to “CMSMS Core”