<![CDATA[ MIGX and connector.php not found - My Forums]]> https://forums.modx.com/thread/?thread=74916 <![CDATA[MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415363
I've basically set the following Multi Item Grid to be used within my site with the following info in Form Tabs:-

[
{"caption":"Options", "fields": [
{"field":"title","caption":"Title","inputTV":"productoption_title"},
{"field":"code","caption":"Code","inputTV":"productoption_code"},
{"field":"price","caption":"Price","inputTV":"productoption_price"}
]}
]

and the following in Grid Columns:-

[
{"header": "Title", "width": "160", "sortable": "true", "dataIndex": "title"},
{"header": "Code", "width": "160", "sortable": "true", "dataIndex": "code"},
{"header": "Price", "width": "160", "sortable": "true", "dataIndex": "price"}
]

I'm pretty sure that I've set everything up correctly albeit this is my first dabblings when using MIGX and have ensured that all the TV's have been created too and that I haven't assigned any of the TV's other than productoptions_migx to a template.

The issue I have is that I when I come to access the grid I basically get a new window to open which sits constantly loading and does nothing. I've read around on the forums and firstly looked to ensure that the file permissions on /assets/components/migx/connector.php is set to 755 which it was. I then used Firebug as described in a previous to check what was happening which as expected I receive the 404 not found message when trying to connect to /assets/components/migx/connector.php. I've also tried patching the add on by using the following files Bruno17-multiItemsGridTV-3a20731.zip and ensuring that I cleared cache. Unfortunately I'm in the same position with the loading screen yet unclear how to resolve it.

Just wondered if anyone can help as to what could be going wrong?]]>
graham.buckley Mar 09, 2012, 03:43 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415363
<![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-556118 assets/components/migx/connector.php file permissions from 0777 to 0755. It worked for me!]]> imxohail Jan 02, 2018, 05:52 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-556118 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-501399 howster Jun 24, 2014, 06:29 PM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-501399 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-416414
MySQL 5.0.95
PHP 5.2.14
ModX Revo 2.1.3 with MigX 1.1 has the issue.
Tried a test install on the same server of ModX 2.2.0 with nothing but TinyMCE and MigX 2.0.0 beta 2: same problem.

I've tried changing permissions on connector.php as suggested here, tried upgrading MigX. No luck.

I've also been doing some testing to figure out why some fields still work and some can't be opened for editing. I thought at first it was only rich text TVs that caused the dreaded spinner but it's not as simple as that. Some HTML formatting seems to be safe, but nested tags, for example
<p><strong>foo</strong></p>

cause it to seize up.

If I add the same HTML formatting to a plain text field it can also cause the same problem, i.e. the endless loading spinner. So it's clearly not a conflict with TinyMCE.

All very mysterious and very frustrating. I thought these details might help Bruno17 or other hardcore MIGX fans get to the bottom of this bug.

Thanks]]>
srp Mar 17, 2012, 09:21 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-416414
<![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-416291 graham.buckley Mar 16, 2012, 10:55 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-416291 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415665 graham.buckley Mar 12, 2012, 05:34 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415665 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415582 rx2 Mar 11, 2012, 09:39 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415582 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415504 Bruno17 Mar 10, 2012, 01:41 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415504 <![CDATA[Re: MIGX and connector.php not found]]> https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415367 graham.buckley Mar 09, 2012, 04:03 AM https://forums.modx.com/thread/74916/migx-and-connector-php-not-found#dis-post-415367