- Posts: 15
COMMUNITY FORUM
Tool for importing / exporting items to / from K2
- Dean
- Offline
- New Member
Less
More
8 years 6 months ago #153812
by Dean
Replied by Dean on topic Tool for importing / exporting items to / from K2
Looks like its not compatible with PHP 5.6. I went back to 5.4 and there errors went away.
Please Log in or Create an account to join the conversation.
- Individual IT
- Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
8 years 6 months ago #153815
by Individual IT
Replied by Individual IT on topic Tool for importing / exporting items to / from K2
It should work with PHP 5.6 without problems. Its a question of you PHP settings.
Strict Standards messages should not be displayed on a productive system, they are for developers only.
Switch the error reporting in Joomla to simple.
Strict Standards messages should not be displayed on a productive system, they are for developers only.
Switch the error reporting in Joomla to simple.
Please Log in or Create an account to join the conversation.
- Drake
- Offline
- New Member
Less
More
- Posts: 1
8 years 6 months ago #153953
by Drake
Replied by Drake on topic Tool for importing / exporting items to / from K2
Hello I apologize in advance, I made the purchase but never received any download link or you can enter login and download, nothing ... or at least i dont know where. You help me? I wrote to the author by the contact form, but I have not received a response. seriously I am sorry. Thank you
Please Log in or Create an account to join the conversation.
- Individual IT
- Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
8 years 6 months ago #153954
by Individual IT
Replied by Individual IT on topic Tool for importing / exporting items to / from K2
Hi,
you should have got an Email with a download link.
Please check your SPAM folder.
I'm not aware of any mails in the last days that I haven't answered yet.
Sorry if I missed your mail.
Please send it again.
you should have got an Email with a download link.
Please check your SPAM folder.
I'm not aware of any mails in the last days that I haven't answered yet.
Sorry if I missed your mail.
Please send it again.
Please Log in or Create an account to join the conversation.
- Alexey
- Offline
- New Member
Less
More
- Posts: 1
8 years 6 months ago #154492
by Alexey
Replied by Alexey on topic Tool for importing / exporting items to / from K2
Hello!
Did your tool supports cyrylic characters?
Please, can you test this file: dl.dropboxusercontent.com/u/69750527/drb.csv
Thank you!
Did your tool supports cyrylic characters?
Please, can you test this file: dl.dropboxusercontent.com/u/69750527/drb.csv
Thank you!
Please Log in or Create an account to join the conversation.
- Individual IT
- Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
8 years 6 months ago #154512
by Individual IT
Replied by Individual IT on topic Tool for importing / exporting items to / from K2
Hi,
what encoding is the file.
For cyrylic characters its best to use UTF-8 encoding
what encoding is the file.
For cyrylic characters its best to use UTF-8 encoding
Please Log in or Create an account to join the conversation.
- Individual IT
- Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
8 years 6 months ago #154527
by Individual IT
Replied by Individual IT on topic Tool for importing / exporting items to / from K2
New version of the extension is online!
2.4 is now stable (if you already have 2.4.beta.1 there is no need to update)
2.5.ALPHA.1 includs the possibility to use any PHP command to generate or change the imported values
Check you download link that you have got after purchasing, depending on the amount you have paid and the purchase date it might be still valid, so you can download the newest version for free!
2.4 is now stable (if you already have 2.4.beta.1 there is no need to update)
2.5.ALPHA.1 includs the possibility to use any PHP command to generate or change the imported values
Check you download link that you have got after purchasing, depending on the amount you have paid and the purchase date it might be still valid, so you can download the newest version for free!
Please Log in or Create an account to join the conversation.
- Vagrant Web Services
- Offline
- New Member
Less
More
- Posts: 1
8 years 6 months ago #154584
by Vagrant Web Services
Replied by Vagrant Web Services on topic Tool for importing / exporting items to / from K2
Does this tool not export PNG item images?
Please Log in or Create an account to join the conversation.
- Individual IT
- Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
8 years 6 months ago #154591
by Individual IT
Replied by Individual IT on topic Tool for importing / exporting items to / from K2
When saving an image K2 converts it to a .jpg image and renames is.
The original size image ends up in "media/k2/items/src" and the name is an md5 sum of "Image" and the itemID:
But that will be always a JPG file, no matter what kind of image you upload.
So I only can export that JPG file
The original size image ends up in "media/k2/items/src" and the name is an md5 sum of "Image" and the itemID:
md5("Image".$itemId) . ".jpg"
So I only can export that JPG file
Please Log in or Create an account to join the conversation.
- Scott
- Offline
- New Member
8 years 4 months ago - 8 years 4 months ago #155909
by Scott
Design Starts with a Blank Sheet
Replied by Scott on topic Tool for importing / exporting items to / from K2
Toaday I made a donation to use K2 import and having a terrible time understanding how this works, the documentation is not easily understandable but that is most likely a German to English translation. That being said the plugin install correctly.
problem 1 is attachment paths are not included in the cvs file
Problem 2: Articles import but the content is only visible when editing not when viewing the site
there are 4 K2 Categories with each containing 10- 18 articles
1. started the K2 import plugin
2. selected 1 K2 Category which has 8 K2 articles
3. clicked the export button
I was saving from an onlie dev site and importing to a local server, figured it had something to do with paths...so I backup the dev site and installed the site on to local server export the the K2 files and imported to the other Local Server site, same issue path to attachments not working
Reviewed the CSV file in Excel and LibreOffice paths are not included for the attachment items
do I need to manual fix the CSV file so that each attachment has the correct path? or what am I doing wrong with exporting
Joomla 3.5 (both dev site and local host)
K2 2.7 with update to the K2.js (there is a known problem with the attachment feature in the original K2.js file
K2 Import 2.5 Alpha
PHP 5.6 (both dev site and local host)
Localhost Xammp
problem 1 is attachment paths are not included in the cvs file
Problem 2: Articles import but the content is only visible when editing not when viewing the site
there are 4 K2 Categories with each containing 10- 18 articles
1. started the K2 import plugin
2. selected 1 K2 Category which has 8 K2 articles
3. clicked the export button
I was saving from an onlie dev site and importing to a local server, figured it had something to do with paths...so I backup the dev site and installed the site on to local server export the the K2 files and imported to the other Local Server site, same issue path to attachments not working
Reviewed the CSV file in Excel and LibreOffice paths are not included for the attachment items
do I need to manual fix the CSV file so that each attachment has the correct path? or what am I doing wrong with exporting
Joomla 3.5 (both dev site and local host)
K2 2.7 with update to the K2.js (there is a known problem with the attachment feature in the original K2.js file
K2 Import 2.5 Alpha
PHP 5.6 (both dev site and local host)
Localhost Xammp
Design Starts with a Blank Sheet
Last edit: 8 years 4 months ago by Scott.
Please Log in or Create an account to join the conversation.