[pmwiki-users] Include URL markup

Joachim Durchholz jo at durchholz.org
Thu May 5 15:48:47 CDT 2005


zgrauer at earthlink.net wrote:

> Except that now I am getting several php errors, and the directive is
> not executed, but instead I get the line
> (:includeurl http://www.freechem.org/google.html :) as text (plus
> link).
> 
> Parse error: parse error in
> /home/freechem/pmwiki_live/local/config.php on line 154

That explains why the markup isn't recognised - that's a syntax error, 
and that means that PHP will ignore your config.php entirely and running 
with default settings.

A typical error would be a missing final semicolon on line 154 or a 
preceding line.

> Warning: Cannot modify header information - headers already sent by
> (output started at /home/freechem/pmwiki_live/local/config.php:154)
> in /home/freechem/pmwiki_live/scripts/author.php on line 21
> 
> Warning: Cannot modify header information - headers already sent by
> (output started at /home/freechem/pmwiki_live/local/config.php:154)
> in /home/freechem/pmwiki_live/pmwiki.php on line 657

You can ignore these - they are follow-up errors to the first one.

Regards,
Jo



More information about the pmwiki-users mailing list