Page 1 of 1
[SOLVED] Print Pages not working
Posted: Tue Oct 20, 2009 12:19 pm
by werdina
Hello
Whenever I try to print, it just shows a blank page.
Can you please help me troubleshoot this?
CMSMS 1.6.6
PHP 1.5.6
Apache 2.2.3
allow_url_fopen is on.
werd
Re: Print Pages not working
Posted: Tue Oct 20, 2009 12:32 pm
by Rolf
Werdina.
Similar topic:
http://forum.cmsmadesimple.org/index.ph ... 218.0.html
Tried to reset the printtemplate yet?
Rolf

Re: Print Pages not working
Posted: Tue Oct 20, 2009 12:34 pm
by werdina
Rolf
Print Template has been reset. This is a fresh install BTW. I have read that but none seemed to help.
werd
Re: Print Pages not working
Posted: Tue Oct 20, 2009 12:37 pm
by Rolf
I have read that but none seemed to help.
Hmm, can you put a copy of the System Information here.
Link to a website... (pm)
Rolf
Re: Print Pages not working
Posted: Tue Oct 20, 2009 12:48 pm
by werdina
Hi Rolf
Link to the website might be a problem as I am behind a VPN (it is used in the office).
If
http://domain.com/print=true&goback=0&js=1
It works.
The one below does not work.
http://domain.com/index.php?mact=Printi ... eturnid=15
----------------------------------------------
Cms Version:
1.6.6
Installed Modules:
CMSMailer:
1.73.14
FileManager:
1.0.1
MenuManager:
1.6.2
ModuleManager:
1.3.1
News:
2.10.3
nuSOAP:
1.0.1
Printing:
1.0.4
Search:
1.6.1
ThemeManager:
1.1.1
TinyMCE:
2.5.5
Config Information:
php_memory_limit:
process_whole_template:
false
max_upload_size:
10000000
default_upload_permission:
664
assume_mod_rewrite:
false
page_extension:
.html
internal_pretty_urls:
true
use_hierarchy:
true
Php Information:
phpversion:
5.1.6
md5_function:
On (True)
gd_version:
2
tempnam_function:
On (True)
magic_quotes_runtime:
Off (False)
memory_limit:
64M
max_execution_time:
60
safe_mode:
Off (False)
session_save_path:
/var/lib/php/session (0770)
session.use_cookies:
On (True)
Server Information:
Server Api:
apache2handler
Server Db Type:
MySQL (mysqli)
Server Db Version:
5.0.45
----------------------------------------------
Re: Print Pages not working
Posted: Tue Oct 20, 2009 1:45 pm
by Rolf
Thanks Werdina,
Link to the website might be a problem as I am behind a VPN (it is used in the office).

what to do...
Have you tried to upload the core-files again to the server?
Perhaps there are some files missing. Did a checksum on install?
It solved the problem for Greg in the other topic.
Have you tried using the {oldprint} tag yet?
Rolf
Re: Print Pages not working
Posted: Tue Oct 20, 2009 2:14 pm
by werdina
Hello Rolf
I did a checksum on the install.
I shall try to upload the core files and see what happens.
Can you please tell me how to use the {oldprint} tag?
werd
Re: Print Pages not working
Posted: Tue Oct 20, 2009 2:20 pm
by Rolf
Can you please tell me how to use the {oldprint} tag?
You can use it instead of the {print} tag in the html template.
Look in the admin: Extentions > Tags > Oldprint for more info.
Rolf
Re: Print Pages not working
Posted: Tue Oct 20, 2009 2:46 pm
by werdina
Thanks Rolf, {oldprint} works fine.
You are a star.