Hi there,
We've upgraded our site to 1.11.11, the printing module stopped working, and I tried the following:
1) {cms_module module='Printing'} with default template
result: content not rendering, page shows blank
2) {cms_module module='CMSPrinting' showbutton="true" script="true"}
result: content not rending, pags shows blank
3) {oldprint}
result: page not changed, shows a normal page with full css style.
I could not find a solution from the previous posts, so would like someone provide some help here. Really appreciated!
Here is my system info:
Cms Version: 1.11.11
Installed Modules:
CMSMailer: 5.2.2
FileManager: 1.4.5
MenuManager: 1.8.6
ModuleManager: 1.5.8
News: 2.14.4
Printing: 1.1.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
Calendar: 0.8.2
FCKeditorX: 1.1.0
CMSPrinting: 1.0.5
MicroTiny: 1.2.7
Captcha: 0.5.0
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 22000000
url_rewriting: none
page_extension: .html
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.4.35
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 0
memory_limit: 200M
max_execution_time: 120
output_buffering: 1
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 25M
upload_max_filesize: 22M
session_save_path: /var/lib/php/session (0770)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.40
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found
{solved}Printing, CMSprint and oldprint issue
{solved}Printing, CMSprint and oldprint issue
Last edited by twen88 on Thu Jan 22, 2015 8:50 am, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Printing, CMSprint and oldprint issue
CMSMS 1.11.11+ uses {print} and a stock install works just fine (just tested).
similarly {CMSPrinting} works
and {cms_module module=CMSPrinting} along with the various arguments.
I tested on a new installation of 1.11.12 yesterday.
Have you checked your error logs (blank screen usually means an error occurred).
FYI: There are no print modules such as this shipped with CMSMS 2.0, because it's use is problematic.
similarly {CMSPrinting} works
and {cms_module module=CMSPrinting} along with the various arguments.
I tested on a new installation of 1.11.12 yesterday.
Have you checked your error logs (blank screen usually means an error occurred).
FYI: There are no print modules such as this shipped with CMSMS 2.0, because it's use is problematic.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Printing, CMSprint and oldprint issue
Thank you calguy, for your response.
We will check the error log and see if there is any clue.
I did notice that only the $content did not render, and the rest of the code were there:
We will check the error log and see if there is any clue.
I did notice that only the $content did not render, and the rest of the code were there:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Title</title>
<meta name="robots" content="noindex" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/*
You can put css stuff here, which will be inserted in the header after calling the cmsms-stylesheets.
Provided you don't remove the {$overridestylesheet} in PrintTemplate, of course.
Any suggestions for default content in this stylesheet?
Have fun!
*/
</style>
</head>
</__body style="background-color: white; color: black; background-image: none; text-align: left;">
<__body>
</__html>
Re: Printing, CMSprint and oldprint issue
resolved by re-do the upgrade.