luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

CMS admin Maximum execution time of 30 seconds exceeded #981

Closed lookagit closed 7 years ago

lookagit commented 8 years ago

What steps will reproduce the problem?

navigate to http://localhost/luya-kickstarter/public_html/admin results yii\base\ErrorException image

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

Q A
LUYA Version 1.0.0
PHP Version 5.6.23
Platform XAMPP
Operating system Windows/
nadar commented 8 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,
],
nadar commented 8 years ago

Does the problem still appears @lookagit or can we close this issue?

nadar commented 7 years ago

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.