Errors In Code |
(08-21-2017, 05:39 AM)SDavisworth Wrote: Hello all... Last week I was getting "Fatal error: Cannot use Config\Services as Services because the name is already in use in..." was advised as follows: we've found that PHP versions under 7.0.15 (especially on Windows) have a problem. Upgrade your PHP version and try again. I'm starting to take a look at the tutorial to get it current again. While there are some capitalization inconsistencies with the view files, the biggest thing is that it isn't currently finding controllers without a namespace it looks like. If you add namespace App\Controllers; to the top of the controllers they should work. |
Messages In This Thread |
Errors In Code - by SDavisworth - 08-21-2017, 05:39 AM
RE: Errors In Code - by InsiteFX - 08-21-2017, 08:40 AM
RE: Errors In Code - by SDavisworth - 08-21-2017, 09:40 PM
RE: Errors In Code - by InsiteFX - 08-22-2017, 04:26 PM
RE: Errors In Code - by scalla - 08-21-2017, 09:58 AM
RE: Errors In Code - by ubiray - 08-21-2017, 10:54 AM
RE: Errors In Code - by kilishan - 08-21-2017, 11:36 AM
RE: Errors In Code - by kilishan - 08-21-2017, 07:00 PM
RE: Errors In Code - by SDavisworth - 08-21-2017, 10:01 PM
|