Version 1.10.3 - {content} missing

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Version 1.10.3 - {content} missing

Post by campey »

I installed a fresh install of 1.10.3 however for some reason my {content} area is blank when I open it in a browser (Firefox or IE).

I have installed 1.9.4.3 before and not had this issue so i'm unsure what might be causing it.

Does anyone have an idea?

If my page is
<__html>
<head>
</head>
</__body>
{content}
<__body>
</__html>

I just get blank space where the content should be (i've only added two pages so far however its happening for both)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Version 1.10.3 - {content} missing

Post by Dr.CSS »

That is your template and you do have content in a page using that template?...
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

I attempted to do it with my own template (with {content} section). Then tried it with the standard template and both seemed to return nothing as the content.

It seemed to work at first with Internet Explorer however it then stopped working.

I will try again later and see if it is still an issue. Was just wondering if anyone else had a similar problem.
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

I have attempted to revert to an earlier version (1.9.4.2) and I think after reading the fine print it might have something to do with the following warning.

"You have symlink, shell_exec, exec, proc_close, proc_open, popen, system, dl, passthru, escapeshellarg, escapeshellcmd, shell_exec, myshellexec, c99_buff_prepare, c99_sess_ put, fpassthru"

Would any of the above affect the {content} block?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Version 1.10.3 - {content} missing

Post by Dr.CSS »

You need to post your system info...
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

I went away (Actually installed 2 more working copies of CMS made simple on a different server) and then came back to this install and its still not working

System Info attached

----------------------------------------------

Cms Version: 1.10.3

Installed Modules:

CMSMailer: 2.0.2
CMSPrinting: 1.0
FileManager: 1.2.0
MenuManager: 1.7.7
MicroTiny: 1.1.1
ModuleManager: 1.5.3
News: 2.12.3
Search: 1.7
ThemeManager: 1.1.4


Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 10000000
default_upload_permission: 664
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.3.8
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 30
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 10M
session_save_path: No check because open basedir active
session_use_cookies: On (True)
xml_function: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.51


----------------------------------------------
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

I am still having this issue.

Is there any more information that I could provide which might help debug this issue??
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

Minor update.

The items that are coming up as yellow:
- disable_functions in PHP (disable_functions)
- PHP Open Basedir (open_basedir)
- Maximum Execution Time (max_execution_time)

I have managed to check these three items on another server and none of these three seem to cause my problem.

Will update again if I find any additional info.

UPDATE - I wonder if it is an issue with FreeBSD?? Server info below

Server Information
Server API (server_api) cgi-fcgi
Server Database (server_db_type) mysql (mysql)
Server Database Version (server_db_version) 5.1.61
Server Software (server_software) apache
Server Operating System (server_os) freebsd 7.4-release-p6 on i386
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

Still having this issue. However it looks like its Firefox only.

Any ideas??

http://www.nunawadingfc.com/index-temp.php
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Version 1.10.3 - {content} missing

Post by staartmees »

Lenghthen the execution_time bij adding the following line to your config.php

Code: Select all

ini_set('max_execution_time', 120);
?>
first upgrade to 1.9.4.3 and make sure all your modules are up-to-date. If all works fine, make a complete backup and upgrade to 1.10.3
campey
Forum Members
Forum Members
Posts: 10
Joined: Tue Jan 24, 2012 9:35 pm

Re: Version 1.10.3 - {content} missing

Post by campey »

I think i might have found my issue.

I have a cookie that i am creating for the site. When I log in it seems to throw the site out of whack.

Will investigate further and hopefully close this issue.
Locked

Return to “[locked] Installation, Setup and Upgrade”