• Resolved mcapello

    (@mcapello)


    We have moved our website to GoDaddy, and I am having issues importing my csv file.

    I select my csv file and click “Import Files”. My locations load on the page, I select correct headers for the columns, and click “Import Locations”. I am directed back to the add locations page and my locations will not import.

    I performed these steps and receive an “Internal Server Error” message
    a) Add the following to the ‘php.ini’ file in your website’s root directory, ‘/public_html/’ (or create the ‘php.ini’ file if it doesn’t exist):
    max_input_vars = 50000
    suhosin.post.max_vars = 50000
    suhosin.request.max_vars = 50000

    b) Then, in the ‘.htaccess’ file in the same directory, add the following (replacing “{your_username}” with the actual username in the path):
    suPHP_ConfigPath /home/{your_username}/public_html
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>

    I did this and now the page doesn’t load when I attempt to upload my csv file:
    – chmod the ‘/store-locator/’ folder to 775

    I would greatly appreciate your assistance in getting this resolved!

    https://www.ads-software.com/plugins/store-locator/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to upload CSV after switching hosting companies’ is closed to new replies.