I´m a new member of this forum and first I would like to send greetings to all the members.
My problem is this:
I'm running a virtual server with 2 different domains.
On domain 2 I have a lot of scripts, which are working fine on this domain.
Now on domain 1, I'm creating new scripts and I would like to reuse the scripts of domain 2.
But the include() command does not work properly. The include itself is done, but variables defined in the calling file on domain 1 are not properly processed in the file included from domain 2. They are all lost and I receive the following warning:
Warning: main(): stream does not support seeking in ... on line ...
See the testing example online:
http://www.brsteine.com/test_call_incfile.php
I have no idea, what this message means and what to do to get this work.
Anybody out there who can help?
Detlev