ShowMeHowToCode Posted June 25, 2018 Share Posted June 25, 2018 Need help with figuring out this error! I'm new to php coding so don't take it personal! Fatal error: Cannot use Core\App\Object as Object because 'Object' is a special class name in C:\xampp\htdocs\GDrivePlayer\PF.Src\Core\App.php on line 5 Quote Link to comment https://forums.phpfreaks.com/topic/307398-fatal-error/ Share on other sites More sharing options...
requinix Posted June 25, 2018 Share Posted June 25, 2018 You can't use "object" as the name of a class. Pick another name for it. Quote Link to comment https://forums.phpfreaks.com/topic/307398-fatal-error/#findComment-1559065 Share on other sites More sharing options...
ShowMeHowToCode Posted June 25, 2018 Author Share Posted June 25, 2018 OK, can you put this solution in layman terms i'm new to php syntax. Thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/307398-fatal-error/#findComment-1559066 Share on other sites More sharing options...
requinix Posted June 25, 2018 Share Posted June 25, 2018 (edited) I don't think I can say 2 hours ago, requinix said: You can't use "object" as the name of a class. Pick another name for it. in any clearer terms. What part of it do you not understand? But if it's not your code then fixing this may not be reasonable. Where is this code coming from? Edited June 25, 2018 by requinix Quote Link to comment https://forums.phpfreaks.com/topic/307398-fatal-error/#findComment-1559067 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.