I think I've followed all the steps to install phpope, but on loading the login site, the error especified in the subject is displayed.
Please, could someone help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for your help, but unfortunately, I've already comproved that. userclass.php, the file that contains user class, is declared just once with require_once, and only in index.php.
I guess if it could be a problem with pear, which also have a user class in /usr/share/pear/case/user.inc. In that case, where is pear user class called?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think I've followed all the steps to install phpope, but on loading the login site, the error especified in the subject is displayed.
Please, could someone help me?
i guess you have a second include of the user class. normaly, the class need only one include in the public_html/index.php file.
Simply search the line and delete the second include.
Thank you for your help, but unfortunately, I've already comproved that. userclass.php, the file that contains user class, is declared just once with require_once, and only in index.php.
I guess if it could be a problem with pear, which also have a user class in /usr/share/pear/case/user.inc. In that case, where is pear user class called?