We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1564
    • 31 Posts
    I am having a problem described in this topic
    http://modxcms.com/forums/index.php/topic,31956.msg260248.html#msg260248

    but on my fresh 1.0.2 version. I didnt want to open a new topic here at first and did some postings in the topic linked above but I have not received any feedback. If ayone knows how to solve this issue I will be mightily happy.

    Platform details:
    MODx version
    Version codename rev 6066
    Database Version 5.0.77
    Database Charset utf8
    Database Collation Charset utf8_unicode_ci
      MODx is way ahead... Thanks for your work!
      • 1564
      • 31 Posts
      This looks to be a sad story grin
        MODx is way ahead... Thanks for your work!
        • 8609
        • 607 Posts
        It is looking sad, isn’t it? grin That’s a weird problem, I know the OP on the other thread found a solution, does that work for you?

        Also, have you tried to reupload and reinstall? Could be a corrupt upload? Have you tried another browser? I’m just throwing ideas out there, really don’t know what could be wrong since I can’t replicate it on any of the servers where I host MODx sites.

        The last option I would suggest would be to install an older version of MODx and see if you can do the configurations fine, then upgrade it to 1.0.2
          • 1564
          • 31 Posts
          Yup just tried it out and this thing works out:
          http://modxcms.com/forums/index.php/topic,43205.msg260010.html#msg260010

          My MANAGER/index.php looks like this now:

          $incPath = str_replace("\\","/",dirname(__FILE__)."/includes/"); // Mod by Raymond
          //if(version_compare(phpversion(), "4.3.0")>=0) {
          //    set_include_path(get_include_path() . PATH_SEPARATOR . $incPath);
          //} else {
              ini_set("include_path", $incPath); // include path the old way (note we don't have PATH_SEPARATOR before 4.3.0, so we're not appending to the existing include path.. it's an edge case at this point)
          //}
          
          
            MODx is way ahead... Thanks for your work!