Page 1 of 1

Content Problem

Posted: Mon Jul 20, 2009 9:35 am
by ostin
Hi i have a problem with content... when i click any menu item link is changing but content not shoving haow tı fix this?

take a look at my site

http://01.areaelektronik.com

Re: Content Problem

Posted: Mon Jul 20, 2009 10:10 pm
by Dr.CSS
Did you change anything?...

Have you looked at your system info. page to see if you have any yellow ! or red X...

Did you get any warnings when installing it...

Are you sure all the folders/files made it to the server...

Re: Content Problem

Posted: Tue Jul 21, 2009 6:17 pm
by Pierre M.
ostin wrote: Hi i have a problem with content... when i click any menu item link is changing but content not shoving haow tı fix this?
http://forum.cmsmadesimple.org/index.ph ... 661.0.html (System Info...)

Re: Content Problem

Posted: Thu Jul 23, 2009 8:36 am
by ostin
Pierre M. wrote:
ostin wrote: Hi i have a problem with content... when i click any menu item link is changing but content not shoving haow tı fix this?
http://forum.cmsmadesimple.org/index.ph ... 661.0.html (System Info...)
sorry :(..

installed version is 1.6

php and server info is attached

You have system, exec, passthru, escapeshellcmd, \ popen, pcntl_exec, proc_open, ini_restore, proc_close, dl, show_source, \ highlight_file, pcntl_exec, allow_url_fopen, proc_get_status, proc_nice  Checking PHP disable functions

Warning: this is a list of functions disabled on your server.

Checking PHP time limit in second
(minimum 30, recommend 60 or greater)

Number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. (30 seconds on my host)

Check for PHP Open Basedir

Open basedir restrictions are in effect. You may have difficulty with some addon functionality with this restriction.

Checking max post size
(minimum 2M, recommend 10M or greater)

You will probably not be able to submit (larger) data. Please be aware of this restriction.(8m on my host)

Checking max upload file size
(minimum 2M, recommend 10M or greater)

You will probably not be able to upload (larger) files using the included file management functions. Please be aware of this restriction.(2m on my host)

Checking if session.save_path is writable

Open basedir restrictions appear to be in effect. If you have SESSION problems and ini_set works, you can try to enable sessions with cookies adding: ini_set('session.use_only_cookies', 1); to top of config.php

are yellow in installation but i have installed 1.5.3 on same server and its working great..

Re: Content Problem

Posted: Thu Jul 23, 2009 12:38 pm
by ostin
its happening when change

Code: Select all

$config['query_var'] = 'page';
anyeay to fiz this problem?

Re: Content Problem

Posted: Fri Jul 24, 2009 2:14 pm
by Pierre M.
ostin wrote: its happening when change

Code: Select all

$config['query_var'] = 'page';
Thank you for this more precise reporting. You could have titled your thread "query_var".
If I understand well, everything is OK when query_var == 'page' and everything is KO when query_var != 'page'. True ?
What are you trying to do ? Why do you need to change query_var ?

Pierre M.