We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3423
    • 8 Posts
    Quote from: splittingred at Oct 01, 2009, 04:31 AM

    Can you tell me what rows are in your tables:

    - modx_access_context
    - modx_member_groups



    Sure thing.

    -- Dumping data for table `modx_access_context`
    
    INSERT INTO `modx_access_context` (`id`, `target`, `principal_class`, `principal`, `authority`, `policy`) VALUES
    (1, 'mgr', 'modUserGroup', 1, 0, 2),
    (2, 'web', 'modUserGroup', 1, 0, 2);
    


    -- Dumping data for table `modx_member_groups`
    
    INSERT INTO `modx_member_groups` (`id`, `user_group`, `member`, `role`) VALUES
    (1, 1, 1, 2);
    
      • 28215
      • 4,149 Posts
      Ok, let’s get further:

      - Server OS
      - Server Version
      - PHP Version
      - MySQL Version
      - your Browser type and version
      - any other environment data we should know.
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 3423
        • 8 Posts
        Quote from: splittingred at Oct 01, 2009, 09:46 PM

        Ok, let’s get further:

        - Server OS
        - Server Version
        - PHP Version
        - MySQL Version
        - your Browser type and version
        - any other environment data we should know.

        Server: Apache 2.2.11 (Unix)
        PHP: 5.2.9
        MySQL: 5.0.81-community
        Browser: Mozilla Firefox Shiretoko Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090923 Ubuntu/9.04 (jaunty) Shiretoko/3.5.4pre GTB6
        Note that I also tested it with IE on Windows and Midori on linux with the same results.

        Also it might be good to know that I did try testing file permissions by giving full 777 access to all files/folders before the install and that made no difference.
        • The only other time I’ve seen this is when FTP transfer to the server failed. Have you tried this on a local development machine with the same results or can you extract the package directly on the host server?