Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.11
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2010 at 13:34 UTC
Updated:
2 Sep 2010 at 11:00 UTC
When you try to save, two things happen
1. The Custom Stylesheet field Requires an Entry (Like a Required Field)
2. The Error Message: File /home/btrubel0/public_html/shilohcdctrenton.com/ is not readable by the web server.
| Comment | File | Size | Author |
|---|---|---|---|
| Error Screen.jpg | 250.39 KB | ddbell |
Comments
Comment #1
Blackpegaz commentedSubscribe
Comment #2
drizzi commentedsubscribe too
Comment #3
jcnventuraHi,
Sorry, I modified the settings validation, but I forgot that an empty setting is also OK.
I've fixed in the CVS, but in the meantime you can fix it by setting the field to: sites/all/modules/print/css/print.css
João
Comment #4
ddbell commentedThanks. Great Module.
Question, how do I print without the view filters showing in the header?
Thanks Again.
Comment #5
ddbell commentedIn addition, how do I remove Header Information such as
1. Published on ......
2. Home > Printer Friendly
Thanks.
Comment #6
Blackpegaz commentedThanks, it's ok for me.
Comment #7
jcnventuraddbell:
#4: you can't.. A views page comes fully-formed by the time it reaches the module. You'll have to modify your original view to hide those.
#5: edit the print.tpl.php, for those two you want to remove the created and breadcrumb lines.
Comment #8
ddbell commentedThanks.