Hi,
I am trying to include a Users System script into my Textpattern installation. The users script is from Evolt.org: PHP Login System with Admin Features.
When I include this script into the top of a Textpattern page, I get this error
Fatal error: Call to a member function on a non-object in /home/midrasha/public_html/bessy/usersys/include/session.php on line 58
When I am just using the system by itself (in the /usersys/ directory), it works beautifully and perfectly. It is running into problems with Textpattern.
The site is in a subdomain of midrasha.com called bessy.
The include code is
<?php include("usersys/include/session.php"); ?>
What exactly would these problems be?
Thanks