We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7966
    • 90 Posts
    When I click the any resource in Modx Manager, I get a complete blank page. Also, clicking on a chunk ends with a blank one. But snippets, template and TVs all work.

    I noticed today that some components were not under the core/components from the previous installation. I had some problems during upgrade, so probably I deleted them.

    So, I uninstalled the packages, and reinstalled them.

    I couldn’t uninstall the "If" package. It gave the "Error uninstalling package with signature: [[+signature]]", so I manually added its package directory to core/component directory in hope of solving the problem. But it didn’t help. I still get the same error when I try to uninstall.

    Everything works except the resources and chunks. They just get a blank page.

    Things that I tried.

    NO error in error log.

    I cleared the cache both from menu and from the server manually.

    I uninstalled the packages again in case they caused the problem

    I upgraded the MODX again.

    Nothing helped.

    I will appriciate for any ideas, guideline what I can do next.

    Thank you



      • 7966
      • 90 Posts
      I found the line where error occured.

      File: /modx/manager/controllers/default/element/chunk/create.php

      Error line:

       $onRTEInit = $modx->invokeEvent('OnRichTextEditorInit',array(
              'editor' => $which_editor,
              'elements' => array('post'),
          ));


      Although I reinstalled the tinyMCE, it didn’t help. I removed the tinyMCE completely, and installed it again. Problem solved.

      I wonder if it is normal not to get any error messages in log, when this kind of error occurs.