Recent content by Jaxel

  1. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    I found the binaries here: https://github.com/google/closure-compiler/wiki/Binary-Downloads Downloaded the most recent version into src/addons, and added to config.php: $config['development']['closureCompilerPath'] = '/home/private_dev/src/addons/closure-compiler-v20200719.jar'; Unfortunately...
  2. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    The link you provided doesn't work unfortunately.
  3. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    So building addons can't compile minified JS automatically anymore? Will a replacement for the compiler be coming?
  4. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    $ php cmd.php xf-addon:build-release EWR/Discord Performing add-on export. Exporting data for [8WR] Discord Integration to /src/addons/EWR/Discord/_data. 27/27 [============================] 100% Written successfully. Attempting to validate addon.json file... JSON file validates successfully...
  5. Jaxel

    XF2 [8WR] Discord Integration [Paid]

    Did you give the bot admin permissions during the bot creation? Admin permissions in the API is not the same as admin permissions on the discord server.
  6. Jaxel

    XF2 [8WR] Discord Integration [Paid]

    From the FAQ: https://xenforo.com/community/resources/xf2-8wr-discord-integration.6058/field?field=faq
  7. Jaxel

    XF2 [8WR] XenMedio 2 (Media) PRO [Paid]

    You are on HTTP trying to access HTTPS resources...
  8. Jaxel

    XF2 [8WR] XenMedio 2 (Media) PRO [Paid]

    When earlier versions of XF upgraded to utf8mb4 to support emojis their upgrade script converted tables to utf8mb4, but failed to upgrade tables for addons. This was fixed in later versions of XF, but if you upgraded during those earlier days, tables for your addons will not have been updated to...
  9. Jaxel

    XF2 [8WR] XenMedio 2 (Media) PRO [Paid]

    Is your database utf8mb4?
  10. Jaxel

    XF2 [8WR] XenRio 2 (Streams) PRO [Paid]

    If you type the name of the game into the spelling box, it will search for the ID automatically. It's already in.
  11. Jaxel

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    What does your browser inspector say about the images?
  12. Jaxel

    Fixed Object of class Less_Tree_Dimension could not be converted to int

    I don't use ANY addons, except the addons I wrote myself. I've disabled all addons, and it still happens. It's particular to a specific skin.
  13. Jaxel

    Fixed Object of class Less_Tree_Dimension could not be converted to int

    Update.. it's only on every page if you have debug mode enabled: $config['debug'] = true; $config['development']['enabled'] = true;
  14. Jaxel

    XF 2.3 Skin issues with 2.3.5

    Since upgrading to 2.3.5, I am getting this error on one of my skins: XF\CssRenderException: Error rendering template public:app.less: error evaluating function clamp [E_NOTICE] Object of class Less_Tree_Dimension could not be converted to int index: 22194 in public:app.less (on or near line 1)...
Back
Top Bottom