Closed lookagit closed 7 years ago
Hi @lookagit
What happens if you reload the admin interface again? I think it can not copy/wirte the asset files into your assets folder.
Could you make sure the following folders are writeable (mabye just changed to 0777 permissions):
In addition maybe run the health
command (composer exec luya health
) if not already done.
Another option would also be to try enabling the linkAssets options of the asset Manager (in the components section) in your config, but i am not sure if this is going to work on windows:
'assetManager' => [
'class' => 'luya\web\AssetManager',
'linkAssets' => true,
],
Does the problem still appears @lookagit or can we close this issue?
I am going to close this as there are no more informations. Feel free to create a new issue, when you got more or another problem.
What steps will reproduce the problem?
navigate to http://localhost/luya-kickstarter/public_html/admin results yii\base\ErrorException
What is the expected result?
What do you get instead? (A Screenshot can help us a lot!)
LUYA Check ouput (run this script and post the result: luyacheck.php)
Additional infos