You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Debian 12, PHP8.2, Apache2
Did all instructions from: https://fatg3erman.github.io/RompR/Installation-on-Linux-Alternative-Method.html
Getting this error (/var/log/apache2/error.log)
[Mon Oct 30 00:30:35.785374 2023] [php:warn] [pid 17771] [client 192.168.1.22:55731] PHP Warning: fopen(prefs/prefs.lock): Failed to open stream: No such file or directory in /var/www/html/rompr/includes/prefs.class.php on line 351
[Mon Oct 30 00:30:35.785709 2023] [php:error] [pid 17771] [client 192.168.1.22:55731] PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /var/www/html/rompr/includes/prefs.class.php:352\nStack trace:\n#0 /var/www/html/rompr/includes/prefs.class.php(352): fclose()\n#1 /var/www/html/rompr/includes/prefs.class.php(409): prefs::lock_prefs()\n#2 /var/www/html/rompr/includes/prefs.class.php(440): prefs::save_prefs_file()\n#3 /var/www/html/rompr/includes/prefs.class.php(658): prefs::save()\n#4 /var/www/html/rompr/includes/vars.php(65): prefs::early_prefs_update()\n#5 /var/www/html/rompr/index.php(9): require_once('...')\n#6 {main}\n thrown in /var/www/html/rompr/includes/prefs.class.php on line 352
The text was updated successfully, but these errors were encountered:
I am on Debian 12, PHP8.2, Apache2
Did all instructions from:
https://fatg3erman.github.io/RompR/Installation-on-Linux-Alternative-Method.html
Getting this error (/var/log/apache2/error.log)
[Mon Oct 30 00:30:35.785374 2023] [php:warn] [pid 17771] [client 192.168.1.22:55731] PHP Warning: fopen(prefs/prefs.lock): Failed to open stream: No such file or directory in /var/www/html/rompr/includes/prefs.class.php on line 351
[Mon Oct 30 00:30:35.785709 2023] [php:error] [pid 17771] [client 192.168.1.22:55731] PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /var/www/html/rompr/includes/prefs.class.php:352\nStack trace:\n#0 /var/www/html/rompr/includes/prefs.class.php(352): fclose()\n#1 /var/www/html/rompr/includes/prefs.class.php(409): prefs::lock_prefs()\n#2 /var/www/html/rompr/includes/prefs.class.php(440): prefs::save_prefs_file()\n#3 /var/www/html/rompr/includes/prefs.class.php(658): prefs::save()\n#4 /var/www/html/rompr/includes/vars.php(65): prefs::early_prefs_update()\n#5 /var/www/html/rompr/index.php(9): require_once('...')\n#6 {main}\n thrown in /var/www/html/rompr/includes/prefs.class.php on line 352
The text was updated successfully, but these errors were encountered: