Git Product home page Git Product logo

migx's People

Contributors

alexij2 avatar ant-tar avatar bruno17 avatar bryant1410 avatar christodhunter avatar enigmatic-user avatar exside avatar fi1osof avatar fireproofsocks avatar halftrainedharry avatar impcyber avatar jako avatar jgulledge19 avatar lawebfabric avatar mark-h avatar matdave avatar pitangaweb avatar romanlex avatar ruga avatar ruslan-aleev avatar sdrenth avatar sebastian-marinescu avatar shot131 avatar skybluesofa avatar thomasd avatar tillilab avatar travisbotello avatar vh avatar vierkantemeter avatar ztx18 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

migx's Issues

Editing Pane shows different information than the row from which it was initiated

I've set up quite a few configs with MIGXdb which pull a list of rows from custom tables in my DB. All of the configs are working more-or-less as expected but one. In this config, the query displays all rows as expected, but when I edit any row, the pane which opens shows the information for the first row. If I try to commit the changes I make by clicking 'Done' no values in the DB are changed. Strangely enough, however, I am able to add new rows to the table with no problem.

I can't figure out what is happening here. Would you have any ideas?

migx 2.3.2.pl install path bug

i'm trying to install MIGX on a ubuntu server ,modx 2.2.5pl without succes. while running the install in packetmanager i get this error

Console running...
Attempting to install package with signature: migx-2.3.2-pl
Package found...now preparing to install.
Target directory is either not a directory or writable: /var/www/vhosts/mydomain.nl/stagingcore/packages/
Could not transfer package migx-2.3.2-pl.transport.zip to /var/www/vhosts/mydomain.nl/stagingcore/packages/.
Could not install package with signature: migx-2.3.2-pl

you see the slash (/) is missing between folder 'staging' en 'core'
[EDIT}
Never mind it seems to be something in the packetmanager.

MODXDB: Bug with adding settings in CMP

Hi and first thanks for that very much appreciated extra!

I found a bug in the CMP of MIGXDB with MODX 2.2.2 (using PHP: 5.2.17):

In the MIGX Management on the main-tab 'MIGX', I click the 'Add Item' button, but the only thing in the opening window is the following error message:

Warning: Call-time pass-by-reference has been deprecated in [...]/modx-2.2.2-pl-sec/core/components/migx/model/migx/migx.class.php on line 231
Warning: Call-time pass-by-reference has been deprecated in [...]/modx-2.2.2-pl-sec/core/components/migx/model/migx/migx.class.php on line 231

This error refers to public function prepareCmpTabs($properties, &$controller, &$tv) so I suppose it might cause this error, too.

It would be nice, if you could have a look into it.
With kind regards,
Marc

Copy or filter

Is there a way to copy or move items from one migx to another?
For example: I have one migx where the user can fill in future events, and another migx for events that are past. I would by handy if the user can move the events from future to past.

Another way is maybe using one migx for everything and work with a selectbox if it's a current, future or past event, but then I need a filter on the migx, because otherwise the list would be to big after a while.

Changing manager theme from default causes error

This may not be specific to MIGX, but I can't find anything else which causes the error yet.

I created a new manager theme directory to customize the login logo. the only files copied over were login.tpl and a new image to which it referred. there is nothing else in the new theme directory. all other files are supposed to inherit from the default theme dir.

...but I get this error 'Fatal error: Uncaught exception 'SmartyException' with message...' when I try to edit a MIGX item after changing the theme. I was able to work around it by reverting back to the default theme.

list of lists

Hi!

My structure:
Parent(10)
-- Child (101) - have img01.jpg
-- Child (102) - have img102.jpg

getResources call in template:
[[!getResources? &parents=[[*id]] &tpl=media.migx.albumslist]]

media.migx.albumslist:
[[!getImageList?
&tvname=resourcealbum
&docid=[[+id]]
&tpl=@CODE:<img src="[[+image]]">
&limit=1
]]

And my output:
img src="/assets/images/10/img01.jpg "
img src="/assets/images/10/img02.jpg "

Images from children, but folder (10) from parent. Why?

ps: migx 2.3.2, modx 2.2.5

Add note about id field being required in Grid

I was testing out MIGXdb yesterday and noticed something weird happening and did not work out what the issue was until today, this is not a bug but more of a informational issue.

Currently if you create a grid with columns and do not add the id field MIGXdb will not be able to associate the grid item in the form that popup when trying to edit an entry. You need to add id as a column and set to show in grid to no if you do not want it to be visible. This also apply for the deleted field, if you want to store deleted item into trash view.

Please add this somewhere in the docs to make it easier for others.

Good work on MIGX by the way.

Caption of TVs

I have an image tv (not tested with other types) in which I've specified Caption and Description.

If I use this form tabs:
[
{"caption":"Select images", "fields":[
{"field":"image", "inputTV":"image_tv"},
{"field":"alt", "caption":"Image alt", "description":"Alternative text for the image"}
]}
]

MIGX creates a form but shows only the description inside the "image_tv".
In my opinion if I don't specify a Caption directly inside the form tabs, MIGX should use the one of the TV.

Cannot save resource if field matches <.*/about

If one tries to save a resource where a MIGX TV value matches the regular expression pattern: <.*/about it hangs when saving. Also the offending row just shows a loading message when you try and edit it.
I accidentally discovered this by trying to insert an image with the following HTML: <img src="assets/files/images/about/side_1.jpg" alt="Reseller" />

randomize with limit

[[!getImageList? &tvname=myTV &tpl=myTpl &limit=1 &randomize=1 ]] always show the first item

Saving resource hangs after editing more that one migx record.

Hello,

We are having a strange problem that I cannot understand. Some time when we edit more that 2 migx TV records and click save, the saving bar appears and stays there forever and does not save. We have to refresh the page and edit one by one.

We have modx 2.2.5 and the last migx installed.

I found that some people experience the same problem in:
http://forums.modx.com/thread/79742/revo-2-2-4-hangs-when-saving-a-resource#dis-post-447423

Any suggestions how to fix or debug?

Thank you in advance for you help. Keep up the good work.
Nuno

"MIGX_id" 10 not unique

I have a list of 10 (or more) items and the MIGX_id 10 inside the JSON-object is being used twice which breaks the output.

  • MODX Revolution 2.2.0-pl2 (traditional)
  • MIGX 2.0.0 beta1

deprecated and removed functions

In php 5.2 OK

In php 5.3 It work, but I've got warnings
Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 104

Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 109

Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 416

Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 426

In PHP 5.4 I've got fatal error
Fatal Error: Call-time pass-by-reference has been removed in [...]\core\components\migx\model\migx\migx.class.php on line 104

"Add Item" Replacement does not work

When I enter an alternative text for the "Add item" button, it doesn't show up on the MIGX TV. It still displays "Add item".

MODX 2.2.1-pl
MIGX 2.0.0 Beta 5

Feature request: use snippet as a renderer

It would be very handy to have a new renderer type that allowed the output to be run through a snippet.

For example, we have a MIGX table that is storing a whole bunch of IDs. It would be handy for the display to be able to use these IDs to fetch the name of the thing instead.

Could not find action file

When installing MIGX 2.0.1 under MODX 2.1.5 (Linux, Apache 2, PHP 5.3, first install), the component doesn't work.
The following error code is returned:
Could not find action file at: /var/www/vhosts/***/httpdocs/core/components/migx/index.php

When installing under MODX 2.2.1 (WIn, Apache 2, PHP 5.3, replacing MIGX 2.0.0 beta 5) it works just fine.

Deprecated: Call-time pass-by-reference has been deprecated

Error with most up to date version of PHP when examining a resource in the manager that contains a MIGX template variable/grid.

Deprecated: Call-time pass-by-reference has been deprecated in /home/tiesrev/core/components/migx/elements/tv/input/migx.class.php on line 98
benjaminLogout
Teaching Institute for Excellence in STEM

2.0.1: tables not auto generated, breaking MIGX

Symptoms:

  • Valid JSON configurations (form tabs/grid) result in empty window: http://markh.nl/s/04/U9z.png
  • Following error in log:
    [2012-05-25 00:43:08](ERROR @ /manager/index.php) Error 42S02 executing statement: 
    Array
    (
    [0] => 42S02
    [1] => 1146
    [2] => Table 'server.modx_migx_configs' doesn't exist
    )

You'll want to make sure your build creates the tables: https://github.com/Mark-H/VersionX2/blob/master/_build/resolvers/tables.resolver.php

MODX 2.2.2-pl

Cannot save on editing

Sometimes, when editing an entry the data does not get saved.

I have only seen this when one of the inputs is a rich text area. I can make a change and click "done" or "close" - no matter which; if I go to edit again then the changes have been lost.

Nor do they changes get saved if i then save the resource.

This seems sporadic and has been seen in FF and Chrome

this.renderImage doesn't work properly with custom Media Sources

Tried using a Media Source which starts in /assets/tmpl/name_of_template instead the default one starting from the root folder. I made this media Source so that a specific User group shall have it easier finding the files and won't mess with other files. Anyways... somehow the image will only render if I use the default Media Source (which starts from root).

edit:
PS.: Custom Media Sources work correctly with standart TVs

Using Revo 2.2.0-pl (advanced) and MIGX 2.0.0-beta1

Moving the window header off-screen makes it impossible to move back

If you drag the window header off the top of the screen and release, it's then impossible to move it back. And because the window state is saved to the registry, refreshing the page does not reset it either. It can only be reset by manually deleting the registry entry.

I've tried adding:
constrain: true

and
constrainHeader: true

to templates/mgr/updatewindow.tpl but it has no effect. Any ideas?

Please document the different renderers

Hi,

Could just be me, but I haven’t located any documentation about the different renderer types, aside from 'renderImage' .

RTFM should make mention of:

  • renderPlaceholder
  • renderFirst
  • renderLimited
  • renderCrossTick

Updated IT lexicon files

default.inc.php

/**
 * migx
 *
 * @package migx
 * @language it
 */

//$_lang['mig_'] = '';

$_lang['mig_noitems'] = 'Nessun elemento trovato';
$_lang['mig_add'] = 'Aggiungi elemento';
$_lang['mig_remove_confirm'] = 'Rimuovere elemento?';
$_lang['mig_edit'] = 'Modifica';
$_lang['mig_remove'] = 'Rimuovi';
$_lang['mig_duplicate'] = 'Duplica';
$_lang['mig_preview'] = 'Anteprima';
$_lang['mig_save_resource'] = 'Prima di aggiungere nuovi elementi, devi salvare questa risorsa!';

tvprops.inc.php

/**
 * migx
 *
 * @package migx
 * @language it
 */


$_lang['mig.tabs'] = 'Schede form';
$_lang['mig.columns'] = 'Colonne griglia';
$_lang['mig.btntext'] = 'Testo alternativo ad "Aggiungi elemento"';
$_lang['mig.previewurl'] = 'Url di anteprima';
$_lang['mig.jsonvarkey'] = 'Anteprima JsonVarKey';
$_lang['mig.basepath'] = 'Percorso base';
$_lang['mig.autoResourceFolders'] = 'Cartelle risorsa automatiche';

Show fields as not-editable in form tabs

It would be nice if it was possible to make certain fields visible but not editable in the edit-popup form. Like ID, if I want to show this in the edit-popup (for reference), it's a text input field. It would be safer if the user could see it, but not edit it.

feature request: add checkboxes to delete multiple images at once

it would be great if you can do a batch edit in MIGX so that user can select multiple rows (in essence selecting the image inside the row) and then delete the rows inside the table. It looks like you used quip's code while building MIGX. Quip has a function core/components/quip/processors/mgr/thread/removemultiple.class.php that would enable user to select multiple threads to delete at once. This would be very helpful. I posted an image on twitter that explains what the view would be: https://twitter.com/#!/noahlearner/status/196042476274987009/photo/1

only first image at each row .Revo 222

Hi,
I had to download the zip from here and replace files from the repo previously installed (beta 2) by the package manager.(add item form almost blank).

Now mgix backend seams to works, I felt into the issue descrided ealier by Susan :
http://forums.modx.com/thread/?thread=74644&page=3

the rendered output only list the first image for each row and not the one defined for the 'looped' row.
the other field (title injected into the ALT is ok).

I was not able to understand what did Susan to solve this..

Any help ?

Thank you

Create package not firering

Hello, I have installed Migx on my new website and followed these steps to do it :http://rtfm.modx.com/display/addon/MIGX

The installation didn't seem to cause me any issue although I am unable to setup a Midx package. I don't get any error from the errorlog.

It seems that the button is just not related to any action.

Being so I get this error when I try to add item
Warning: Illegal string offset 'packageName' in /home/schizoghost/webapps/fonderiedarling/core/components/migx/model/migx/migx.class.php on line 280

Fatal error: Call-time pass-by-reference has been removed in /home/schizoghost/webapps/fonderiedarling/core/components/migx/elements/tv/input/migx.class.php on line 98

help

The "&" causes trouble (&$filenames)

The "&$filenames" causes trouble with PHP 5.2.17 on the following lines:

Warning: Call-time pass-by-reference has been deprecated in /is/htdocs/www/core/components/migx/model/migx/migx.class.php on line 104
... on line 109
... on line 416
... on line 426

Seems like newer versions of PHP don't like the referenced calls. It seems to work, if the "&"s are removed. But you might be better brain equiped to conforming that. ;-)

P.S.: Great tool, your MIGX. Should be integrated it into the core, if you ask me!!! And I am not the only one to think that.

Delete resets fields in row but does not set 'deleted' column to 1

Maybe I am not clear on the expected behaviour as the docs are a little sparse in this respect, but deleting a record in MIGXdb clears the information in the row, including setting the ID to zero, but does not actually delete the column or mark the 'deleted' value to 1.

thumbs in image columns

i've tried to modify childstutorial for adding Image column. All works fine except thumbs. Image src attributes are without '&source' param.
I've looked through code and found that in code below truncated exact that parameter.

MODx.grid.multiTVdbgridchildstutorial = function(config) {
config = config || {};
//console.log(config);
this.sm = new Ext.grid.CheckboxSelectionModel();

// define grid columns in a separate variable
var cols=[this.sm];
// add empty pathconfig (source) to array to match number of col in renderimage
var pc=[''];
var renderer = null;
for(i = 0; i <  config.columns.length; i++) {
    renderer = config.columns[i]['renderer'];
    if (typeof renderer != 'undefined'){
        config.columns[i]['renderer'] = {fn:eval(renderer),scope:this};
    }
    cols.push(config.columns[i]);
    pc.push(config.pathconfigs[i]);

}

In my case array config.pathconfigs consist of 5 elements 0-3 are blank and 4 is '&source=3' I have 4 columns in grid. My var i can be 0,1,2,3 and that string: "pc.push(config.pathconfigs[i])" truncate last parameter. If I manually set pc[4]='&source=3' all works as it should.

My columns config is
[{"MIGX_id":"1","header":"ID","dataIndex":"id","width":"10","renderer":"","sortable":"true","show_in_grid":"1"},{"MIGX_id":"2","header":"Pagetitle","dataIndex":"pagetitle","width":"30","renderer":"this.renderRowActions","sortable":"true","show_in_grid":"1"},{"MIGX_id":"3","header":"Published","dataIndex":"published","width":"10","renderer":"this.renderCrossTick","sortable":"false","show_in_grid":"1"},{"MIGX_id":"4","header":"","dataIndex":"deleted","width":"","renderer":"","sortable":"false","show_in_grid":"0"},{"MIGX_id":"5","header":"Picture","dataIndex":"bigImg","width":"","renderer":"this.renderImage","sortable":"false","show_in_grid":"1"}]

When column {"MIGX_id":"4","header":"","dataIndex":"deleted","width":"","renderer":"","sortable":"false","show_in_grid":"0"} is the last one all works fine too, but when this column in the middle of dataset thumbs dont work.

actions bar is cropped

When I set 'grid autoload' actions button panel is rendered smaller than its real width because of small initial width of entire grid (grid content is loaded after button group is rendered)

(grid autoload is true) And for some reason button "trash view" has not text label. In my tests in code below function _('migx.show_trash') returns undefined. May be it's the reason.
When I replace code _('migx.show_trash') to 'Trash' in grid config, text label is rendered fine.

MODx.grid.multiTVdbgridchildstutorial = function(config) {
config = config || {};
//console.log(config);
this.sm = new Ext.grid.CheckboxSelectionModel();

// define grid columns in a separate variable
var cols=[this.sm];
// add empty pathconfig (source) to array to match number of col in renderimage
var pc=[''];
var renderer = null;
for(i = 0; i <  config.columns.length; i++) {
    renderer = config.columns[i]['renderer'];
    if (typeof renderer != 'undefined'){
        config.columns[i]['renderer'] = {fn:eval(renderer),scope:this};
    }
    cols.push(config.columns[i]);
    pc.push(config.pathconfigs[i]);

}
config.pathconfigs = pc; 
config.columns=cols;    
Ext.applyIf(config,{
autoHeight: true,
collapsible: true,
resizable: true,
loadMask: true,
paging: true,
autosave: false,
remoteSort: true,
primaryKey: 'id',
isModified : false,    
sm: this.sm,
viewConfig: {
    emptyText: 'No items found',
    forceFit: true,
    autoFill: true
},
url : config.url,
baseParams: { 
    action: 'mgr/migxdb/getList',
    configs: config.configs,
    resource_id: config.resource_id,
    object_id: config.object_id,
    'HTTP_MODAUTH': config.auth
},
fields: [],    
columns: [], // define grid columns in a separate variable
tbar: [
      {
        xtype: 'buttongroup',
        title: 'Actions',
        columns: 4,
        defaults: {
            scale: 'large'
        },
        items: [{text:'Add Childresource',handler:this.addItem,scope:this},{text:'Bulk Actions',menu:[{text:'Publish Selected',handler:this.publishSelected,scope:this},{text:'Unpublish Selected',handler:this.unpublishSelected,scope:this},{text:'Delete Selected',handler:this.deleteSelected,scope:this}]},{text:_('migx.show_trash'),handler:this.toggleDeleted,scope:this,enableToggle:true}]
      }       
      ]        
});

MODx.grid.multiTVdbgridchildstutorial.superclass.constructor.call(this,config)
this._makeTemplates();
this.getStore().pathconfigs=config.pathconfigs;
this.on('click', this.onClick, this);   

};

Very strange problem with question marks (?)

In the last weeks I have gone a bit further with MIGX than ever before, meaning to put another MIGX grid inside a MIGX TV, so basically its MIGX in MIGX, which works fine most of the time and opens crazy flexibility, which is great.

Though I almost jumped out of the window searching for an issue I had which took me days to get behind, and then it was so "easy" but not really obvious (at least from my perspective =D)...to the point:

When I have a question-mark (?) somewhere in the inner MIGX-TV then there is no output by GetImageList, it doesn't matter what kind of TV it is, had it in richttext, normal Text, URLs doesn't matter...it will just output nothing but also throw no errors, the entry is there in the backend but just not displaying in the frontend, just like it wasn't there^^ (image how crazy you can get with something like this =D).

For example I had a list of links (edited via richttext tv with tinymce) in one field, the URL behind the Linktext had a ? inside, like http://www.url.tld/resource.php?param1=x&andsoon=1 and this was enough to cause this issue...

I gave up on this, bc I just didn't find out why it wasn't displayed. Then I had the same issue on a page with NO links, but a long text (an interview to be precise), I tried about everything with the text (even began writing it manually...) and blaming it to be corrupted or something...but no, the problem were all the question marks in the interview-questions...as soon as I removed them (which is not very good btw but I cannot solve it in another way right now, for the links I could via simple javascript and replacing ? manually by # then replacing them on the frontend with jquery...) it worked like a charm...

I really don't know why this is happening and if this has ever showed up in another setup, but it's at least a serious issue if not a blocker, so if you need more demonstration I can record a screencast or provide you access to the installation...

Integer sorting in MIGX grid

Is there any way to define "type": "int" on a column when displayed in the back end? Sorting is currently based on string and does not give the expected result.

Eg. sort by numeric column gives this result:

0
10
10
20
30
5

migxdb gallery

Hey Bruno,

Would you consider adding multiupload\zip upload to the migxdbgallery (like in gallery extra)? At the moment we can add single picture only. Also is it possible to also add other media files like movies\embedds?

Thanks for your time!

Re

suhosin and migx

Could this be an issue in modx 2.2.2.

i upgraded to newest version of migx and now if i click on migx from components menu it gives an syntax error and somehow loads the website homepage in the Manager itself!!! same problem with frontend.

don;t really know whats wrong here.

Many thanks

MIGX won't install

I've been trying to install MIGX 2.3.1 on MODX 2.2.4 without success, at first I thought it was a permission issue but after installing MIGX 2.0.1 and have it working I think it's an issue with the latest version of MIGX.

This site is hosted on GoDaddy so I'm not sure if that might be part of the issue, I know GoDaddy sucks but I inherited this client and have to work with this trash of host.

I downloaded the error log hopefully it helps.

Thanks for such a great plugin.

Error log below

/*

  • MODX Console Output
    *
  • @Date 2012-08-27 16:55:39
    */
    Attempting to install package with signature: migx-2.3.1-pl

Package found...now preparing to install.

Grabbing package workspace...

Workspace environment initiated, now installing package...

Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array
(
[pluginid] => 14
[event] => OnDocFormPrerender
)

Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array
(
[pluginid] => 14
[event] => OnTVInputPropertiesList
)

Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array
(
[pluginid] => 14
[event] => OnTVInputRenderList
)

Attempting to preserve files at assets/components/migx into archive core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4.0.preserved.zip

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/css/mgr.css to assets/components/migx/css/mgr.css

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/css/mgr.css to assets/components/migx/css/mgr.css; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/css to assets/components/migx/css

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets/grids/migxgallery.grid.js to assets/components/migx/js/mgr/widgets/grids/migxgallery.grid.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets/grids/migxgallery.grid.js to assets/components/migx/js/mgr/widgets/grids/migxgallery.grid.js; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets/grids/childresources.grid.js to assets/components/migx/js/mgr/widgets/grids/childresources.grid.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets/grids/childresources.grid.js to assets/components/migx/js/mgr/widgets/grids/childresources.grid.js; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets/grids to assets/components/migx/js/mgr/widgets/grids

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/widgets to assets/components/migx/js/mgr/widgets

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/migx.js to assets/components/migx/js/mgr/migx.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/migx.js to assets/components/migx/js/mgr/migx.js; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/sections/index.js to assets/components/migx/js/mgr/sections/index.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/sections/index.js to assets/components/migx/js/mgr/sections/index.js; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr/sections to assets/components/migx/js/mgr/sections

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js/mgr to assets/components/migx/js/mgr

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/js to assets/components/migx/js

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style/images/cross.png to assets/components/migx/style/images/cross.png

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style/images/cross.png to assets/components/migx/style/images/cross.png; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style/images/tick.png to assets/components/migx/style/images/tick.png

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style/images/tick.png to assets/components/migx/style/images/tick.png; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style/images to assets/components/migx/style/images

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/style to assets/components/migx/style

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/connector.php to assets/components/migx/connector.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/connector.php to assets/components/migx/connector.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.min.js to assets/components/migx/imageupload/AjaxImageUpload.min.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.min.js to assets/components/migx/imageupload/AjaxImageUpload.min.js; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/fileuploader.js to assets/components/migx/imageupload/fileuploader.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/fileuploader.js to assets/components/migx/imageupload/fileuploader.js; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.css to assets/components/migx/imageupload/AjaxImageUpload.css

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.css to assets/components/migx/imageupload/AjaxImageUpload.css; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.js to assets/components/migx/imageupload/AjaxImageUpload.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/AjaxImageUpload.js to assets/components/migx/imageupload/AjaxImageUpload.js; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/images/delete.png to assets/components/migx/imageupload/images/delete.png

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/images/delete.png to assets/components/migx/imageupload/images/delete.png; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/images/loading.gif to assets/components/migx/imageupload/images/loading.gif

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/images/loading.gif to assets/components/migx/imageupload/images/loading.gif; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload/images to assets/components/migx/imageupload/images

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx/imageupload to assets/components/migx/imageupload

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/migx to assets/components/migx

Could not copy core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/0/ to assets/components/migx

Attempting to preserve files at core/components/migx into archive core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4.1.preserved.zip

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/index.class.php to core/components/migx/index.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/index.class.php to core/components/migx/index.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxcolumns.config.inc.php to core/components/migx/configs/migxcolumns.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxcolumns.config.inc.php to core/components/migx/configs/migxcolumns.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxformtabs.config.inc.php to core/components/migx/configs/migxformtabs.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxformtabs.config.inc.php to core/components/migx/configs/migxformtabs.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxconfigs.config.inc.php to core/components/migx/configs/migxconfigs.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxconfigs.config.inc.php to core/components/migx/configs/migxconfigs.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/relations_target.config.inc.php to core/components/migx/configs/relations_target.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/relations_target.config.inc.php to core/components/migx/configs/relations_target.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxfieldsources.config.inc.php to core/components/migx/configs/migxfieldsources.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxfieldsources.config.inc.php to core/components/migx/configs/migxfieldsources.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/migxconfigs.config.inc.php to core/components/migx/configs/grid/migxconfigs.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/migxconfigs.config.inc.php to core/components/migx/configs/grid/migxconfigs.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.migxconfigs.config.inc.php to core/components/migx/configs/grid/grid.migxconfigs.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.migxconfigs.config.inc.php to core/components/migx/configs/grid/grid.migxconfigs.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.custom.config.inc.php to core/components/migx/configs/grid/grid.custom.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.custom.config.inc.php to core/components/migx/configs/grid/grid.custom.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.config.inc.php to core/components/migx/configs/grid/grid.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.config.inc.php to core/components/migx/configs/grid/grid.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.example.config.inc.php to core/components/migx/configs/grid/grid.example.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.example.config.inc.php to core/components/migx/configs/grid/grid.example.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.custom.example.config.inc.php to core/components/migx/configs/grid/grid.custom.example.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid/grid.custom.example.config.inc.php to core/components/migx/configs/grid/grid.custom.example.config.inc.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/grid to core/components/migx/configs/grid

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/setup.config.inc.php to core/components/migx/configs/setup.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/setup.config.inc.php to core/components/migx/configs/setup.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxgallery.config.inc.php to core/components/migx/configs/migxgallery.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxgallery.config.inc.php to core/components/migx/configs/migxgallery.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/resconnections.config.inc.php to core/components/migx/configs/resconnections.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/resconnections.config.inc.php to core/components/migx/configs/resconnections.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/packagemanager.config.inc.php to core/components/migx/configs/packagemanager.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/packagemanager.config.inc.php to core/components/migx/configs/packagemanager.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/relations_source.config.inc.php to core/components/migx/configs/relations_source.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/relations_source.config.inc.php to core/components/migx/configs/relations_source.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/childstutorial.config.inc.php to core/components/migx/configs/childstutorial.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/childstutorial.config.inc.php to core/components/migx/configs/childstutorial.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/childresources.config.inc.php to core/components/migx/configs/childresources.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/childresources.config.inc.php to core/components/migx/configs/childresources.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxformtabfields.config.inc.php to core/components/migx/configs/migxformtabfields.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxformtabfields.config.inc.php to core/components/migx/configs/migxformtabfields.config.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxdbfilters.config.inc.php to core/components/migx/configs/migxdbfilters.config.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs/migxdbfilters.config.inc.php to core/components/migx/configs/migxdbfilters.config.inc.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/configs to core/components/migx/configs

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/schema/migx.mysql.schema.xml to core/components/migx/model/schema/migx.mysql.schema.xml

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/schema/migx.mysql.schema.xml to core/components/migx/model/schema/migx.mysql.schema.xml; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/schema to core/components/migx/model/schema

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxconfig.class.php to core/components/migx/model/migx/migxconfig.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxconfig.class.php to core/components/migx/model/migx/migxconfig.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migx.class.php to core/components/migx/model/migx/migx.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migx.class.php to core/components/migx/model/migx/migx.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migx.class.php.xxx to core/components/migx/model/migx/migx.class.php.xxx

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migx.class.php.xxx to core/components/migx/model/migx/migx.class.php.xxx; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxformcontroller.class.php to core/components/migx/model/migx/migxformcontroller.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxformcontroller.class.php to core/components/migx/model/migx/migxformcontroller.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/metadata.mysql.php to core/components/migx/model/migx/metadata.mysql.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/metadata.mysql.php to core/components/migx/model/migx/metadata.mysql.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxconfigelement.class.php to core/components/migx/model/migx/migxconfigelement.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxconfigelement.class.php to core/components/migx/model/migx/migxconfigelement.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxelement.map.inc.php to core/components/migx/model/migx/mysql/migxelement.map.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxelement.map.inc.php to core/components/migx/model/migx/mysql/migxelement.map.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfig.class.php to core/components/migx/model/migx/mysql/migxconfig.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfig.class.php to core/components/migx/model/migx/mysql/migxconfig.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfigelement.map.inc.php to core/components/migx/model/migx/mysql/migxconfigelement.map.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfigelement.map.inc.php to core/components/migx/model/migx/mysql/migxconfigelement.map.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfig.map.inc.php to core/components/migx/model/migx/mysql/migxconfig.map.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfig.map.inc.php to core/components/migx/model/migx/mysql/migxconfig.map.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfigelement.class.php to core/components/migx/model/migx/mysql/migxconfigelement.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxconfigelement.class.php to core/components/migx/model/migx/mysql/migxconfigelement.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxelement.class.php to core/components/migx/model/migx/mysql/migxelement.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql/migxelement.class.php to core/components/migx/model/migx/mysql/migxelement.class.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/mysql to core/components/migx/model/migx/mysql

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxelement.class.php to core/components/migx/model/migx/migxelement.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxelement.class.php to core/components/migx/model/migx/migxelement.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxpackagemanager.class.php to core/components/migx/model/migx/migxpackagemanager.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx/migxpackagemanager.class.php to core/components/migx/model/migx/migxpackagemanager.class.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/migx to core/components/migx/model/migx

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/imageupload.php to core/components/migx/model/imageupload/imageupload.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/imageupload.php to core/components/migx/model/imageupload/imageupload.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/languages/de.language.inc.php to core/components/migx/model/imageupload/languages/de.language.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/languages/de.language.inc.php to core/components/migx/model/imageupload/languages/de.language.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/languages/en.language.inc.php to core/components/migx/model/imageupload/languages/en.language.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/languages/en.language.inc.php to core/components/migx/model/imageupload/languages/en.language.inc.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/languages to core/components/migx/model/imageupload/languages

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/README to core/components/migx/model/imageupload/README

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/README to core/components/migx/model/imageupload/README; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/uploadSection.template.html to core/components/migx/model/imageupload/templates/uploadSection.template.html

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/uploadSection.template.html to core/components/migx/model/imageupload/templates/uploadSection.template.html; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/image.template.html to core/components/migx/model/imageupload/templates/image.template.html

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/image.template.html to core/components/migx/model/imageupload/templates/image.template.html; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/script.template.html to core/components/migx/model/imageupload/templates/script.template.html

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/script.template.html to core/components/migx/model/imageupload/templates/script.template.html; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/file.template.html to core/components/migx/model/imageupload/templates/file.template.html

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates/file.template.html to core/components/migx/model/imageupload/templates/file.template.html; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/templates to core/components/migx/model/imageupload/templates

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/ThumbLib.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/ThumbLib.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/ThumbLib.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/ThumbLib.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins/gd_reflection.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins/gd_reflection.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins/gd_reflection.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins/gd_reflection.inc.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins to core/components/migx/model/imageupload/includes/PhpThumbFactory/thumb_plugins

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/README.md to core/components/migx/model/imageupload/includes/PhpThumbFactory/README.md

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/README.md to core/components/migx/model/imageupload/includes/PhpThumbFactory/README.md; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/ThumbBase.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/ThumbBase.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/ThumbBase.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/ThumbBase.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/PhpThumb.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/PhpThumb.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/PhpThumb.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/PhpThumb.inc.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/GdThumb.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/GdThumb.inc.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory/GdThumb.inc.php to core/components/migx/model/imageupload/includes/PhpThumbFactory/GdThumb.inc.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/PhpThumbFactory to core/components/migx/model/imageupload/includes/PhpThumbFactory

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/readme.md to core/components/migx/model/imageupload/includes/fileuploader/readme.md

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/readme.md to core/components/migx/model/imageupload/includes/fileuploader/readme.md; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/fileuploader.class.php to core/components/migx/model/imageupload/includes/fileuploader/fileuploader.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/fileuploader.class.php to core/components/migx/model/imageupload/includes/fileuploader/fileuploader.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/license.txt to core/components/migx/model/imageupload/includes/fileuploader/license.txt

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/license.txt to core/components/migx/model/imageupload/includes/fileuploader/license.txt; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/gpl-2.0.txt to core/components/migx/model/imageupload/includes/fileuploader/gpl-2.0.txt

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader/gpl-2.0.txt to core/components/migx/model/imageupload/includes/fileuploader/gpl-2.0.txt; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes/fileuploader to core/components/migx/model/imageupload/includes/fileuploader

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload/includes to core/components/migx/model/imageupload/includes

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model/imageupload to core/components/migx/model/imageupload

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/model to core/components/migx/model

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/publishtarget.php to core/components/migx/processors/mgr/resourceconnections/publishtarget.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/publishtarget.php to core/components/migx/processors/mgr/resourceconnections/publishtarget.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/update.php to core/components/migx/processors/mgr/resourceconnections/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/update.php to core/components/migx/processors/mgr/resourceconnections/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/activaterelation.php to core/components/migx/processors/mgr/resourceconnections/activaterelation.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/activaterelation.php to core/components/migx/processors/mgr/resourceconnections/activaterelation.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/bulkupdate.php to core/components/migx/processors/mgr/resourceconnections/bulkupdate.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/bulkupdate.php to core/components/migx/processors/mgr/resourceconnections/bulkupdate.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/gettypecombo.php to core/components/migx/processors/mgr/resourceconnections/gettypecombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/gettypecombo.php to core/components/migx/processors/mgr/resourceconnections/gettypecombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getyesnocombo.php to core/components/migx/processors/mgr/resourceconnections/getyesnocombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getyesnocombo.php to core/components/migx/processors/mgr/resourceconnections/getyesnocombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getcombo.php to core/components/migx/processors/mgr/resourceconnections/getcombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getcombo.php to core/components/migx/processors/mgr/resourceconnections/getcombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/remove.php to core/components/migx/processors/mgr/resourceconnections/remove.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/remove.php to core/components/migx/processors/mgr/resourceconnections/remove.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/fields.php to core/components/migx/processors/mgr/resourceconnections/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/fields.php to core/components/migx/processors/mgr/resourceconnections/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getlist.php to core/components/migx/processors/mgr/resourceconnections/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections/getlist.php to core/components/migx/processors/mgr/resourceconnections/getlist.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourceconnections to core/components/migx/processors/mgr/resourceconnections

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/update.php to core/components/migx/processors/mgr/childresources/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/update.php to core/components/migx/processors/mgr/childresources/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/bulkupdate.php to core/components/migx/processors/mgr/childresources/bulkupdate.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/bulkupdate.php to core/components/migx/processors/mgr/childresources/bulkupdate.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/getTVcombo.php to core/components/migx/processors/mgr/childresources/getTVcombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/getTVcombo.php to core/components/migx/processors/mgr/childresources/getTVcombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/remove.php to core/components/migx/processors/mgr/childresources/remove.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/remove.php to core/components/migx/processors/mgr/childresources/remove.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/fields.php to core/components/migx/processors/mgr/childresources/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/fields.php to core/components/migx/processors/mgr/childresources/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/getlist.php to core/components/migx/processors/mgr/childresources/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/getlist.php to core/components/migx/processors/mgr/childresources/getlist.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/gettvoptions.php to core/components/migx/processors/mgr/childresources/gettvoptions.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources/gettvoptions.php to core/components/migx/processors/mgr/childresources/gettvoptions.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/childresources to core/components/migx/processors/mgr/childresources

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/importfrompackage.php to core/components/migx/processors/mgr/migxconfigs/importfrompackage.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/importfrompackage.php to core/components/migx/processors/mgr/migxconfigs/importfrompackage.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/sendcustomermail.php to core/components/migx/processors/mgr/migxconfigs/sendcustomermail.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/sendcustomermail.php to core/components/migx/processors/mgr/migxconfigs/sendcustomermail.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/update.php to core/components/migx/processors/mgr/migxconfigs/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/update.php to core/components/migx/processors/mgr/migxconfigs/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/bulkupdate.php to core/components/migx/processors/mgr/migxconfigs/bulkupdate.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/bulkupdate.php to core/components/migx/processors/mgr/migxconfigs/bulkupdate.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/exporttopackage.php to core/components/migx/processors/mgr/migxconfigs/exporttopackage.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/exporttopackage.php to core/components/migx/processors/mgr/migxconfigs/exporttopackage.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/remove.php to core/components/migx/processors/mgr/migxconfigs/remove.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/remove.php to core/components/migx/processors/mgr/migxconfigs/remove.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/fields.php to core/components/migx/processors/mgr/migxconfigs/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/fields.php to core/components/migx/processors/mgr/migxconfigs/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/getlist.php to core/components/migx/processors/mgr/migxconfigs/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs/getlist.php to core/components/migx/processors/mgr/migxconfigs/getlist.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxconfigs to core/components/migx/processors/mgr/migxconfigs

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/fields.class.php to core/components/migx/processors/mgr/fields.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/fields.class.php to core/components/migx/processors/mgr/fields.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/update.php to core/components/migx/processors/mgr/resconnections/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/update.php to core/components/migx/processors/mgr/resconnections/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/fields.php to core/components/migx/processors/mgr/resconnections/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/fields.php to core/components/migx/processors/mgr/resconnections/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/getlist.php to core/components/migx/processors/mgr/resconnections/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections/getlist.php to core/components/migx/processors/mgr/resconnections/getlist.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resconnections to core/components/migx/processors/mgr/resconnections

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.class.php to core/components/migx/processors/mgr/migxdb/fields.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.class.php to core/components/migx/processors/mgr/migxdb/fields.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/update.php to core/components/migx/processors/mgr/migxdb/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/update.php to core/components/migx/processors/mgr/migxdb/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.php to core/components/migx/processors/mgr/migxdb/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.php to core/components/migx/processors/mgr/migxdb/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/getlist.php to core/components/migx/processors/mgr/migxdb/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/getlist.php to core/components/migx/processors/mgr/migxdb/getlist.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.php.xxx to core/components/migx/processors/mgr/migxdb/fields.php.xxx

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/fields.php.xxx to core/components/migx/processors/mgr/migxdb/fields.php.xxx; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/process.php to core/components/migx/processors/mgr/migxdb/process.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb/process.php to core/components/migx/processors/mgr/migxdb/process.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/migxdb to core/components/migx/processors/mgr/migxdb

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/loadfromsource.class.php to core/components/migx/processors/mgr/loadfromsource.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/loadfromsource.class.php to core/components/migx/processors/mgr/loadfromsource.class.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/setup/setup.class.php to core/components/migx/processors/mgr/setup/setup.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/setup/setup.class.php to core/components/migx/processors/mgr/setup/setup.class.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/setup to core/components/migx/processors/mgr/setup

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/fields.php to core/components/migx/processors/mgr/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/fields.php to core/components/migx/processors/mgr/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/packagemanager/packagemanager.class.php to core/components/migx/processors/mgr/packagemanager/packagemanager.class.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/packagemanager/packagemanager.class.php to core/components/migx/processors/mgr/packagemanager/packagemanager.class.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/packagemanager to core/components/migx/processors/mgr/packagemanager

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/imageupload.php to core/components/migx/processors/mgr/default/imageupload.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/imageupload.php to core/components/migx/processors/mgr/default/imageupload.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/export.php to core/components/migx/processors/mgr/default/export.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/export.php to core/components/migx/processors/mgr/default/export.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/update.php to core/components/migx/processors/mgr/default/update.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/update.php to core/components/migx/processors/mgr/default/update.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/activaterelation.php to core/components/migx/processors/mgr/default/activaterelation.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/activaterelation.php to core/components/migx/processors/mgr/default/activaterelation.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/bulkupdate.php to core/components/migx/processors/mgr/default/bulkupdate.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/bulkupdate.php to core/components/migx/processors/mgr/default/bulkupdate.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getyesnocombo.php to core/components/migx/processors/mgr/default/getyesnocombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getyesnocombo.php to core/components/migx/processors/mgr/default/getyesnocombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getcombo.php to core/components/migx/processors/mgr/default/getcombo.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getcombo.php to core/components/migx/processors/mgr/default/getcombo.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/remove.php to core/components/migx/processors/mgr/default/remove.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/remove.php to core/components/migx/processors/mgr/default/remove.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/fields.php to core/components/migx/processors/mgr/default/fields.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/fields.php to core/components/migx/processors/mgr/default/fields.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getlist.php to core/components/migx/processors/mgr/default/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/getlist.php to core/components/migx/processors/mgr/default/getlist.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/migxiframe.php to core/components/migx/processors/mgr/default/migxiframe.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default/migxiframe.php to core/components/migx/processors/mgr/default/migxiframe.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/default to core/components/migx/processors/mgr/default

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourcerelations/remove.php to core/components/migx/processors/mgr/resourcerelations/remove.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourcerelations/remove.php to core/components/migx/processors/mgr/resourcerelations/remove.php; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourcerelations/getlist.php to core/components/migx/processors/mgr/resourcerelations/getlist.php

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourcerelations/getlist.php to core/components/migx/processors/mgr/resourcerelations/getlist.php; could not create directory.

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr/resourcerelations to core/components/migx/processors/mgr/resourcerelations

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors/mgr to core/components/migx/processors/mgr

Could not copy directory core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/processors to core/components/migx/processors

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/examples/tabs.txt to core/components/migx/examples/tabs.txt

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/examples/tabs.txt to core/components/migx/examples/tabs.txt; could not create directory.

xPDOCacheManager->copyFile(): Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/examples/example.properties.before.2.1.js to core/components/migx/examples/example.properties.before.2.1.js

Could not copy file core/packages/migx-2.3.1-pl/modCategory/09cffd6a5fa1475812c00145f7fc3be4/1/migx/examples/example.properties.before.2.1.js to core/components/migx/examples/example.properties.before.2.1.js; could not create directory.

xPDOCacheManager->copyFile(): Co

Forbidden error when editing item in grid

When editing a migx tv item by clicking right mouse button on the item and choosing 'edit', I get an alertbox with the following error: Unexpected token <:
Forbidden
You don't have permission to access /assets/components/migx/connector.php on this server.

The edit popup screen only shows a loading icon.
Adding a new item to the migx tv grid does work.

In the php error logs I get the following error:
PHP Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/webrazzies.nl/httpdocs/core/components/migx/elements/tv/input/migxdb.class.php on line 39, referer: http://www.webrazzies.nl/manager/?a=30&id=58

I'm using MIGX 2.3.2 on MODX Revolution 2.2.4-pl. I already tried to chmod the assets folder recursively to 755 as suggested in the forums, but this did not help. I also tried disabling mod_security (in the .htaccess file) but this also didn't fix the problem.

Have you seen this before? What could be wrong? If you want I could give you access to the manager so you can check it out.

Thanks for any help!

MIGx Affecting Ability to Save other TV content

Our site has a MIGx TV with gallery images in it as well as a Rich Text normal TV (uses TinyMCE plugin) below it. If we edit the MIGx TV before we edit the Rich Text TV the content of the Rich Text TV does not save and will appear empty if we open in the manager again. But if we edit the Rich Text TV before we change the MIGx TV both save correctly. I have been able to reproduce this behavior over and over with this particular site but have not tried it on others.

button label should be safe parsed

if using a ' in the label of the button, the whole MIGX doesn't show in the document.

"Ajouter d'autres liens" => dead
"Ajouter d'autres liens" => ok !

[REQUEST] Form customizations

(It seems that I can't pull a request so I've used this section)

First of all look at this image: http://www.smanu85.it/repo/images/migx_form1.png

It's possible to customize the MIGX form basing on these requests:

  • form height: if I use only two text TVs (just an example) it would be useful if the form resizes its height according to the height of the tvs. It will show a vertical scrollbar only if the height is more than a default (or custom?) value;
  • form horizontal scrollbar: This is a problem if if use just simple text TVs. It's possible to correct the width of the TVs to fit the inner width of the form (minus the padding?) to not show horizontal scrollbar?
  • Possibility to customize the <h2> of the form tab

Call-time pass-by-reference fatal error on PHP 5.4

When opening a resource editor where MIGx TV is present on PHP 5.4, I got the following error:

PHP Fatal error:  Call-time pass-by-reference has been removed in /home/yurb/public_html/mgenergies/core/components/migx/elements/tv/input/migx.class.php on line 98, referer: http://mgenergies.proj/manager/index.php?a=23&id=5

In order to fix this, one should make the following change in the core/components/migx/elements/tv/input/migx.class.php. This line (#98):

if ($windowfile = $this->migx->findGrid($defaultpath, $filename, &$filenames)) {

should be changed to

if ($windowfile = $this->migx->findGrid($defaultpath, $filename, $filenames)) {

In other words, we should remove the ampersand before the last argument of the findGrid function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.