Title: PHP 5.4
Last modified: August 21, 2016

---

# PHP 5.4

 *  Resolved [jamesict](https://wordpress.org/support/users/jamesict/)
 * (@jamesict)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/)
 * Hi,
 * Has anyone using this plugin had it run successfully with PHP 5.4 ?
 * I have just upgraded our server to PHP 5.4 and now I see a message containing
   the following:
 * Warning: ini_set() has been disabled for security reasons on lines 29 and 30
 * Is there an easy fix for this?
 * Thanks for any help you can offer.
 * [http://wordpress.org/extend/plugins/wp-ultimate-csv-importer/](http://wordpress.org/extend/plugins/wp-ultimate-csv-importer/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827004)
 * This error is triggered because your host has disabled ini_set in their php configuration.
   You can try edit wp_ultimate_csv_importer.php and add @ at start of line no 29
   and 30 as follows
 * @ini_set ( ‘max_execution_time’, 600 );
    @ini_set ( ‘memory_limit’, ‘128M’ );
 * This should work now and let me know if this solves your issue or not.
 * Thanks
 *  Thread Starter [jamesict](https://wordpress.org/support/users/jamesict/)
 * (@jamesict)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827043)
 * Thanks [@smackcoders](https://wordpress.org/support/users/smackcoders/)
 * That solved the problem.
 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827055)
 * Thanks for the reply. Kindly leave your feedback and rating.
 *  Thread Starter [jamesict](https://wordpress.org/support/users/jamesict/)
 * (@jamesict)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827056)
 * Excellent support!
 * 10 out of 10!
 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827057)
 * Hei James,
 * Thanks for the feedback. Can please leave your rating/feedback here at [http://wordpress.org/support/view/plugin-reviews/wp-ultimate-csv-importer](http://wordpress.org/support/view/plugin-reviews/wp-ultimate-csv-importer)
 * This can really help us to keep going

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PHP 5.4’ is closed to new replies.

 * ![](https://ps.w.org/wp-ultimate-csv-importer/assets/icon.svg?rev=3131703)
 * [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress](https://wordpress.org/plugins/wp-ultimate-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/)

## Tags

 * [php 5.4](https://wordpress.org/support/topic-tag/php-5-4/)

 * 5 replies
 * 2 participants
 * Last reply from: [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/php-54-57/#post-3827057)
 * Status: resolved