Jump to content

Fatal Error when I log out


Recommended Posts

abstract class AdminTabCore 
{
	/** @var integer Tab id */
	public $id = -1;

	/** @var string Associated table name */
	public $table;

	/** @var string Object identifier inside the associated table */
	protected $identifier = false;

	/** @var string Tab name */
	public $className; 

Hello, I am getting a fatal error when I log out of my back office.  I cannot find a way to get back to the dashboard.

 

Fatal error: Cannot redeclare class AdminTabCore in [/size]/home3/jreed/public_html/presta/classes/AdminTab.php on line [/size]31

 

If you can offer any help at all I would be very grateful.

Edited by JRPred303 (see edit history)
Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...