I have app built with FuelPHP and it works fine until now when I log in (Simpleauth) it shows an error
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in /var/fuel/core/classes/database/pdo/connection.php on line 311 "
but I still can access the app (after login and the app shows an error) by accessing directly tru URL (for example www.apps.com/admin/kwitansi )
I try to restart the apache, mysql server and even the server itself but it still shows an error.