We need to migrate more than 50 joomla modules form one Joomla to another (both 3.8.6)
Is it correct just to use the "Example Joomla Module export" Template to export modules to a csv file, and after than import them with the "Example Joomla Module import" Template to the other joomla?
or we need to make something more? We dont want to "break" anything
Accepted Answer
Pending Moderation
Hello,
Yes, you can use Joomla modules example template for your export and import. But do remember that example templates have only basic needed template fields added to them so you may need to check and add the fields you need to export and import. Check Joomla modules document to know on the available fields.
Yes, you can use Joomla modules example template for your export and import. But do remember that example templates have only basic needed template fields added to them so you may need to check and add the fields you need to export and import. Check Joomla modules document to know on the available fields.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hello,
For import, I would suggest you to try it on a test site first before you run it on your live site. If you face any issues post us the import debug log and sample of your import file to check. Check How to collect debug information? document for getting the debug log. And once everything is clear you can then run the import on your live site.
For import, I would suggest you to try it on a test site first before you run it on your live site. If you face any issues post us the import debug log and sample of your import file to check. Check How to collect debug information? document for getting the debug log. And once everything is clear you can then run the import on your live site.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hello,
Yes, you can use Joomla modules example template for your export and import. But do remember that example templates have only basic needed template fields added to them so you may need to check and add the fields you need to export and import. Check Joomla modules document to know on the available fields.
Thanks for replaying,
I have look https://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#fields but it is just a list of fields without a description (the same list I have already seen in the csvimproved component when I clic "add fields" to the template).
I would like to know:
1. must I include all of them? asset_id?
2. what will happen with the modules that there actually in the second web? They will be overwrited?
Thanks
Accepted Answer
Pending Moderation
I have made a test:
hmy:
An error has occured during the import. Below the information received from the server.
Status error: 400
Status message: Bad Request
400 - Bad request
There is a problem loading this page. Please try refreshing it.
If the error persists, please contact the website webmaster.
com_csvi.log.6.zip

An error has occured during the import. Below the information received from the server.
Status error: 400
Status message: Bad Request
400 - Bad request
There is a problem loading this page. Please try refreshing it.
If the error persists, please contact the website webmaster.
com_csvi.log.6.zip
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
Yes you would see the same in template fields in CSVI component as they are the list of fields which are available for import and export. You can click on Usage tab to get the description of the fields.
No, include only what you need to import and export.
CSVI checks if a module is already in database using two required fields title and module, if the value of these fields matches with the value in your database then the module will be updated else a new row will be inserted.
400 error occurs when server was unable to process the request sent. Few reasons could be that wrong syntax or size of the file is very big or something like that. Is your import file too big? What if you run your import with only few records? Does it complete then?
I have look http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#fields but it is just a list of fields without a description (the same list I have already seen in the csvimproved component when I clic "add fields" to the template).
Yes you would see the same in template fields in CSVI component as they are the list of fields which are available for import and export. You can click on Usage tab to get the description of the fields.
1. must I include all of them? asset_id?
No, include only what you need to import and export.
2. what will happen with the modules that there actually in the second web? They will be overwrited?
CSVI checks if a module is already in database using two required fields title and module, if the value of these fields matches with the value in your database then the module will be updated else a new row will be inserted.
An error has occured during the import. Below the information received from the server.
Status error: 400
Status message: Bad Request
400 - Bad request
There is a problem loading this page. Please try refreshing it.
If the error persists, please contact the website webmaster.
400 error occurs when server was unable to process the request sent. Few reasons could be that wrong syntax or size of the file is very big or something like that. Is your import file too big? What if you run your import with only few records? Does it complete then?
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Thanks for replaying
The Usage Tab fields in Joomla Modules are different from the Fields List Tab (It seems from another component: "The content contains the text of the article" p.e)
https://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
:laugh: I know I need to import and export the modules and all of it content and parameters, but i have not found anywhere to know if some Joomla internal parameters like assest_id or menuid or menu_alias... are necessary to be included or if it will be dangerous to included them.
Which are the recommended fields to be included? The one in the "example module export"?
I have tried with 5 records and same result.
Yes you would see the same in template fields in CSVI component as they are the list of fields which are available for import and export. You can click on Usage tab to get the description of the fields.
The Usage Tab fields in Joomla Modules are different from the Fields List Tab (It seems from another component: "The content contains the text of the article" p.e)
https://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
No, include only what you need to import and export.
:laugh: I know I need to import and export the modules and all of it content and parameters, but i have not found anywhere to know if some Joomla internal parameters like assest_id or menuid or menu_alias... are necessary to be included or if it will be dangerous to included them.
Which are the recommended fields to be included? The one in the "example module export"?
400 error occurs when server was unable to process the request sent. Few reasons could be that wrong syntax or size of the file is very big or something like that. Is your import file too big? What if you run your import with only few records? Does it complete then?
I have tried with 5 records and same result.
Accepted Answer
Pending Moderation
Hello,
The basic needed fields are the required fields which CSVI needs for import. Make sure they are added in your export template. Other than that you can add fields which you want to move to your new site.
Can you send me your import file? Let me run it here and check what happens.
Which are the recommended fields to be included? The one in the "example module export"?
The basic needed fields are the required fields which CSVI needs for import. Make sure they are added in your export template. Other than that you can add fields which you want to move to your new site.
I have tried with 5 records and same result.
Can you send me your import file? Let me run it here and check what happens.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
CSVI_Joomla Module Export (limited)_11-04-2018_11.05_10_30.csv
have you checked this?
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
content: "The content contains the text of the article" or .?!
checkout: "The time the article has been checked out." ¿!
It seems the usage of the articles, not of the modules...
The Usage Tab fields in Joomla Modules are different from the Fields List Tab (It seems from another component: "The content contains the text of the article" p.e)
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
have you checked this?
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
content: "The content contains the text of the article" or .?!
checkout: "The time the article has been checked out." ¿!
It seems the usage of the articles, not of the modules...
Attachments (1)
Accepted Answer
Pending Moderation
[attachment]CSVI_Joomla Module Export (limited)_11-04-2018_11.05_10_30.csv[/attachment]
have you checked this?
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
content: "The content contains the text of the article" or .?!
checkout: "The time the article has been checked out." ¿!
It seems the usage of the articles, not of the modules...
The Usage Tab fields in Joomla Modules are different from the Fields List Tab (It seems from another component: "The content contains the text of the article" p.e)
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
have you checked this?
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
content: "The content contains the text of the article" or .?!
checkout: "The time the article has been checked out." ¿!
It seems the usage of the articles, not of the modules...
Accepted Answer
Pending Moderation
Hello,
Yes i noticed the description. We will check and fix this.
Regarding your file, i did not have any problem in running the import with Example Joomla module template and the import file you posted. Few things which you can check is by clearing your browser cookies and browser cache or try import using another browser. If nothing helps contact your hosting provider and check with them for the error.
have you checked this?
http://csvimproved.com/support/tutorials/285-joomla-modules/4210-joomla-modules#usage
content: "The content contains the text of the article" or .?!
checkout: "The time the article has been checked out." ¿!
It seems the usage of the articles, not of the modules...
Yes i noticed the description. We will check and fix this.
Regarding your file, i did not have any problem in running the import with Example Joomla module template and the import file you posted. Few things which you can check is by clearing your browser cookies and browser cache or try import using another browser. If nothing helps contact your hosting provider and check with them for the error.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »