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.]