dprabin / simple-php-forum-application

Simple PHP Forum Application
GNU General Public License v2.0
24 stars 18 forks source link

Fatal error! #3

Open ElusiveBG opened 5 years ago

ElusiveBG commented 5 years ago

Hellow. When i open a topic (topic.php?id=7) i get this error -> Fatal error: Cannot declare class Topic, because the name is already in use in C:\xampp\htdocs\forum\libraries\Topic.php on line 2 I don't know how to fixed any ideas ? spl_autoload is written correctly and work perfect..

rubensilva24 commented 4 years ago

Hello, I try to use namespaces but, even using it, didn't work. I already use require_once but still retrieving same error. Any fix?

Edit: I don't know why but it on Linux environment works (Same PHP version).