We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16732
    • 592 Posts
    Hi,
    I had the same "privileges error" as Zi and TobyL and disabled the whole permission as mentioned.

    WAMP5
    Apache/2.0.59 (Win32)
    PHP 5.2.0 with PDO, pdo_mysql extensions


    Now I try to make somes tests and to see some output in front but I have this error (in front):

    [2007-09-14 14:07:54] (FATAL/097/index.php) The requested resource has no valid content type specified.
    RESOURCE: Array
    (
        [id] => 1
        [type] => document
        [contentType] => text/html
        [pagetitle] => Ma première page sous 097
        [longtitle] => 
        [description] => 
        [alias] => 
        [link_attributes] => 
        [published] => 1
        [pub_date] => 0
        [unpub_date] => 0
        [parent] => 0
        [isfolder] => 
        [introtext] => 
        [content] => ereerer
        [richtext] => 
        [template] => 1
        [menuindex] => 0
        [searchable] => 
        [cacheable] => 
        [createdby] => 1
        [createdon] => 1189771477
        [editedby] => 1
        [editedon] => 1189771664
        [deleted] => 
        [deletedon] => 0
        [deletedby] => 0
        [publishedon] => 1189771664
        [publishedby] => 1
        [menutitle] => 
        [donthit] => 
        [haskeywords] => 
        [hasmetatags] => 
        [privateweb] => 
        [privatemgr] => 
        [content_dispo] => 0
        [hidemenu] => 1
        [class_key] => modDocument
        [context_key] => web
        [content_type] => 0
    )


    In this array we have : [contentType] => text/html .... but in the manager, in "Page setting" tab I have nothing in Content Type.
      • 28215
      • 4,149 Posts
      Quote from: TobyL at Sep 14, 2007, 03:32 AM

      Next issue I came across is while creating user groups and document groups. This doesn’t behave as it should for me. To whichever group you add an item first, this group will then become the recipient of any further additions! For example I first successfully created a user group but when I then try to create a document group It is added to the user groups instead. This also works the other way around (after reloading the whole page).

      Seems to have been a bug with Ext.extend...each of the trees extends modTree.class.js, which defines three class vars (forms,dialogs,stores)...but apaprently those vars were being shared by all the created instances of the extended classes (modDocTree, etc).

      Not good. So I’ve changed the references and pushed them to the subclasses. That seems to have fixed the problem. Good catch. It’s committed in the latest SVN (2913).


      And ehm,.. is it perhaps time to have a dedicated 097 sub-forum? smiley
      I think so.
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 28215
        • 4,149 Posts
        P.S., If you guys do have bugs, please report them into Trac. It helps us all keep track of what to fix, how to fix it and what the actual status of 0.9.7 is.

        You can also use Fisheye/Crucible to comment directly on code in commits you disagree with or think might be broken.

        Trac - http://svn.modxcms.com:8000/trac/tattoo/

        Fisheye/Crucible - http://svn.modxcms.com:8000/crucible/browse/MODx/
          shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
          • 28215
          • 4,149 Posts
          P.P.S. There are probably definitely a lot of bugs in 0.9.7 that need to be worked out. Don’t be surprised if you find one. And feel free to fix it if you know how (assign yourself to the task in Trac). Do ask questions if you don’t!
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
            • 22303 MODX Staff
            • 10,725 Posts
            Alright, permission problem solved, along with many others. I apparently broke the xPDOObject::getOne() method last week, and didn’t notice the issue because of my persistent session still including the proper permission records. If you checked out the project from svn, you can simply run an SVN update, and truncate the contents of your modx_session table. You should be able to login and have permission to everything at that point.
              • 33337
              • 3,975 Posts
              Zaigham (aka zi) Reply #16, 19 years ago
              wow.. i simply clicked on "SVN Update" in windows context menu (turtoiseSVN) and it updated in a second!

              And things seemed to work fine now... I’ll report if I find something else.

              Thanks.
                Zaigham R - MODX Professional | Skype | Email | Twitter

                Digging the interwebs for #MODX gems and bringing it to you. modx.link
                • 33337
                • 3,975 Posts
                Zaigham (aka zi) Reply #17, 19 years ago
                i have 2 docs in the tree, while saving 1st I get:

                Document ’2’ is already using the alias ’.html’. Please enter a unique alias.

                But I havent defined any aliases to both, but .html is defined in FURL configuration.

                P.S. @Shaun, I dont have user account at trac, if you can make one for me that’d be cool, and a little tip on how to post the bug in a better way.
                  Zaigham R - MODX Professional | Skype | Email | Twitter

                  Digging the interwebs for #MODX gems and bringing it to you. modx.link
                  • 28215
                  • 4,149 Posts
                  Quote from: zi at Sep 14, 2007, 01:45 PM

                  P.S. @Shaun, I dont have user account at trac, if you can make one for me that’d be cool, and a little tip on how to post the bug in a better way.

                  It should be the same user/pass for your SVN account. Try that - if not, post a reply here and we’ll figure it out.

                  Also, feel free to join us in IRC at #xPDO on freenode for quick, instant help. smiley
                    shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
                    • 33337
                    • 3,975 Posts
                    Zaigham (aka zi) Reply #19, 19 years ago
                    I dont have SVN acc. tongue

                    Though I’ll be there at #xpdo smiley
                      Zaigham R - MODX Professional | Skype | Email | Twitter

                      Digging the interwebs for #MODX gems and bringing it to you. modx.link
                      • 30223
                      • 1,010 Posts
                      Quote from: OpenGeek at Sep 14, 2007, 12:54 PM

                      ... If you checked out the project from svn, you can simply run an SVN update, and truncate the contents of your modx_session table. You should be able to login and have permission to everything at that point.

                      Sadly that didn’t work for me. Did SVN update and truncated the session table. I get the login screen but once I login I’m "redirected" to .../connectors/security/login.php and receive a blank page.