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
Ahh yes, unfortunately that won't work as *routes.php *is called before the
autoload stuff happens. Either require_once it, or use Composer
(recommended)
I downloaded pigeon.
I changed name to Uppercase Pigeon.php (so it is written as in the readme file).
I place line in autoloader:
$autoload['libraries'] = array('pigeon'); //I tried 'Pigeon' too.
I keep getting this message in routing page:
Fatal error: Class 'Pigeon' not found in /Developer/Learning/LearnCI/application/config/routes.php on line 45
Am I doing something wrong. Is it due to Google App Engine's app.yaml file?
Thanks in advance
The text was updated successfully, but these errors were encountered: