Page 1 of 1

Version 1.10.3 - {content} missing

Posted: Tue Jan 24, 2012 9:46 pm
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)

Re: Version 1.10.3 - {content} missing

Posted: Wed Jan 25, 2012 1:15 am
by Dr.CSS
That is your template and you do have content in a page using that template?...

Re: Version 1.10.3 - {content} missing

Posted: Wed Jan 25, 2012 2:11 am
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.

Re: Version 1.10.3 - {content} missing

Posted: Wed Jan 25, 2012 12:32 pm
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?

Re: Version 1.10.3 - {content} missing

Posted: Thu Jan 26, 2012 5:33 pm
by Dr.CSS
You need to post your system info...

Re: Version 1.10.3 - {content} missing

Posted: Tue Feb 21, 2012 10:42 am
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


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

Re: Version 1.10.3 - {content} missing

Posted: Thu Mar 01, 2012 12:16 am
by campey
I am still having this issue.

Is there any more information that I could provide which might help debug this issue??

Re: Version 1.10.3 - {content} missing

Posted: Wed Mar 14, 2012 10:13 am
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

Re: Version 1.10.3 - {content} missing

Posted: Fri Mar 23, 2012 9:01 am
by campey
Still having this issue. However it looks like its Firefox only.

Any ideas??

http://www.nunawadingfc.com/index-temp.php

Re: Version 1.10.3 - {content} missing

Posted: Fri Mar 23, 2012 10:53 am
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

Re: Version 1.10.3 - {content} missing

Posted: Fri Mar 23, 2012 12:06 pm
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.