• PHP Version: 5.6.35
    wordpress version: 4.9.6
    JobCareerVersion : 2.3 by ChimpStudio

    Hello I have a problem and I do not know if it is the template that I use or if it is wordpress or if it is the server hosting problem.
    So here is my concern: I have the template JOBCAREER which requires allow_url_fopen = on.
    I also enabled the feature on the server in the cpanel option editor ini multiphp. when I create the file at the root of my site to display the server information the feature is enabled allow_url_fopen = on. serveur phponfo
    but in the wordpress interface the theme job career and the wordpress plugin php info show that the feature is enabled allow_url_fopen = off.

    I contacted the support of the template, after verification they said it was not at their level so they asked me to contact my web host. What I did, and the web host also said that the parameters have been taken into account by the server so it is not a problem at their level. So I turn to you to help me solve the problem.
    I do not know what is due. Thank you for helping me

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can view the phpinfo.php file to see what settings are turned on and off:

    https://polemploici.com/phpinfo.php

    It does indeed look like allow_url_fopen is on. I would contact support of the theme again.

    It is most definitely enabled on your server. php.ini is the only way to enabled or disable this.

    Upload a page to your site, call it whatever you want, test.php or something like that. Add this code:

    <?php
        echo 'allow_url_fopen = ' . @ini_get( 'allow_url_fopen' );
    ?>

    When you load the page in your browser you should see:

    allow_url_fopen = On

    That will then mean that code in the template is incorrect.

    If it reads as Off or 0 or is empty, then we have to look somewhere else.

    Thread Starter agatouss

    (@agatouss)

    Thank you for your quick answers. I try immediately and I give you the result

    Thread Starter agatouss

    (@agatouss)

    voici le lien https://polemploici.com/test.php
    `allow_url_fopen = 1
    here is the info I have on the plugin wordpress php info page
    https://prntscr.com/jlzr5l
    here is the info I have on the template JobCareer page

    View post on imgur.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘server configuration not recognized by wordpress (php setting).’ is closed to new replies.