CPK Web Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [WP CSV] Add plain text to export?Hi Jeff
You could add as a custom field, or add via a spreadsheet after export.
Best wishes
Paul
Forum: Plugins
In reply to: [Sunny] Parse error: syntax error in Ver.2.0 updateHi Tang Rufus
Understand your position. Ok if I fork the project to provide backwards compatibility?
Best wishes
Paul
Forum: Plugins
In reply to: [Sunny] Parse error: syntax error in Ver.2.0 updateHi
For anyone who doesn’t know, this can be easily fixed by either deactivating Sunny (delete plugins/sunny folder if necessary), or upgrading to PHP 7.
FWIW, I move all the sites I can to PHP 7, but there are some very important production sites that are stuck on lower versions due to old unsupported themes and little budget to upgrade.
Last I checked, WordPress promises to be backwards compatible down to PHP 5.2 or 5.3. Hopefully the Sunny plugin author will reconsider using PHP 7 functionality, as annoying as it might be to miss out on the new stuff!
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] I can′t upload my csv fileHi Moad94
Try changing your delimiter setting to ‘;’.
Best wishes
Paul
Forum: Plugins
In reply to: [User Photo] Cannot update User PhotosHi Glen
An easy way to solve this for upstream caching services would be to give new images a new file name. ie instead of 62.jpg and 62.thumbnail.jpg, you might have 62-20161017182210.jpg and 62.thumbnail-20161017182210.jpg, with the timestamp changing on each upload of a new user photo.
Kind regards
Paul
Forum: Plugins
In reply to: [WP CSV] Export user metaHi mswas
If you export, you’ll find that you get a name instead of a user id. You can also enter that name for import and it will be converted to an id.
There’s no other user meta available at present with this plugin.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] Issue with importHi littlechamp
Sorry for the delay.
I’d expect to get a lot more bug reports if it was broken for everyone. For your specific case, I’d need more information.
I hope to do some testing and release a new version in the next couple of weeks.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] What happens?Hi newby2015
Sorry for the slow reply. Busy year!
Your question answered here:
https://plugins.cpkwebsolutions.com/plugins/wp-csv/quick-start-guide/
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] PHP7 compatiblityHi Sander
Busy year! Possibly within 2 weeks.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] Double contentHi gooweb
The most common cause of this would be if the ID field is blank (meaning create) instead of containing a number (meaning update).
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] Gateway Time-out Error occueredHi
Discuss with whoever manages your server. Tell them how big the file is and how many seconds before the error appears.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] create custom post from several csv filesHi David
I’ve been too busy with life to attend to any requests here. Hope you solved your problem.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] undefinedHi Evilex/lingomedia
I’ve investigated this a few times and the cause has always been an unexpected closure of the server connection. The javascript above is not from my plugin. It may be from jQuery, but I’ve never tried to track it down.
The cause is likely something like an overloaded server with processes being kill off, or a timeout being hit outside of PHP (ie nginx). I’ve only ever been able to reproduce this by starting a big import/export and then killing apache. Worthwhile checking your server logs if you can.
Best wishes
Paul
Forum: Plugins
In reply to: [WP CSV] PHP 7.0 compatibility issuesThanks for your feedback. I will address these in the next update.
Best wishes
Paul
- This reply was modified 8 years, 5 months ago by CPK Web Solutions.
Forum: Plugins
In reply to: [WP CSV] Error Generated by My ServerHi Eric
I’ve investigated this a few times and the cause has always been an unexpected closure of the server connection. The javascript above is not from my plugin. It may be from jQuery, but I’ve never tried to track it down.
The cause is likely something like an overloaded server with processes being kill off, or a timeout being hit outside of PHP (ie nginx).
Best wishes
Paul