1. delinieict
  2. RO CSVI
  3. Thursday, 04 March 2021
  4.  Subscribe via email
Hi,
I'm trying to figure out why a csv file from a link is not being imported but works when we first download that file.
It's about 20MB.
In the log it just ended after 445 lines without an error.

Any tips on how to find a clue ?
Thanks,
Nico
Accepted Answer
Accepted Answer Pending Moderation
Hi Tharuna,

To start with the cause of the problem, it was the .htaccess.
We use this file as htaccess file : https://github.com/joomla/joomla-websites/blob/master/configuration-baselines/.htaccess-joomla
And we had this line inserted :
RewriteRule ^administrator\/components\/com_csvi\/rantai\/rantai\.php$ - [L]
But had to modify the position within the file (now on line 457) to fix the error.

This site was in offline modus and for some reason gave a 503 error and that was confusing. After we put the site online the error changed to 404 and made it a lot easier to find the issue. (very often .htaccess :D ).

So it's fixed now.
  1. more than a month ago
  2. RO CSVI
  3. # Permalink
Sorry, the discussion is currently locked. You will not be able to post a reply or a comment at the moment.