@CedNet if it is important issue which needs to be fixed asap i think the fastest way is to make a issue in github repository. imo, it will be the fastest way.
Good luck!
EDIT: This is a Windows local dev issue. It does not happen on the production server (VPS, Linux).
I've changed an API from Slim to Lumen and when reloading the page continously I'm given errors from use of Cache.
This only occurs while passing result via a simple cache method in the base controller.
The Cache::get() part sometimes crash with:
Class 'Memcached' not found in \vendor\illuminate\cache\MemcachedConnector.php on line 52
And Cache::put() returns the Ooops (hidden error, but in log file:
Access denied for user ''@'localhost' to database 'forge'' in \vendor\illuminate\database\Connectors\Connector.php:47
This happens because the environment variables aren't loaded before the script executes, hence the system uses the default configs that's supplied in the Lumen vendor framework directory.
More Windows developers out there? I have a speed computer with i7 and SSD's. So it really shouldn't be that. More probably down to wampserver (easier for development sometimes, but maybe not now that issues like this arrises).
Please or to participate in this conversation.