Two class object

Two class object

José Ángel Polo -
回帖数:0

Hi,

I am developing an application with RadPHP

My code:
require (".. /.. / config.php");
require_login ();
require_once ("rpcl / rpcl.inc.php");

The problem is that the moodle session is lost because my application also declare the object class. The error is as follows:

Fatal error: Can not redeclare class object in / home / mysite / public_html / lib / setuplib.php on line 10

Could someone please help me?

Thanks and regards.