|
Title: No records being imported - Trial CSV Post by: DingoBlue on March 03, 2008, 09:10:57 PM I have been trialling the import CSV component but with no luck, I get the following for each of the 5 records I try:
Line 2 Line Table 'skalsydn_skalsydney2010.jos_jreviews_content' doesn't exist SQL=Insert Into jos_jreviews_content(`contentid`) Values('32') I am running JOOMLA 1.5.1 with legacy on. I loaded the IonCube version. I am not running jReviews. Can you indicate where I might have gone wrong? Regards Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 03, 2008, 10:31:58 PM Sorry about that. Try this version and let me know the results.
Title: Re: No records being imported - Trial CSV Post by: DingoBlue on March 04, 2008, 12:32:34 AM Perfect - thank you.
Is the "real" ($$) version OK to use now? Regards Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 04, 2008, 06:24:04 AM Thanks for letting me know. Yes, both the trial and full versions have now been updated.
Title: Re: No records being imported - Trial CSV Post by: owaho on March 19, 2008, 05:45:49 PM Thanks for letting me know. Yes, both the trial and full versions have now been updated. I'm having the same problem, when i try to import records, I get Line 2 Table \'euturpec_register.jos_jreviews_content\' doesn\'t exist SQL=Insert Into jos_jreviews_content(`contentid`) Values(\'57\') Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 20, 2008, 01:57:01 PM I have uploaded several new releases since this problem was first reported. Go to the components installer and check if you have version 1.0.6 or later, otherwise download the newer version and reinstall.
Title: Re: No records being imported - Trial CSV Post by: owaho on March 21, 2008, 12:16:46 PM I have 1.0.6 installed. I tried uploading the csv file on the demo you have set up, and everything worked fine. It's a simple csv, title, section ID, category ID, with only one row of data.
Title: Re: No records being imported - Trial CSV Post by: owaho on March 21, 2008, 01:35:22 PM I went ahead and purchased the component since I have good faith in my previous experiences. Unfortunately, I'm still getting the same error even with the purchased component.
I'm running Joomla 1.0.12, jreviews 1.2.10 Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 21, 2008, 05:43:49 PM I promise I'll look into this, but you'll need to wait until next week when I get back from holidays. If you install jReviews on the site where you are trying to use CSV Import, the problem should be solved, but of course this isn't the ideal solution.
Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 23, 2008, 03:52:24 PM I have checked the code in the latest version and it has the changes to prevent this error. The only situation in which the error would occur is if the component/com_jreviews folder exists, but the jreviews tables are not there. What exactly is the situation re: jReviews in the site where you are testing this? Has it ever been installed? Is it installed right now?
Title: Re: No records being imported - Trial CSV Post by: Sall1 on March 29, 2008, 02:40:41 AM Hello Alejandro, I've been having the same problem when trying to import my CSVs
This is the error code I get: 0 new content items were created successfully. 1 not imported (check errors below) Line 2 Line Table \'karsi02_sarki3.jos_jreviews_content\' doesn\'t exist SQL=Insert Into jos_jreviews_content(`contentid`) Values(\'648\') I got the paid version but it stills gives me the same error I'm using joomla 1.0.15, jreviews 12.0.10 and CSV Import 1.0.7 Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 29, 2008, 09:07:58 AM Do you have jReviews installed?
Please submit a ticket with super admin access, ftp access and an example csv I can use and I'll fix this for you and update the component. Title: Re: No records being imported - Trial CSV Post by: Alejandro on March 29, 2008, 07:35:06 PM Ok, I have narrowed down this problem to installations not using the standard jos_ database table prefix. If you run into this issue, search in admin.csv_import.php for this line:
Code: $err = insertObject("jos_jreviews_content",$arrJreviewData); And change to: Code: $err = insertObject("#__jreviews_content",$arrJreviewData); I'll update this in the next release. Title: Re: No records being imported - Trial CSV Post by: Sall1 on March 31, 2008, 12:43:43 PM Thanks Alejandro, you're great!
Title: Re: No records being imported - Trial CSV Post by: owaho on May 07, 2008, 06:07:13 PM Alejandro,
Sorry for the long delay in replying! Class work started building up. I am still experiencing the same problem. I have JReviews installed and version 1.0.7 of csv import. For some reason when I FTP or use my hosts file browser to com_csv_import it shows no content, so I can't make the change you suggested. Is there a way I can send you more info to setup a user account for you to check the stuff out on my site? Thanks! Title: Re: No records being imported - Trial CSV Post by: Alejandro on May 07, 2008, 06:15:59 PM It's the /administrator/com_csv_import folder you need to be looking at. At this point after so many posts I am not sure exactly what problem you are having, but you can submit a ticket with site info and I'll take a look if you can't figure it out.
Powered by SMF 1.1.4 |
SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com |