Deuce1912

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Deuce1912

  1. Hello, I've got two instances of the phpbb docker containers running and both seem to have the same issue. I get a 500 error when trying to load the websites. Any ideas on what's going on would be helpful. This is the information from, the error log: text error warn system array login phpbb 10:51:44.68 phpbb 10:51:44.68 Welcome to the Bitnami phpbb container phpbb 10:51:44.68 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-phpbb phpbb 10:51:44.68 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-phpbb/issues phpbb 10:51:44.68 phpbb 10:51:44.69 INFO ==> ** Starting phpBB setup ** realpath: /bitnami/apache/conf: No such file or directory phpbb 10:51:44.71 INFO ==> Configuring Apache ServerTokens directive phpbb 10:51:44.72 INFO ==> Configuring PHP options phpbb 10:51:44.72 INFO ==> Setting PHP expose_php option phpbb 10:51:44.73 INFO ==> Setting PHP memory_limit option phpbb 10:51:44.74 INFO ==> Validating settings in MYSQL_CLIENT_* env vars phpbb 10:51:44.80 INFO ==> Restoring persisted phpBB installation phpbb 10:51:44.90 INFO ==> Upgrading database schema phpbb 10:51:45.28 INFO ==> Removing installation files phpbb 10:51:45.28 INFO ==> ** phpBB setup finished! ** phpbb 10:51:45.29 INFO ==> ** Starting Apache ** [Sun Jul 03 10:51:45.359919 2022] [ssl:warn] [pid 1] AH01909: www.example.com:8443:0 server certificate does NOT include an ID which matches the server name [Sun Jul 03 10:51:45.360151 2022] [ssl:warn] [pid 1] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sun Jul 03 10:51:45.382371 2022] [ssl:warn] [pid 1] AH01909: www.example.com:8443:0 server certificate does NOT include an ID which matches the server name [Sun Jul 03 10:51:45.382614 2022] [ssl:warn] [pid 1] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sun Jul 03 10:51:45.392341 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.54 (Unix) OpenSSL/1.1.1n configured -- resuming normal operations [Sun Jul 03 10:51:45.392359 2022] [core:notice] [pid 1] AH00094: Command line: '/opt/bitnami/apache/bin/httpd -f /opt/bitnami/apache/conf/httpd.conf -D FOREGROUND' [Sun Jul 03 10:51:49.228038 2022] [php:error] [pid 169] [client removed] PHP Fatal error: Uncaught Twig\\Error\\LoaderError: Unable to find template "cron.html" (looked into: /bitnami/phpbb/styles/prosilver/template, /bitnami/phpbb/styles/prosilver/theme, /bitnami/phpbb/styles/all/template). in /opt/bitnami/phpbb/vendor/twig/twig/src/Loader/FilesystemLoader.php:250\nStack trace:\n#0 /opt/bitnami/phpbb/phpbb/template/twig/loader.php(135): Twig\\Loader\\FilesystemLoader->findTemplate()\n#1 /opt/bitnami/phpbb/vendor/twig/twig/src/Loader/FilesystemLoader.php(150): phpbb\\template\\twig\\loader->findTemplate()\n#2 /opt/bitnami/phpbb/vendor/twig/twig/src/Environment.php(299): Twig\\Loader\\FilesystemLoader->getCacheKey()\n#3 /opt/bitnami/phpbb/vendor/twig/twig/src/Environment.php(381): Twig\\Environment->getTemplateClass()\n#4 /opt/bitnami/phpbb/phpbb/template/twig/environment.php(277): Twig\\Environment->loadTemplate()\n#5 /opt/bitnami/phpbb/vendor/twig/twig/src/Environment.php(359): phpbb\\template\\twig\\environment->loadTemplate()\n#6 /opt/bitnami/phpbb/vendor/twig/twig/src/Environment.php(318): Twig\\Environment->load()\n#7 /opt/bitnami/phpbb/phpbb/template/twig/environment.php(224): Twig\\Environment->render()\n#8 /opt/bitnami/phpbb/phpbb/template/twig/environment.php(186): phpbb\\template\\twig\\environment->display_with_assets()\n#9 /opt/bitnami/phpbb/phpbb/template/twig/twig.php(335): phpbb\\template\\twig\\environment->render()\n#10 /opt/bitnami/phpbb/phpbb/cron/task/wrapper.php(129): phpbb\\template\\twig\\twig->assign_display()\n#11 /opt/bitnami/phpbb/phpbb/controller/helper.php(366): phpbb\\cron\\task\\wrapper->get_html_tag()\n#12 /opt/bitnami/phpbb/phpbb/controller/helper.php(315): phpbb\\controller\\helper->set_cron_task()\n#13 /opt/bitnami/phpbb/includes/functions.php(4276): phpbb\\controller\\helper->display_footer()\n#14 /opt/bitnami/phpbb/index.php(253): page_footer()\n#15 {main}\n thrown in /opt/bitnami/phpbb/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 250, referer: removed [OK] The database update was successful. removed - - [03/Jul/2022:10:51:48 -0700] "GET / HTTP/1.1" 500 -
  2. Very good, I'll look into the USB Manager plugin. I just remember reading about unraid and seeing videos that indicated you need different types of hardware. That must have been for older versions. Thank you very much.
  3. Hello, I've searched the forums, but I was unable to find what I was searching for. If I have two mice of the same make/model, can I passthrough one mouse to a VM and the other mouse to another VM? I guess I have the same question about video cards. Two I need two different video cards or will two of the same make/model work? Thanks in advance for the help, Deuce1912
  4. Disregard, I figured it out. I set the server filename as "fabric-server-launch" and it seems to have started up fine.
  5. Hello, I've searched the topic and haven't found an answer. (Maybe my search foo is off?) Is there a way to run the BasicMinecraftServer with the fabric mod? I've tried adding the addition startup command "java -jar fabric-server-launch.jar" into the extra game parameters and the JVM parameters individually to see if it starts up as fabric, but it did not work. The WebUI says there was no screen for the server. Any ideas? Thanks, Deuce1912
  6. Hello, I've searched the topic and haven't found an answer. (Maybe my search foo is off?) Is there a way to run the BasicMinecraftServer with the fabric mod? I've tried adding the addition startup command "java -jar fabric-server-launch.jar" into the extra game parameters and the JVM parameters individually to see if it starts up as fabric, but it did not work. The WebUI says there was no screen for the server. Any ideas? Thanks, Deuce1912