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

luya homepage #1890

Closed bsunil47 closed 5 years ago

bsunil47 commented 5 years ago

What steps will reproduce the problem?

Opening luya home page

What is the expected result?

homepage

What do you get instead? (A Screenshot can help us a lot!)

setBaseYiiFile(DIR . '/../vendor/yiisoft/yii2/Yii.php'); $boot->run();

luya

LUYA Check ouput (run this script and post the result: luyacheck.php)

when i run luyacheck.php i get the following error PHP Fatal error: Uncaught Error: Call to undefined function apache_get_modules() in /var/www/html/luya/luya-kickstarter/luyacheck.php(22)

Additional infos

Q A
LUYA Version
PHP Version PHP 7.2.10-0
Platform Apache2
Operating system ubuntu0.18.04.1
nadar commented 5 years ago

PHP seems not to run on your webserver. Make sure you configure your webserver properly. this is not luya related.