ZeroPhi

Members
  • Posts

    3
  • Joined

  • Last visited

ZeroPhi's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Appreciate the reply, I thought the same thing and before I ran out of time I had attempted disabling all of the Dynamix plugins... I now had additional time to continue troubleshooting and went through each plugin (the error made me think it was dynamix related), I found that it was the Disk Location plugin. Now to continue with my parity drive upgrade and see if the issue happens again.
  2. Was working on upgrading my parity drive and after removing and rebooting my smaller drive it started to have issues with no longer displaying the webgui. I found that manually enabling nginx and php-fpm allowed for the login to appear but then didnt move beyond the login, I also found a phplog being created that contained the error below. Performing a safe boot allows for it to work, searched forums for a bit but ran out of time to research so wanted to post something to see if anyone had any ideas and replied while I happened to be at work.tower-diagnostics-20240320-2340.zip [21-Mar-2024 01:03:37 America/Chicago] PHP Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /usr/local/emhttp/plugins/dynamix/template.php:54 Stack trace: #0 /usr/local/emhttp/plugins/dynamix/template.php(54): date('Ymd', '') #1 {main} thrown in /usr/local/emhttp/plugins/dynamix/template.php on line 54
  3. I am also new to using unraid and I've actually run into the same issue.. ran into your post while searching for information... so far I narrowed it down to being a combination of using the prebuilt CentOS option in unraid and using the bridge network "br0" when building the vm, once you activate the network in the installer, if you go in and out of the installation destination menu it crashes with that unknown error. (Instead of br0 I changed it to virbr0 in the vm settings and it worked fine, but I didn't start the install, I only attempted to reproduce that error.. this wouldn't work for me cause I wanted it to be visible to my main network) I am on unraid 6.6.7 and using the CentOS-7-x86_64-DVD-1810.iso My way around it was to build the vm using the Linux option instead of CentOS in unraid, from there it allowed me to install centos, hope this helps!