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
Content Problem
Re: Content Problem
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...
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
http://forum.cmsmadesimple.org/index.ph ... 661.0.html (System Info...)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?
Re: Content Problem
sorryPierre M. wrote:http://forum.cmsmadesimple.org/index.ph ... 661.0.html (System Info...)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?

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..
- Attachments
-
[The extension doc has been deactivated and can no longer be displayed.]
Re: Content Problem
its happening when change
anyeay to fiz this problem?
Code: Select all
$config['query_var'] = 'page';
Re: Content Problem
Thank you for this more precise reporting. You could have titled your thread "query_var".ostin wrote: its happening when changeCode: Select all
$config['query_var'] = 'page';
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.