You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ capro serve PHP Fatal error: Cannot redeclare get_cats() (previously declared in .\capro-docs\config\core.php:5) in .\capro-docs\config\core.php on line 5 » Capro development server started at http://127.0.0.1:82
Temporary fix, use if (!function_exists('foo')) { before each function...
If anyone has any idea on how to fix this, it's greatly appreciated :)
Temporary fix, use
if (!function_exists('foo')) {
before each function...If anyone has any idea on how to fix this, it's greatly appreciated :)
🎃 For more PHP hacktoberfest issues, see:
https://github.com/search?q=owner%3Axy2z+label%3Ahacktoberfest+is%3Aopen&type=issues&s=comments&o=asc
The text was updated successfully, but these errors were encountered: