Categories

  • 13k Topics
    115k Posts
    E

    Resolved. I’m sharing FOG with as many people as I can. Love this project!

  • Get the latest news on what's happening.
    184 Topics
    825 Posts
    A

    @Tom-Elliott I really appreciate that you are putting effort into providing more frequent releases, which makes it easier for everyone to deploy new security fixes in time. Keep up the good work!

  • View tutorials or talk about FOG in general.
    2k Topics
    19k Posts
    Tom ElliottT

    @Paul-Freeman \r is usually an indicator.

    Like your script may have been opened/edited in Windows text editor/notepad, then saved and uploaded to /images/postdownloadscripts/fog.drivers

    Why does this matter?

    Windows likes to use “CRLF” line endings from the days of “Control Line Feeds” of automated typewriters.

    \r\n is the typical sequence that Windows uses for a new line, which sends the line back to the beginning then moves to the next line.

    *nix uses \n and tries to use \r as an actual key which is invalid in most scripts.

    I might recommend replacing all \r items within the script to \n or '' (empty space)?

  • Report bugs, request features, or get the latest progress.
    2k Topics
    21k Posts
    Tom ElliottT

    @Valer I think we need to understand what this plugin is doing.

    CSS isn’t something we’ve allowed to be injectable though it could be.

    You can still use your own CSS but that’s more at the FOG Configuration -> FOG Setting -> FOG_THEME, but you would need to put it on your server in a location you type the path too here.

    https://docs.fogproject.org/en/latest/development/plugin-development

    This is a good toolkit for understanding how to build your own plugin.

63

Online

12.7k

Users

17.6k

Topics

156.9k

Posts