We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12410
    • 353 Posts
    Hi,
    I moved server and have found that when I try and edit SOME Migx TVs the contents go blank ie if i have a Migx TV with 4 cols eg title,image,richtext and title2 all populated with items and go to edit them (right click row) ...all the fields become blank. Not site wide just on 1 particular Migx TV. Any idea if its a caching issues or the fact 1 field is richtext. migx-2.0.0-beta1 - using PHP5.3.10 and Apache 2.2, mysql 5.0.92

    form tabs:
    [
    
    {"caption":"Title", "fields":[
    {"field":"title","caption":"Title"}
    ]},
    {"caption":"Box Text", "fields": [
    {"field":"boxtext","caption":"Box Text","inputTV":"boxtext"}
    
    ]},
    {"caption":"Image", "fields":[
    {"field":"image","caption":"Image","inputTV":"image"}
    ]},
    {"caption":"Link", "fields": [
    {"field":"url","caption":"Link"}
    
    ]}
    ]


    Grid cols:
    [
    {"header": "Title", "width": "160", "sortable": "true", "dataIndex": "title"},
    {"header": "Box Text", "width": "30", "sortable": "true", "dataIndex": "boxtext"},
    {"header": "Image", "width": "160", "sortable": "false", "dataIndex": "image","renderer": "this.renderImage"},
    {"header": "Link", "width": "30", "sortable": "true", "dataIndex": "url"}
    ]


    I love Migx by the way! Strange issue above.

    Appreciate any help! It's as tho I have only read access to just this particlar TV.THANKS!


    ...I have a nother Migx TV almost identical that edits with no problem...

    form
    [
    {"caption":"Title", "fields": [
        {"field":"title","caption":"Title"}   
    ]},
    
    {"caption":"Image", "fields":[
        {"field":"image","caption":"Image","inputTV":"image"}
    ]},
    
    {"caption":"Sub heading", "fields": [
        {"field":"subheading","caption":"Sub Heading"}      
    ]},
    
    {"caption":"Box Text", "fields": [
        {"field":"boxtext","caption":"Box Text","inputTV":"boxtext"}      
    ]},
    
    {"caption":"Link", "fields": [
        {"field":"url","caption":"Link"}      
    ]}
    
    
    ]



    grid:
    [
    {"header": "Title", "width": "30", "sortable": "true", "dataIndex": "title"},
    
    {"header": "Image", "width": "260", "sortable": "false", "dataIndex": "image","renderer": "this.renderImage"},
    
    {"header": "Sub Heading", "width": "30", "sortable": "true", "dataIndex": "subheading"},
    
    {"header": "Box Text", "width": "30", "sortable": "true", "dataIndex": "boxtext"},
    
    {"header": "Link", "width": "30", "sortable": "true", "dataIndex": "url"}
    
    
    ]


    [ed. note: howster last edited this post 14 years, 7 months ago.]
      • 34073
      • 34 Posts
      I am experiencing the same thing but tried fresh again and can't get it to work in any MIGx TV.

      https://forums.modx.com/thread/74644/migx-troubleshooting#dis-post-413883
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        Upgrading from Revo 2.1.5 to 2.2.0pl2 caused MIGx to have image path problems and it couldn't load the file browser. Removing MIGx 1.whatever altogether and downloading and installing 2.0.0 works, although it doesn't respect the TV's assigned media source.

        The ExtJS flashy stuff is buggy; the Save button is greyed out/not greyed out at inappropriate times, although it works, and the red corner in the fields that haven't been saved doesn't go away upon saving. This version is beta, so that's not too surprising. At least it works now.
          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
          • 12410
          • 353 Posts
          Hi,
          My issue appears to have resolved itself thru the phantom of time now that I look at it since posting. All I recall changing is putting the Template Variables block below the Content in System Settings (instead of in the default tabs at the top) within the manager. Purely cosmetic I would have thought. Flushing sessions and permissions and clearing the cache both in Modx and the Browser may help too. Possibly deleting the cache folder also may help. Ya strange one. I also encountered the Loading page hanging in the past when trying to access the modx filemanager for adding an image. On memory I recall having least issues using PHP in Fast CGI mode with Modx Revo particularly regarding using the File Manager in Modx. I also had issues with Revo in the past whereby once I moved server I couldnt access resources anymore. Dose! One rule of thumb I use now is that when moving server I dump the database, open in dreamweaver and do a Find & Replace i.e old server urls to new server urls so that I don't miss anything. Then reupload to the destination database.
          Hope this helps! [ed. note: howster last edited this post 14 years, 7 months ago.]
            • 34073
            • 34 Posts
            The difference for me was this is a fresh install of 2.2.0-pl2 rather than an upgrade but I did get an interesting report out of Firebug (https://forums.modx.com/thread/74644/migx-troubleshooting#dis-post-413883).