• Resolved beckmega

    (@beckmega)


    Hello, on installing of the plugin I get these errors and the plugin menu doesn’t shows, even thought in the Admin.php on line 106 the code has nothing to do with allow_url_fopen

    Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/***/public_html/wp-content/plugins/reactpress/admin/Admin.php on line 106
    
    Warning: file_get_contents(https://www.***.org/wp-content/plugins/reactpress/admin/js/reactpress-admin/build/asset-manifest.json): Failed to open stream: no suitable wrapper could be found in /home/***/public_html/wp-content/plugins/reactpress/admin/Admin.php on line 106

    In the php.ini file allow_url_fopen is set to On, so this shouldn’t be problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rockiger

    (@rockiger)

    Is allow_url_fopen set to on or to 1? I googled the problem and it seems you need to add allow_url_fopen=1 to your php.ini.

    If that doesn’t help, it seems that your server can’t use file_get_contents. As it seems to be disabled on another level.

    What server do you use? Is this a dev system?

    • This reply was modified 2 years, 2 months ago by rockiger.
    Thread Starter beckmega

    (@beckmega)

    I use cpanel. The problem was that I didn’t have to change the php.ini but php81-fcgi.ini when I use PHP8.1

    Thank You for the fast response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error on install’ is closed to new replies.