• Resolved ehsan6830

    (@ehsan6830)


    Hi.
    My WordPress has updated to 5.0.1 and my host is windows(plesk) with php 5.6.17 and my mysql is 5.1.73.
    my problem is when active “Cryptocurrency Widgets” plugin , the wp show the following warning on my site(wp-Debug is false).

    Warning: is_readable(): open_basedir restriction in effect. File(C:\Inetpub\vhosts\iran2oman.com\simabminer.com/wp-content/plugins/C:\Inetpub\vhosts\iran2oman.com\simabminer.com\wp-content\plugins\cryptocurrency-price-ticker-widget/languages/ccpw-fa_IR.mo) is not within the allowed path(s): (C:/Inetpub/vhosts//iran2oman.com\;C:\Windows\Temp\) in C:\Inetpub\vhosts\iran2oman.com\simabminer.com\wp-includes\l10n.php on line 632

    What should i do?
    sorry my english bad.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, got the same Problem.
    Did you solve it?

    Regards
    Michael

    Hi

    Thanks for spotting an issue.

    Please Go to Plugins Folder>> cryptocurrency-price-ticker-widget >> cryptocurrency-price-ticker-widget.php

    Find the given below code.
    load_plugin_textdomain( ‘ccpw’, false, Crypto_Currency_Price_Widget_PATH . ‘languages’ );

    Replace with:
    load_plugin_textdomain( ‘ccpw’, false, basename(dirname(__FILE__)) . ‘/languages/’ );

    Thanks

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

The topic ‘Problem After wp update’ is closed to new replies.