- Posts: 22
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
CException Application runtime path
1 month 3 weeks ago #239742
by jimmi4u
CException Application runtime path was created by jimmi4u
Please help us help you and fill where relevant:
Your LimeSurvey version: 5.6.0
Own server or LimeSurvey hosting: own
Survey theme/template: default
==================
Hi everybody,
after upgrading to 5.6.0 we are facing some strange behaviour of our webserver which was running well till upgrade.
We are getting this error:
CException: Application runtime path "/var/www/LIMESURVEY/tmp/runtime" is not valid. Please make sure it is a directory writable by the Web server process. in /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CApplication.php:294
Stack trace:
#0 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CComponent.php(152): CApplication->setRuntimePath()
#1 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CModule.php(520): CComponent->__set()
#2 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CApplication.php(166): CModule->configure()
#3 /var/www/LIMESURVEY/application/core/ConsoleApplication.php(44): CApplication->__construct()
#4 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/YiiBase.php(132): ConsoleApplication->__construct()
#5 /var/www/LIMESURVEY/application/commands/console.php(63): YiiBase::createApplication()
the folders: upload,tmp,application/config are on 755 owned by root:apache. all others are on 555, as described in LS installation process. I tried also for the tmp folder, 777 , but without luck.
I'll be happy if anybody can point me in the right direction.
Thanks a lot.
jim
Your LimeSurvey version: 5.6.0
Own server or LimeSurvey hosting: own
Survey theme/template: default
==================
Hi everybody,
after upgrading to 5.6.0 we are facing some strange behaviour of our webserver which was running well till upgrade.
We are getting this error:
CException: Application runtime path "/var/www/LIMESURVEY/tmp/runtime" is not valid. Please make sure it is a directory writable by the Web server process. in /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CApplication.php:294
Stack trace:
#0 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CComponent.php(152): CApplication->setRuntimePath()
#1 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CModule.php(520): CComponent->__set()
#2 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/base/CApplication.php(166): CModule->configure()
#3 /var/www/LIMESURVEY/application/core/ConsoleApplication.php(44): CApplication->__construct()
#4 /var/www/LIMESURVEY/vendor/yiisoft/yii/framework/YiiBase.php(132): ConsoleApplication->__construct()
#5 /var/www/LIMESURVEY/application/commands/console.php(63): YiiBase::createApplication()
the folders: upload,tmp,application/config are on 755 owned by root:apache. all others are on 555, as described in LS installation process. I tried also for the tmp folder, 777 , but without luck.
I'll be happy if anybody can point me in the right direction.
Thanks a lot.
jim
Please Log in to join the conversation.
1 month 3 weeks ago #239744
by jelo
Which PHP version is being used?
The error message indicates a problem with the runtime path.
Permissions are often correct.
I recommend checking the configuration file for invalid paths and options.
manual.limesurvey.org/Optional_settings#Runtime_path
It could be a bug in LS 5.6. Maybe a newer version could help.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic CException Application runtime path
From which version did you upgrade to 5.6.0?after upgrading to 5.6.0 we are facing some strange behaviour of our webserver which was running well till upgrade.
Which PHP version is being used?
The error message indicates a problem with the runtime path.
Permissions are often correct.
I recommend checking the configuration file for invalid paths and options.
manual.limesurvey.org/Optional_settings#Runtime_path
It could be a bug in LS 5.6. Maybe a newer version could help.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Please Log in to join the conversation.
1 month 3 weeks ago #239745
by jimmi4u
Replied by jimmi4u on topic CException Application runtime path
Hi jelo and thanks for your reply,
I updated from 5.4.6 and am on php8.0. the runtime path is not changed, maybe I can think on changing it... I'll have a look.
btw. atm there is no newer version on github...
thanks,
jim
I updated from 5.4.6 and am on php8.0. the runtime path is not changed, maybe I can think on changing it... I'll have a look.
btw. atm there is no newer version on github...
thanks,
jim
Please Log in to join the conversation.
1 month 3 weeks ago #239746
by jelo
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic CException Application runtime path
The commits on Github do not show any corrections for that issue.
If the content of the configuration is unchanged, I recommend opening a bug report.
If the content of the configuration is unchanged, I recommend opening a bug report.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Please Log in to join the conversation.