COMMUNITY FORUM
Tool for importing / exporting items to / from K2
- Individual IT
-
Topic Author
- Offline
- Elite Member
- Developer of the K2 Import / Export Tool
Please Log in or Create an account to join the conversation.
- Balgas
-
- Offline
- Junior Member
I tried to import a csv file with 540 rows with images. When i start the import, it writes after few time : Error.
When i try to import it on my local website, it works (it's very long, but it's ok).
What is wrong ?
Thx ^^
Please Log in or Create an account to join the conversation.
- Sue
-
- Offline
- New Member
- Posts: 8
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
Please check if the joomla / php versions and the php settings are the same on your local machine and on the server
Its always good to try to import less rows in a loop.
P.S. at the moments there seems to be a bug that just there in special PHP versions, so it would be very useful to know environments that are working and those that are not working
Please Log in or Create an account to join the conversation.
- Thomas Allier
-
- Offline
- New Member
- Posts: 1
I'm using the K2 import tool (last beta version) on joomla 2.5.4
I created a sample csv file (test.csv) attached here.
I believe it respects the format described in your manual (double quotes and comma separation). It's encoded in UTF-8.
When importing the file into my CMS, the K2 items are successfully created. Though, all the accentuated characters are removed...
Is that a bug from your extension or something wrong with my encoding?
Regards,
Thomas
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
I think the file is not UTF8 encoded. When I open the file in a editor with UTF8 encoding it looks like the attachment.
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
It fixes a problem with some PHP versions. If you try to import items and nothing happens, this version could help you.
If you have problems with beta2 try to fall back to beta1 and report the problem. Best to contact me via email or twitter
If you already bought the tool once, try the link you got after payment and see if its still valid. For every EUR you pay, you can download updates for 10 days.
Please Log in or Create an account to join the conversation.
- Gustavo Mourão
-
- Offline
- New Member
- Posts: 1
Warning: Wrong parameter count for strstr() in .../public_html/administrator/components/com_k2import/controller.php on line 890
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
I didn't answer because I was in hollidays.
could you please give more information about your system? see the first post.
Please Log in or Create an account to join the conversation.
- Daniel Pulido
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Daniel Pulido
-
- Offline
- New Member
- Posts: 3
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
If you cannot download it please drop me an email in my contact form www.individual-it.net/en/kontakt-impressum.html
Please Log in or Create an account to join the conversation.
- Daniel Pulido
-
- Offline
- New Member
- Posts: 3
any suggestion?
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
If I cannot find the mistake there, it would be good it you send me the joomla admin details so I can debug on your host.
Please Log in or Create an account to join the conversation.
- Peter
-
- Offline
- New Member
- Posts: 19
importing items, please stand by
items were successful imported
Row: 10 / memory peak: 13.5 MB
importing items, please stand by
items were imported, but with some problems:
cannot open file: C:\xampp\htdocs\onthego/tmp\
Row: undefined / memory peak: 7.75 MB
Import finished
I tried increasing the memory_limit in xampp's php.ini file from 648MB to 1648MB and restarting Apache and MySQL, but it still fails at the same spot (row 10). It works fine if I split up my spreadsheet, but who wants to do that? ;)
Any ideas on how I can fix this?
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
this is strange if he finds the file ones and then not again.
please check first your joomla settings for the tmp directory C:\xampp\htdocs\onthego/tmp\ lools strange should ne C:\xampp\htdocs\onthego\tmp\
And then tell me the version of the extension you are using - see first post. and send me the CSV file
What you always can do is increase the number of rows that are imported in one go, but this will not solve the real problem
Please Log in or Create an account to join the conversation.
- Nick
-
- Offline
- Elite Member
- Posts: 190
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
does the export of less categories work? If yes you probably running in limitations of your server max_execution_time or memory_limit
Please Log in or Create an account to join the conversation.
- Nick
-
- Offline
- Elite Member
- Posts: 190
Please Log in or Create an account to join the conversation.
- Nick
-
- Offline
- Elite Member
- Posts: 190
I tried going through your code but its going to take a while to understand it.
Can't you just split up the queries and do just 100 each time? I have 3000+ items..
Please Log in or Create an account to join the conversation.