I have Ser installed and running on debian, I have mysql installed with the ser module. I can see the table the module created. I am getting this error message and not sure what it is,
When trying the link..127.0.0.1/html/admin/index.php
*Warning*: Unable to include '/prolog.html' - request execution failed in */var/www/html/page.php* on line *46* iptel.org User Management *Warning*: Unable to include '/separator.html' - request execution failed in */var/www/html/page.php* on line *48* *Warning*: Unable to include '/epilog.html' - request execution failed in */var/www/html/page.php* on line *82
Any ideas? *
Hello,
the mentioned files are not included in serweb because they contain iptel.org specific stuff, you are supposed to create your own files with pictures or layout specific for your site. You can create very simple files like this:
echo "<body><h1>" > /var/www/html/prolog.html echo "</body>" > /var/www/html/epilog.html echo "</h1><hr>" > /var/www/html/separator.html
Jan.
On 31-10 00:25, jason wrote:
I have Ser installed and running on debian, I have mysql installed with the ser module. I can see the table the module created. I am getting this error message and not sure what it is,
When trying the link..127.0.0.1/html/admin/index.php
*Warning*: Unable to include '/prolog.html' - request execution failed in */var/www/html/page.php* on line *46* iptel.org User Management *Warning*: Unable to include '/separator.html' - request execution failed in */var/www/html/page.php* on line *48* *Warning*: Unable to include '/epilog.html' - request execution failed in */var/www/html/page.php* on line *82
Any ideas?
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
thats pages included by serweb in every page. they allow you to define look and feel of your webpages. prolog includes beginning, separator a separator and epilog end of the surrounding HTML text.
In the simpest case:
echo "<body><h1>" > html/prolog.html echo "</body>" > html/epilog.html echo "</h1><hr>" > html/separator.html
-jiri
At 06:25 AM 10/31/2003, jason wrote:
I have Ser installed and running on debian, I have mysql installed with the ser module. I can see the table the module created. I am getting this error message and not sure what it is,
When trying the link..127.0.0.1/html/admin/index.php
*Warning*: Unable to include '/prolog.html' - request execution failed in */var/www/html/page.php* on line *46* iptel.org User Management *Warning*: Unable to include '/separator.html' - request execution failed in */var/www/html/page.php* on line *48* *Warning*: Unable to include '/epilog.html' - request execution failed in */var/www/html/page.php* on line *82
Any ideas?
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/