Jump to content

Fatal error: Cannot redeclare class


robcrozier

Recommended Posts

Hi.

 

H'm getting this error:

 

Fatal error: Cannot re-declare class myClass

 

Which obviously is trying to indicate that the class has been declared before.  It has not however!?  The class is declared once in my header.php file and then included at the top of every script.

 

Has anyone ever come across this before and managed to find out whats causing it.  It seems to be stopping my class from working properly too if id use a 'class_exists()' on it to get rid of that error!

 

Thanks for any help in advance!

Link to comment
https://forums.phpfreaks.com/topic/147710-fatal-error-cannot-redeclare-class/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.