Closed (fixed)
Project:
Printer, email and PDF versions
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2008 at 21:22 UTC
Updated:
10 Jul 2008 at 21:53 UTC
I am using the dev version of printer-friendly pages but I have gotten the error noted with the non-dev version as well. It appears in the admin/settings/print section of my site and the admin/help section as well. It may appear in other but this is the first I have noticed it in the error logs. If someone could point me in the right direction to solve this issue I would be most appreciative. Thank you in advance for any help.
warning: file_get_contents(sites/all/modules/print/README.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /drupal/dev/drupal-5.7/sites/all/modules/print/print.module on line 166.
Comments
Comment #1
bnice5000 commentedTurns out that the php references README.txt but the file is name readme.txt. I am not sure if this is an AIX issue but renaming the readme.txt to README.txt solves the problem.
Comment #2
jcnventuraI take it you are using Drupal under Windows and your untar utility decided to rename a file called 'README.txt' to 'readme.txt'..
You can verify it here: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/print/?path...
João