Tag: error

The website encountered an unexpected error.

After updating Drupal Core if you encountered error displayed in image above make sure you have cleared the cache.

 Posted in CMS, PHP Tagged , , ,
xcode

Command CompileSwift failed with a nonzero exit code

Quick tip of the day, if you are facing this issue, try to run following commands, it will clean the build.

 Posted in xcode Tagged , ,
Laravel

Solved: local.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths

I got this issue while setting up LumenPassport in Laravel/Lumen micro framework. Error local.ERROR: RuntimeException:…

 Posted in Laravel, Lumen, PHP Tagged , , , , , , , ,
Laravel

Solved: Call to undefined method Laravel\Lumen\Application::group()

You might have come across this issue while setting up LumenPassport When you are listing…

 Posted in Laravel, Lumen, PHP Tagged , ,

Gulp Error: watch ENOSPC

Uncleared error messages can be really time consuming sometimes. I was getting Gulp Error: watch…

 Posted in Gulp Tagged , ,