Jump to content

leisegang

Priority Members
  • Joined

  • Last visited

Solutions

  1. leisegang's post in List PHP version for sites was marked as the answer   
    i just made a module and ran this in the module file:

    <?php if ( !isset( $include_path ) ) { echo "invalid access"; exit( ); } $phpversion1 = shell_exec("grep php-fpm74 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.4</h2><pre>".$phpversion1."</pre>"; echo "<br><br>"; $phpversion2 = shell_exec("grep php-fpm82 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.2</h2><pre>".$phpversion2."</pre>"; echo "<br><br>"; $phpversion3 = shell_exec("grep php-fpm83 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.3</h2><pre>".$phpversion3."</pre>"; echo "<br><br>"; $phpversion4 = shell_exec("grep php-fpm84 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.4</h2><pre>".$phpversion4."</pre>"; echo "<br><br>"; ?>
  2. leisegang's post in View sites PHP version was marked as the answer   
    This is what i came up with:
    Search for PHP 7.4
    grep -r "74" /home/*/.conf/webservers/ Search for PHP 8.2
    grep -r "82" /home/*/.conf/webservers/ Displaying all versions
    grep -r "php-fpm_ver" /home/*/.conf/webservers/  
    I did not find that file/folder in all accounts. I dont know why
  3. leisegang's post in Email delivery was marked as the answer   
    I got a message saying that i dont have access/rights to view this plugin.
     
    I Tried to remove it manually and installed it again with this command and then it worked