We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21739
    • 49 Posts
    I'm getting the following when trying to view version details:

    Notice: Use of undefined constant ENT_SUBSTITUTE - assumed 'ENT_SUBSTITUTE' in X:\*\www\core\components\versionx\model\versionx.class.php on line 769


    Modx 2.2.8
    VersionX 2.1.0
    Running on IIS 7.5, PHP 5.3.23

      • 18373 ☆ A M B ☆
      • 3,141 Posts
      Wim,

      It looks like the ENT_SUBSTITUTE flag is only available in PHP 5.4 and up. I hadn't noticed that requirement when I added it... my bad lipsrsealed

      Can you just disable error reporting for now, or does it cause issues other than the notice appearing at the top of the screen? I opened an issue on github (https://github.com/Mark-H/VersionX2/issues/58) to fix it for the next minor version.
        Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

        Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
        • 21739
        • 49 Posts
        Hi Mark, thanks for the quick response.

        Without turning error reporting off, the entire manager breaks (blank screen with notice).
        With error reporting off, it does however seem to function normally. Thnx for the tip.