• Resolved kimamayfield

    (@kimamayfield)


    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/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kimamayfield

    (@kimamayfield)

    When I pull up my site 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

    (@ukrainecmk)

    Hello.
    Please contact your hosting administrators and ask them to enable parse_ini_file() function usage.

    Regards,
    Alexey.

    Thread Starter kimamayfield

    (@kimamayfield)

    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

    (@ukrainecmk)

    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

    (@kimamayfield)

    that worked! thanks so much!

    Plugin Author ukrainecmk

    (@ukrainecmk)

    No problems, enjoy!

    Regards,
    Alexey.

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

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