Giter VIP home page Giter VIP logo

import-users-from-csv's Issues

Error when trying to install via wpackagist

I get the following error when trying to install the plugin via composer using wpackagist-plugin/import-users-from-csv (which is listed in composer search results) โ€“ anything you can do?

[Composer\Downloader\TransportException]
The "http://wpackagist.org/p/wpackagist-plugin/import-users-from-csv$64cef4b5df99777368626d210b31baae98d828e21c9191417d6cfef4c391ec93.json" file could not be downloaded (HTTP/1.1 404 Not Found)  

Is this still supported? Change of Ownership?

Hey Ulrich,

I would like to know if you would be keen to transfer ownership of this plugin? I see it hasn't been updated in a while and I'd like to simply maintain compatibility of it with new PHP and WordPress versions.

I've tried to reach out on all mediums :)

Thanks!

Import is very slow.

When importing via CSV file it takes averagely more than 2 minutes to upload one user. So if list of 10 users would become 2o minutes. Is there any particular reason? I'm using a pmpro plugin also with these

Line break detection errors

When formatting .csv files in excel on a mac, the plugin doesn't work, but doesn't log an error. I finally figured out what the problem was, and solved by a manual treatment in vi in the terminal.

I did all your treatments and data formatting on the list, saved in excel and closed, then opened with vi in terminal and run the
following:

:%s/\r/\r/g

This will replace line break errors with proper line breaks.

Page timing out

Would be great if you made the page process differently, by ajax or whatever, because I am getting page timeouts on large files and have to split manually into smaller chunks. Otherwise, it's a great, simple, useful plugin.

Blank email address should not overwrite other blank email addresses

A blank email address should not overwrite another blank email address when importing a CSV. Otherwise it is impossible to import more than one user in a single file without email addresses (which is actually allowed by the WordPress API).

The fix is pretty simple, replace this line...

if ( ! $user && isset( $userdata['user_email'] ) )

with this...

if ( ! $user && isset( $userdata['user_email'] ) && $userdata['user_email'] )

I hope this can be fixed in a future version. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.