Same problem.
I have the latest plugin version.
I can import files in my local WordPress setup (MAMP) but the same file won’t upload to the live site. I tried both the “drag and drop” and the “browse” methods with no luck.
This is the same CSV file I used before that worked fine.
There are some errors in JS console for jQuery scripts on import page…
That’s right — here are the errors I get on the live site, where I can’t import the file:
[Error] TypeError: ‘undefined’ is not an object (evaluating ‘$.trim’)
(anonymous function) (ultimate-importer-pro.js, line 5)
j (load-scripts.php, line 2)
fireWith (load-scripts.php, line 2)
ready (load-scripts.php, line 2)
K (load-scripts.php, line 2)
[Error] TypeError: ‘undefined’ is not a function (evaluating ‘$(‘#fileupload’)’)
(anonymous function) (admin.php, line 312)
fire (jquery.js, line 974)
fireWith (jquery.js, line 1084)
ready (jquery.js, line 406)
DOMContentLoaded (jquery.js, line 83)
I get this error on my local setup, but I can still process the CSV file:
[Error] TypeError: ‘null’ is not an object (evaluating ‘document.getElementById(‘checkfile’).value’)
(anonymous function) (ultimate-importer-pro.js, line 18)
j (load-scripts.php, line 2)
fireWith (load-scripts.php, line 2)
ready (load-scripts.php, line 2)
K (load-scripts.php, line 2)
I replaced version 3.5.4 with 3.5.1 and the import went successfully.
@harwooje, is debug mode is on? If not make it true and note the warnings that conflicts the importer to stall. We found warnings from plugins like gravity form, youtube simple gallery and couple of other plugins cause this. Deactivating or update these plugins worked for us. Here is what we got from test
1. Gravity form addons
2. WordPress Admin Notepad due to the above plugin csv file not upload
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home4/***/testwp/wp-includes/functions.php on line 3193
Deprecated: Function ereg() is deprecated in /home4/***/testwp/wp-content/plugins/wordpress-admin-notepad/wp-admin-notepad.php on line 68
Deprecated: Function ereg() is deprecated in /home4/***/testwp/wp-content/plugins/wordpress-admin-notepad/wp-admin-notepad.php on line 101
YouTube SimpleGallery due to the above plugin UI conflicts
Notice: A session had already been started – ignoring session_start() in /home4/****/testwp/wp-content/plugins/youtube-simplegallery/youtube_simplegallery.php on line 137
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home4/***/testwp/wp-includes/functions.php on line 3193
Kindly confirm this.We will soon update with a fix.
Looking for an update, can i resolve this issue?
We ensured that only some of the users have this issues because of other plugin warnings. Updating or deactivating those is a solution for this issue.
This topic is closed now.