We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15362
    • 22 Posts
    No luck sad

    I have resource with 2000 articles and when i click MANAGE ARTICLES i get
    No data to display
      • 3749
      • 24,544 Posts
      You've probably tried some of these, but:

      1. Turn off the compress_js and compress_css System Settings.
      2. Log out.
      3. In PhpMyAdmin (via cPanel), repair all tables in the DB
      4. Delete all files in the core/cache directory.
      5. Clear your browser cache and cookies.
      6. Run Setup in upgrade mode.
        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
        • 49783
        • 7 Posts
        i have the same issue.

        i get this errors in my console.



        Any clue?

        Thanks in advanced
          • 473
          • 70 Posts
          Quote from: nikosc at Jun 15, 2015, 12:44 PM
          i have the same issue.

          i get this errors in my console.



          Any clue?

          Thanks in advanced

          I had the same problem and solved by installing the PHP module mbstring
            • 44920
            • 48 Posts
            Hi

            I have the same or similar issue.
            For years the site ran fine showing articles in front-end as well as in Manager.

            Then suddenly they disappeared from Manager (probably after server migration)
            When I go to 'manage articles' the articles listing is empty and in web developer console (Chrome) I get

            Uncaught SyntaxError: Unexpected token }
              Ext.util.JSON.doDecode @ ext-all.js:7
              (anonymous function) @ ext-all.js:7
              Ext.extend.onStoreException @ index.php?f=/manager/assets/modext/core/modx.localization.js,/manager/assets/modext/util/utilities.…:180h.Event.fire @ ext-all.js:7
              h.Observable.fireEvent @ ext-all.js:7
              (anonymous function) @ ext-all.js:7
              h.Event.fire @ ext-all.js:7
              h.Observable.fireEvent @ ext-all.js:7
              Ext.extend.onRead @ ext-all.js:7
              (anonymous function) @ ext-all.js:7
              Ext.extend.handleResponse @ ext-all.js:7
              f @ ext-base.js:7m @ ext-base.js:7
              (anonymous function) @ ext-base.js:7
            


            and this is the response sent
            ({"total":"655","results":})
            


            Funny thing is that if I change filter to show 'Unpublished' articles they are shown fine in Manager. The same applies to 'Deleted'.

            I am also able to add new articles however they are shown in front-end only.

            Another funny thing is that I have almost identical installation (few articles are not there) of the site on the same server just different vhost. It is for testing and development. On this installation are articles in Manager displayed just fine.

            Do you have any experiesnce with such issue or maybe some workaround?
            TIA [ed. note: krajicek last edited this post 7 years, 9 months ago.]
              MODX Revolution 2.2.8-pl (advanced)

              Extras:
              archivist 1.2.4 | Articles 1.7.1 | Babel 2.2.5 | getpage 1.2.3 | getresources 1.6.0 | quip 2.3.3 | SimpleSearch 1.6.1 | taglister 1.1.7 | TinyMCE 4.3.3 | Wayfinder 2.3.3

              PHP Version 5.6.20-0
              MySQL Version 5.5.31
              • 15362
              • 22 Posts
              Enable mbstring on your new server and will be fine!!

                • 44920
                • 48 Posts
                Quote from: kar4fl3x at Jun 23, 2016, 12:23 PM
                Enable mbstring on your new server and will be fine!!


                Thank you but I have mbstring enabled since installation
                  MODX Revolution 2.2.8-pl (advanced)

                  Extras:
                  archivist 1.2.4 | Articles 1.7.1 | Babel 2.2.5 | getpage 1.2.3 | getresources 1.6.0 | quip 2.3.3 | SimpleSearch 1.6.1 | taglister 1.1.7 | TinyMCE 4.3.3 | Wayfinder 2.3.3

                  PHP Version 5.6.20-0
                  MySQL Version 5.5.31
                  • 44920
                  • 48 Posts
                  However I've found the source of issue - in one of the articles there was used '•' character (ASCII 8226; HEX: 2022).

                  Replaced it with '•' and that resolved the issue.

                  It just took some time to find the article in question. [ed. note: krajicek last edited this post 7 years, 9 months ago.]
                    MODX Revolution 2.2.8-pl (advanced)

                    Extras:
                    archivist 1.2.4 | Articles 1.7.1 | Babel 2.2.5 | getpage 1.2.3 | getresources 1.6.0 | quip 2.3.3 | SimpleSearch 1.6.1 | taglister 1.1.7 | TinyMCE 4.3.3 | Wayfinder 2.3.3

                    PHP Version 5.6.20-0
                    MySQL Version 5.5.31
                    • 51242
                    • 3 Posts
                    Have the same problem. Articles don't show up in grid (in manager) but I found out that if publishedon date is changed into antyhing but not current month - they show up. Any thoughts where the problem might be?

                    Articles list also appears when article is unpublished.

                    I'm using fresh new install Modx 2.5.1 adv, and Articles 1.7.11.
                      • 3749
                      • 24,544 Posts
                      The only thing I can think of is a mismatch between the date_timezone System Setting and the settings in php.ini and/or .htaccess. SiteCheck will test that for you, but you can also check yourself if you have access to php.ini.
                        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