Cannot open file: /var/www/html/orangescrum-2.0.11/app/webroot/error.check

Issues related to configuring your network
Post Reply
Brief-Wishbone9091
Posts: 10
Joined: 2023/04/13 05:19:13

Cannot open file: /var/www/html/orangescrum-2.0.11/app/webroot/error.check

Post by Brief-Wishbone9091 » 2023/05/07 09:58:00

This is my initial error log file located at /var/log/httpd/error_log

Code: Select all

[Sun May 07 15:10:19.315300 2023] [core:notice] [pid 906] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sun May 07 15:10:19.319519 2023] [suexec:notice] [pid 906] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
[Sun May 07 15:10:19.452686 2023] [lbmethod_heartbeat:notice] [pid 906] AH02282: No slotmem from mod_heartmonitor
[Sun May 07 15:10:20.132816 2023] [mpm_prefork:notice] [pid 906] AH00163: Apache/2.4.6 (CentOS) PHP/7.2.34 configured -- resuming normal operations
[Sun May 07 15:10:20.132856 2023] [core:notice] [pid 906] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun May 07 15:10:44.729483 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:45.544653 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:45.713742 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:45.849563 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:45.989968 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:46.126342 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:46.268946 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:46.386639 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:46.497643 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:46.728653 2023] [core:crit] [pid 1157] (13)Permission denied: [client 192.168.169.1:55356] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable
[Sun May 07 15:10:50.324284 2023] [core:crit] [pid 1158] (13)Permission denied: [client 192.168.169.1:55358] AH00529: /var/www/html/orangescrum-2.0.11/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/var/www/html/orangescrum-2.0.11/' is executable

I did this as I'm on centos 7 virtual machine and apache as per this answer. https://stackoverflow.com/a/27154944/21624798

Code: Select all

sudo restorecon -r /var/www/html`
Now, I'm getting new error
Cannot open file: /var/www/html/orangescrum-2.0.11/app/webroot/error.check
There was no file named error.check at that location. I created that file, but now I was getting another error.
This page isn’t working192.168.169.137 is currently unable to handle this request.
HTTP ERROR 500
Then I deleted error.check file. Back to same error previously.


According to another answer on stackoverflow, I added "Require all granted" to my orangescrum.conf file, but same error came popping up

https://stackoverflow.com/a/24873242/21624798

This is my current error_log file.

Code: Select all

[Sun May 07 15:32:31.313395 2023] [mpm_prefork:notice] [pid 1938] AH00170: caught SIGWINCH, shutting down gracefully
[Sun May 07 15:32:32.398188 2023] [core:notice] [pid 2106] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sun May 07 15:32:32.399467 2023] [suexec:notice] [pid 2106] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
[Sun May 07 15:32:32.425905 2023] [lbmethod_heartbeat:notice] [pid 2106] AH02282: No slotmem from mod_heartmonitor
[Sun May 07 15:32:32.476978 2023] [mpm_prefork:notice] [pid 2106] AH00163: Apache/2.4.6 (CentOS) PHP/7.2.34 configured -- resuming normal operations
[Sun May 07 15:32:32.477022 2023] [core:notice] [pid 2106] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun May 07 15:32:40.140378 2023] [php7:warn] [pid 2111] [client 192.168.169.1:55714] PHP Warning:  _cake_core_ cache was unable to write 'cake_dev_en-gb' to File cache in /var/www/html/orangescrum-2.0.11/lib/Cake/Cache/Cache.php on line 327
[Sun May 07 15:32:40.140417 2023] [php7:warn] [pid 2111] [client 192.168.169.1:55714] PHP Warning:  /var/www/html/orangescrum-2.0.11/app/tmp/cache/persistent/ is not writable in /var/www/html/orangescrum-2.0.11/lib/Cake/Cache/Engine/FileEngine.php on line 385
[Sun May 07 15:32:40.140475 2023] [php7:error] [pid 2111] [client 192.168.169.1:55714] PHP Fatal error:  Uncaught CacheException: Cache engine "_cake_core_" is not properly configured. Ensure required extensions are installed, and credentials/permissions are correct in /var/www/html/orangescrum-2.0.11/lib/Cake/Cache/Cache.php:186\nStack trace:\n#0 /var/www/html/orangescrum-2.0.11/lib/Cake/Cache/Cache.php(151): Cache::_buildEngine('_cake_core_')\n#1 /var/www/html/orangescrum-2.0.11/app/Config/core.php(285): Cache::config('_cake_core_', Array)\n#2 /var/www/html/orangescrum-2.0.11/lib/Cake/Core/Configure.php(72): include('/var/www/html/o...')\n#3 /var/www/html/orangescrum-2.0.11/lib/Cake/bootstrap.php(432): Configure::bootstrap(true)\n#4 /var/www/html/orangescrum-2.0.11/app/webroot/index.php(164): include('/var/www/html/o...')\n#5 {main}\n  thrown in /var/www/html/orangescrum-2.0.11/lib/Cake/Cache/Cache.php on line 186
[Sun May 07 15:32:40.140598 2023] [php7:warn] [pid 2111] [client 192.168.169.1:55714] PHP Warning:  fopen(/var/www/html/orangescrum-2.0.11/app/webroot/error.check): failed to open stream: Permission denied in /var/www/html/orangescrum-2.0.11/app/webroot/index.php on line 32
I've disabled selinux and firewall both.


I'm following this tutorial to install orangescrum in my centos 7 vm.

https://hostpresto.com/tutorials/how-to ... -centos-7/

Post Reply