We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Are you able to manage the mysql database with a tool such as phpmyadmin? http://www.phpmyadmin.net/ or this tool is quite good.

    http://dev.mysql.com/downloads/administrator/index.html

    Could you also PM me the details from phpinfo if you create a file called info.php with the following inside:

    <?php
    phpinfo();
    ?>

    Thanks

    Aaron.



      http://www.onesmarthost.co.uk
      UK MODX Hosting with love.
      • 531
      • 8 Posts
      Hello Aaron.

      Thanks for the recommendation. Downloading phpMyAdmin now.

      However, regarding the details of phpinfo(), I’m not sure if I could send you all the details. Pls. forgive me as I’m a total newbie on PHP. I might be sending out info that I shouldn’t. You know what I mean. wink I hope you understand. Perhaps, tell me the specific sections you want to look at so I could PM you the details?
      • Sure no problem if the site is hosted on a local machine security is always pretty tight as long as you don’t have a static IP, but if the site is hosted on a web hosting server showing PHP info is not very good smiley

        OK could you let me know the following sections:

        1. MYSQL
        2. dbx

        I think when I get time I will create a guide on how to install PHP with IIS and MYSQL in a Windows environment MODx needs more IIS supporters I think smiley and our Windows 2003 servers love MODx grin

        By the way what is your environment, i.e what version of windows are you running etc?

        Aaron
          http://www.onesmarthost.co.uk
          UK MODX Hosting with love.
          • 531
          • 8 Posts
          Quote from: awardle at May 02, 2007, 03:19 PM

          Sure no problem if the site is hosted on a local machine security is always pretty tight as long as you don’t have a static IP, but if the site is hosted on a web hosting server showing PHP info is not very good smiley
          I agree and that’s what I’m afraid of. I’m on static IP and just got infected by a worm. LOL!

          Quote from: awardle at May 02, 2007, 03:19 PM

          OK could you let me know the following sections:

          1. MYSQL
          2. dbx
          Sure! PM sent. No ’dbx’ section though. Included ’odbc’ as I thought it is synonymous with ’dbx’.

          Quote from: awardle at May 02, 2007, 03:19 PM

          I think when I get time I will create a guide on how to install PHP with IIS and MYSQL in a Windows environment MODx needs more IIS supporters I think smiley and our Windows 2003 servers love MODx grin
          That would be great, I’m sure! Good luck on your project!

          Quote from: awardle at May 02, 2007, 03:19 PM

          By the way what is your environment, i.e what version of windows are you running etc?

          • WinXP with SP2
          • IIS 5.1
          • PHP 5.2.1
          • MySQL 5.0.37
          • MODx 0.9.5
          • Cheers for the info your PHP info looks fine, how did you get on with phpmyadmin was you able to log in with phpmyadmin and see the MODx database?

            I’ve got a dvelopment Windows 2000 IIS PC here so will download what you have and give it a try to see if that gives us any ideas to your problems.

            Aaron
              http://www.onesmarthost.co.uk
              UK MODX Hosting with love.
            • Hi,

              You might want to check out these guides I have just uploaded which is the same as your setup.

              http://modxcms.com/forums/index.php/topic,14486.0.html

              Thanks
              Aaron
                http://www.onesmarthost.co.uk
                UK MODX Hosting with love.
                • 14438
                • 6 Posts
                I had the same problem, and I followed the instructions on this article:

                http://www.justinmeighan.com/mox-migration-iis-apache.htm

                And it fixed it. Basically it came down to pasting these two lines of code at the bottom of the - /manager/includes/config.inc.php - file.

                Session problem fix:
                ini_set("variables_order","EGPCS");
                ini_set("session.save_path","");

                // Joe