Title: error message
Last modified: August 20, 2016

---

# error message

 *  Resolved [kimamayfield](https://wordpress.org/support/users/kimamayfield/)
 * (@kimamayfield)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/)
 * I am trying to use the Ready to be theme which requires this plug in. I install
   the theme and install the plug in. However when I activate the plug in I get 
   an error message that will not allow me to do anything else until I have deactivated
   the plug in. Where is the disconnect here or how can I fix this?
 * The error message I am getting is
 * Warning: parse_ini_file() has been disabled for security reasons in /home/a2027/
   public_html/wp-content/plugins/ready-ecommerce/classes/lang.php on line 29
 * Warning: session_start() [function.session-start]: Cannot send session cache 
   limiter – headers already sent (output started at /home/a2027/public_html/wp-
   content/plugins/ready-ecommerce/classes/lang.php:29) in /home/a2027/public_html/
   wp-content/plugins/ready-ecommerce/classes/req.php on line 9
 * [http://wordpress.org/extend/plugins/ready-ecommerce/](http://wordpress.org/extend/plugins/ready-ecommerce/)

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

 *  Thread Starter [kimamayfield](https://wordpress.org/support/users/kimamayfield/)
 * (@kimamayfield)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624524)
 * When I pull up my site [http://www.elepanidesigns.com](http://www.elepanidesigns.com)
   the only thing that shows after activating the plug in is
 * Warning: parse_ini_file() has been disabled for security reasons in /home/a2027/
   public_html/wp-content/plugins/ready-ecommerce/classes/lang.php on line 29
 * Warning: session_start() [function.session-start]: Cannot send session cache 
   limiter – headers already sent (output started at /home/a2027/public_html/wp-
   content/plugins/ready-ecommerce/classes/lang.php:29) in /home/a2027/public_html/
   wp-content/plugins/ready-ecommerce/classes/req.php on line 9
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/a2027/public_html/wp-content/plugins/ready-ecommerce/classes/lang.php:
   29) in /home/a2027/public_html/wp-includes/pluggable.php on line 876
 *  Plugin Author [ukrainecmk](https://wordpress.org/support/users/ukrainecmk/)
 * (@ukrainecmk)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624538)
 * Hello.
    Please contact your hosting administrators and ask them to enable parse_ini_file()
   function usage.
 * Regards,
    Alexey.
 *  Thread Starter [kimamayfield](https://wordpress.org/support/users/kimamayfield/)
 * (@kimamayfield)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624539)
 * I am using nosupportlinuxhosting as my host so they do not have someone to call.
   How do I do this myself or is this out of your realm of expertise to tell me?
 *  Plugin Author [ukrainecmk](https://wordpress.org/support/users/ukrainecmk/)
 * (@ukrainecmk)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624540)
 * I think that you can try to do next:
    1. In plugin folder open in any text edtor
   file: classes/lang.php 2. Find line: $langArr = parse_ini_file($langDirPath. 
   $file, true); and change it to: $langArr = @parse_ini_file($langDirPath. $file,
   true);
 * Regards,
    Alexey.
 *  Thread Starter [kimamayfield](https://wordpress.org/support/users/kimamayfield/)
 * (@kimamayfield)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624541)
 * that worked! thanks so much!
 *  Plugin Author [ukrainecmk](https://wordpress.org/support/users/ukrainecmk/)
 * (@ukrainecmk)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624542)
 * No problems, enjoy!
 * Regards,
    Alexey.

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

The topic ‘error message’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ready-ecommerce_b0b39c.svg)
 * [Ready! Ecommerce Shopping Cart](https://wordpress.org/plugins/ready-ecommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ready-ecommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ready-ecommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/ready-ecommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ready-ecommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ready-ecommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [ukrainecmk](https://wordpress.org/support/users/ukrainecmk/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/error-message-183/#post-3624542)
 * Status: resolved