• Resolved Qtwix

    (@albiurs)


    Hi,

    I just noticed that the values shown in the phpinfo of the Developer Tools plugin shows different values then the manually created phpinfo.php I dropped into the root folder of the website. E.g.:
    root folder’s phpinfo.php -> PHPinfo():
    max_execution_time 180 300
    memory_limit 512M 512M

    Developer Tools by PeepSo -> PHPinfo():
    max_execution_time 30 300
    memory_limit 256M 512M

    Any idea why the values are not the same?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PeepSo, Inc.

    (@peepso)

    The file you added doesn’t work. Either because of syntax or placement. Contact hosting about where you should’ve placed the file.

    Thread Starter Qtwix

    (@albiurs)

    Thanks for the reply.

    What do you mean by “The file you added”? I didn’t add any file here. My question is about one of my sites where I am using the Developer Tools plugin. As I changed php values by altering the hosting’s php settings and later on also in the root folder .htaccess, I noticed that the changes were not updated/recognized by the Developer Tools Plugin. So, I created an additional new phpinfo.php file…

    <?php
    
    phpinfo();
    
    ?>

    …in the root folder of the website and realized that the values in root folder’s phpinfo.php file do not match the ones from the Developer Tools Plugin.

    Any idea why this could happen?

    Thanks

    • This reply was modified 7 years, 2 months ago by Qtwix.
    Thread Starter Qtwix

    (@albiurs)

    just got the cause of the issue. The values were modified by a plugin which made changes to the wp-config.php and therefore altered the values within WordPress.

    • This reply was modified 7 years, 2 months ago by Qtwix.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘different values for directives as root phpinfo’ is closed to new replies.