We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8489
    • 90 Posts
    I have placed the cache files again to look for the errors this is what comes up:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 523800 bytes) in /domains/website.eu/DEFAULT/core/xpdo/xpdo.class.php on line 2045
      • 32699 ☆ A M B ☆
      • 427 Posts
      Sounds like PHP got updated or simply has a misconfiguration...

      Try editing the appropriate php.ini and change

      magic_quotes_gpc = Off
        Get your copy of MODX Revolution Building the Web Your Way http://www.sanitypress.com/books/modx-revolution-building-the-web-your-way.html

        Check out my MODX || xPDO resources here: http://www.shawnwilkerson.com
        • 8489
        • 90 Posts
        I tried with
        php_value magic_quotes_gpc off
        in htaccess but no luck must wait until host hast changed the ini
          • 8489
          • 90 Posts
          I also did put a backup from the host it self but it changed nothing still blank pages, I really do not know what to do now
            • 32699 ☆ A M B ☆
            • 427 Posts
            You deleted the entire core/cache folder contents correct?

            Not all hosts allow localized .htaccess files, and some limit what is allowed in those files.

            Try creating a simple php file on the server:

            info.php
            <?php phpinfo();


            Point a browser to it and see if it loads. I have seen some host companies update apache and php and forget to make sure php is still being loaded in the apache restart.
              Get your copy of MODX Revolution Building the Web Your Way http://www.sanitypress.com/books/modx-revolution-building-the-web-your-way.html

              Check out my MODX || xPDO resources here: http://www.shawnwilkerson.com
              • 18373 ☆ A M B ☆
              • 3,141 Posts
              Does look like your host is messing around to me..
                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.
                • 8489
                • 90 Posts
                The host have switched php version to see if that was the issue.

                The host placed a backup from them self and now it works again no more blank pages.
                  • 8489
                  • 90 Posts
                  I want to delete some extras and got the following errors

                  Could not transfer package getresourcefield-1.0-beta1.transport.zip to /domains/website.eu/DEFAULT/core/packages/.
                  Could not transfer package getresourcefield-1.0-beta1.transport.zip to /domains/website.eu/DEFAULT/core/packages/.
                  MODX could not download the file. You must enable allow_url_fopen, cURL or fsockopen to use remote transport packaging.
                  MODX could not download the file. You must enable allow_url_fopen, cURL or fsockopen to use remote transport packaging.
                  modManagerLog: Attempt to set NOT NULL field item to NULL
                  Package successfully uninstalled with signature: getresourcefield-1.0-beta1
                  Package found. Preparing to uninstall.
                  Finding package with signature: getresourcefield-1.0-beta1
                  Could not open file for reading: getresourcefield-1.0-beta1.transport.zip?revolution_version=Revolution-2.1.0-rc4
                  Could not open file for reading: getresourcefield-1.0-beta1.transport.zip?revolution_version=Revolution-2.1.0-rc4
                    • 8489
                    • 90 Posts
                    From system info:

                    allow_url_fopen: ON
                    allow_url_include: Off
                      • 8489
                      • 90 Posts
                      The 2.1 rc-4 is working well, but found some errors in error log:

                      [2011-05-25 20:47:29] (ERROR @ /domains/website.eu/DEFAULT/core/model/modx/modscript.class.php : 116) PHP warning: include(/domains/website.eu/DEFAULT/core/cache/includes/elements/modplugin/7.include.cache.php) [<a href=’function.include’>function.include</a>]: failed to open stream: No such file or directory
                      [2011-05-25 20:47:29] (ERROR @ /domains/website.eu/DEFAULT/core/model/modx/modscript.class.php : 116) PHP warning: include() [<a href=’function.include’>function.include</a>]: Failed opening ’/domains/website.eu/DEFAULT/core/cache/includes/elements/modplugin/7.include.cache.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’)