We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Try commenting out those zlib compression lines. They cause problems with a lot of server configurations.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 22221
      • 283 Posts
      I’ve comment all ligne but the "php_flag register_globals 0" the of the file and I’ve still the same error message.

      Is there a specific syntac ?
        • 6726
        • 7,075 Posts
        If I understand what you mean, you commented out :

        # php_flag zlib.output_compression On
        # php_value zlib.output_compression_level 5


        but not

        php_flag register_globals 0
        ?

        Then it’s something else causing your problem...
          .: COO - Commerce Guys - Community Driven Innovation :.


          MODx est l'outil id
          • 7923
          • 4,213 Posts
          My host doesn’t allow me to do any php_ settings in .htaccess, so what ever I put, I get "500 Internal Server Error".


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 21255
            • 215 Posts
            If .htaccess doesn’t work for you, you could try this.
              • 4273
              • 356 Posts
              what does this mean

              chmod succeeded on: ./assets/cache/siteCache.idx.php

              is this a good thing or bad grin
                SMF Bookmark Mod - check it out
                http://mods.simplemachines.org/index.php?mod=350
                • 21255
                • 215 Posts
                That’s good wink
                  • 17802
                  • 190 Posts
                  Right. Something is wrong I guess... shocked
                  It says:
                  Sessions are stored in: /tmp
                  WARNING: PHP is running as user ’wwwrun’ while your username seems to be ’x’!


                  The sessions thing, is that bad?
                  And php not running under my username, how dangerous is that really? Is it likely to cause any trouble?
                  I’m already considering a move to another host, perhaps this’ll be the final straw...
                  PS: and thanks!! of course smiley
                    Thanks for MODx - I love it!
                    • 21255
                    • 215 Posts
                    (In most cases) that means any other hosting-account on that machine may read/write your session files and your cache/assets-folders. In such an environment, your config.inc.php is world-readable, so your mysql-username and password could be read out by other users.

                    (Hope your username isn’t really ’x’ wink ?...)
                      • 17802
                      • 190 Posts
                      Quote from: netnoise at Jun 26, 2006, 09:11 PM

                      (Hope your username isn’t really ’x’ wink ?...)
                      Thanks for your help! And no, that’s not my username grin

                      So... suppose I’m looking for another hosting provider, what exactly should I ask them? --> ’Can I run php under my own username’? Do you think they’ll understand what that means? (because I don’t, really...)
                        Thanks for MODx - I love it!