Topic: Extern Problems
I and at least one other have been having difficulties with extern.php.
1. Could somebody explain why problems might arise when trying to include extern.php using a relative path rather than a url. The idea is to duplicate what the punbb site does on the front page with recent posts
2. Is there any reason why it should be a problem including extern.php inside a file which is itself an include in another file. Here is what JohnS posted specific to his problem
The right hand column on my site is an include (xtc_right_bar.php).
Within this I've placed another include calling forum/extern.php
I get a list of topics displayed but with the following error message
above them...
Warning: main(): stream does not support seeking
in /includes/xtc_right_bar.php on line 44
Should I be calling the full url of extern.php or just its relative path or is
the problem with having an include within an include?
Any help appreciated