We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8531
    • 12 Posts
    Hey there,
    I'm always getting this error after start upgrading with upgradeModx:
    Fatal error: Uncaught Error: Call to a member function parseProperties() on null in 
    /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php:524 
    Stack trace: 
    #0 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(1606): modElement->getProperties() 
    #1 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(538): modX->invokeEvent('OnMODXInit', Array) 
    #2 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(491): modX->initialize('mgr') 
    #3 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(149): modInstall->_modx(Array) 
    #4 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(306): modInstall->getConnection() 
    #5 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(42): modInstallTest->_checkDatabase() 
    #6 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(228): modInstallTest->run(1) 
    #7 /var/www/vhosts/domain.tld/httpsdocs/setu in /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php on line 524
    

    ...what can I do?

    BTW: posted this in Slack->Modx->general also wink
    • That's parser-related. If you (have) use(d) pdoTools, reinstalling it will normally fix that, or making sure the parser related settings are empty will restore that back to the default.
        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.
        • 54599
        • 1 Posts
        bk experience kroger feedback
        Quote from: effect-energy at Aug 28, 2018, 11:00 AM
        Hey there,
        I'm always getting this error after start upgrading with upgradeModx:
        Fatal error: Uncaught Error: Call to a member function parseProperties() on null in 
        /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php:524 
        Stack trace: 
        #0 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(1606): modElement->getProperties() 
        #1 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(538): modX->invokeEvent('OnMODXInit', Array) 
        #2 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(491): modX->initialize('mgr') 
        #3 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(149): modInstall->_modx(Array) 
        #4 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(306): modInstall->getConnection() 
        #5 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(42): modInstallTest->_checkDatabase() 
        #6 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(228): modInstallTest->run(1) 
        #7 /var/www/vhosts/domain.tld/httpsdocs/setu in /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php on line 524
        

        ...what can I do?

        BTW: posted this in Slack->Modx->general also wink

        Same exactly same issue, please help me. [ed. note: deborah963 last edited this post 5 years, 7 months ago.]
          • 54808
          • 1 Posts
          Hey there,
          I'm always getting this error after start upgrading with upgradeModx:
          Fatal error: Uncaught Error: Call to a member function parseProperties() on null in 
          /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php:524 
          Stack trace: 
          #0 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(1606): modElement->getProperties() 
          #1 /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modx.class.php(538): modX->invokeEvent('OnMODXInit', Array) 
          #2 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(491): modX->initialize('mgr') 
          #3 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(149): modInstall->_modx(Array) 
          #4 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(306): modInstall->getConnection() 
          #5 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/test/modinstalltest.class.php(42): modInstallTest->_checkDatabase() 
          #6 /var/www/vhosts/domain.tld/httpsdocs/setup/includes/modinstall.class.php(228): modInstallTest->run(1) 
          #7 /var/www/vhosts/domain.tld/httpsdocs/setu in /var/www/vhosts/domain.tld/httpsdocs/core/model/modx/modelement.class.php on line 524
          

          ...what can I do?

          BTW: posted this in Slack->Modx->general also wink
            • 3749
            • 24,544 Posts
            See Mark Hamstra's answer above.
              Did I help you? Buy me a beer
              Get my Book: MODX:The Official Guide
              MODX info for everyone: http://bobsguides.com/modx.html
              My MODX Extras
              Bob's Guides is now hosted at A2 MODX Hosting
              • 54852
              • 1 Posts
              Quote from: markh at Aug 28, 2018, 08:28 PM
              That's parser-related. If you (have) use(d) pdoTools, reinstalling it will normally fix that, or making sure the parser related settings are empty will restore that back to the default.

              Agree with you mate. Reinstalling pDOtolls will fix this maybe.
                • 54871
                • 1 Posts
                Quote from: josh11 at Jan 18, 2019, 11:06 AM
                Quote from: markh at Aug 28, 2018, 08:28 PM
                That's parser-related. If you (have) use(d) pdoTools, reinstalling it will normally fix that, or making sure the parser related settings are empty will restore that back to the default.

                Agree with you mate. Reinstalling pDOtolls will fix this maybe.

                Even Reinstalling pDOtolls didn't work mate.
                  • 3749
                  • 24,544 Posts
                  Do you have the FastField extra installed? If so, removing it may help. TinyMCE can also cause trouble.

                  You can also try manually deleting all files in the core/cache directory.

                  What version of MODX are you running?
                    Did I help you? Buy me a beer
                    Get my Book: MODX:The Official Guide
                    MODX info for everyone: http://bobsguides.com/modx.html
                    My MODX Extras
                    Bob's Guides is now hosted at A2 MODX Hosting
                    • 54872
                    • 1 Posts
                    Hi,
                    You should go to the help section in the software site and ask for help from there it will help you.
                    You can check our blog www.talktowendys.ooo