• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. timmermac
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    timmermac

    @timmermac

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    timmermac Unfollow Follow

    Latest posts made by timmermac

    • RE: Debian Trixie Dependancy Errors

      @hammerc807

      This is what I had to do, was in the same boat.

      Go to /opt/fog/.fogsettings

      Remove the sysv-rc-conf entry from the packages line from there. (Reference: https://github.com/FOGProject/fogproject/issues/797)

      Lower down in the same file, set “php_ver=‘8.2’” to “php_ver=‘8.4’”

      Exit and save.

      Then I had to remove symlinks in Apache that were using the old php modules:

      sudo unlink /etc/apache2/mods-enabled/php8.2.conf
      sudo unlink /etc/apache2/mods-enabled/php8.2.load

      Then add the new links:

      sudo ln -s /etc/apache2/mods-available/php8.4.conf /etc/apache2/mods-enabled/php8.4.conf
      sudo ln -s /etc/apache2/mods-available/php8.4.load /etc/apache2/mods-enabled/php8.4.load

      posted in Linux Problems
      T
      timmermac