----- Original Message -----
Sent: Thursday, April 26, 2007 3:56
PM
Subject: Re: [support] Including text
files in nodes.
Try using the full system path instead of just the
file name.
I am looking for a way to include a text file,
test.txt, into a node on creation.
I have tried choosing Input Format as PHP and I
put:
<? include("test.txt"); ?>
and got a large error:
warning: Unknown(test.txt): failed to open stream: No such file or
directory in /home/ntc69/public_html/includes/common.inc(1342) : eval()'d code
on line 1.
warning: Unknown(test.txt): failed to open stream: No such file or
directory in /home/ntc69/public_html/includes/common.inc(1342) : eval()'d code
on line 1.
warning: Unknown(test.txt): failed to open stream: No such file or
directory in /home/ntc69/public_html/includes/common.inc(1342) : eval()'d code
on line 1.
I also played around with virtual () with no
luck.
How can I include another file in a node? Has
anyone had any luck doing this?
Help appreciated.
Neil
--
[ Drupal support list | http://lists.drupal.org/
]