addon_migration_tool
addon_migration_tool copied to clipboard
Repository for the concrete5 Migration tool (legacy and modern versions.)
Fixes #102, #57, #47 This PR converts values to integers when the table column type is an integer. You can test this fix by adding an image slider block with...
Due to the addition of [offset as a reserved word in MariaDB 10.6.0](https://mariadb.com/kb/en/reserved-words/) the install fails. This error is from a vanilla Concrete CMS 9.13. An exception occurred while executing...
@aembler If there is a problem in the content.xml, concrete produces an error that in most cases is generic and would not point out to the node in XML that...
Hi, I have been struggling with this issue for a while, where when there is an empty value for a field like I get this error on importing: ` An...
When the files are uploaded to the server, all spaces are replaced with an underscore. But the xml files retain the original file name with the space. You can do...
When I attempt to Move/Copy a batch from Imported Batches to the Home directory I receive the following error: Call to a member function getCollectionName() on null .../concrete/views/dialogs/page/drag_request.php(147): Error->null
Almost got it all imported, mapped all areas and pages, but then got this upon clicking the final Publish Batch button: The identifier stack_id is missing for a query of...
index.php/dashboard/system/migration/import/map_content/5784e147-9594-11ea-ad29-001cc4dbb7c6 threw this exception: An exception occurred while executing 'SELECT DISTINCT m0_.id AS id_0, m0_.type AS type_1, m0_.name AS name_2, m0_.custom_template AS custom_template_3, m0_.position AS position_4, m0_.defaults_output_identifier AS defaults_output_identifier_5, m0_.value_type...
This could simply be a limitation, so I'm more so adding this for the benefit of others. When you have a batch and you map the areas between the import...
When adding content to a batch, if the PHP setting upload_max_filesize is not sufficiently large, a generic error displays as follows: Invalid XML file. Ideally, this should be more specific...