Server IP : 192.64.118.117 / Your IP : 3.144.252.197 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/e-signature/views/about/ |
Upload File : |
<div id="installation-check-fail" class="installation-check-fail"> <div class='head-check'> <div class="check-fail-heading"><b><?php _e("Installation check failed","esig"); ?></b></div> <div class="resolve_error"><?php _e("Resolve the error below then click or refresh the page.","esig");?></div> </div> <div id ="error-show" class ="check-fail"> <?php global $is_esig_system_error; $memory_limit= WP_MEMORY_LIMIT; $php_version = PHP_VERSION; $wordpress_version = get_bloginfo('version'); if(!function_exists('mb_split')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("MBString multibyte support","esig");?> </b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/mbstring-multibyte-support/" target="_blank"><?php _e("MBString multibyte support for details","esig");?></a></div> <?php } if($memory_limit<96){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("Memory limit at least 96M","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/increase-memory-limit/" target="_blank"><?php _e("How to Increase the Memory Limit for details","esig");?></a></div> <?php } if (version_compare($php_version, '5.3.0', '<')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("Php version =>5.3 required","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/php-requirements/" target="_blank"><?php _e("PHP Version Minimum Requirements for details","esig");?></a></div> <?php } if (version_compare($wordpress_version, '3.5', '<')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("Wordpress version =>3.5 required","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/wordpress-version-minimum-requirements/" target="_blank"><?php _e("WordPress Version Minimum Requirements for details","esig");?></a></div> <?php } if(!WP_E_Addon::is_dir_writable()){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("Assets/temps/ directory permission set to be writable","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/writable-directory/"><?php _e("Assets/temps/ Directory is not Writable for details","esig");?></a></div> <?php } if(!function_exists('curl_init')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("PHP Curl not supported","esig");?></b></div> <div class="failed-check" style="height: 62px;">See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/php-curl-installation-instructions/"><?php _e("PHP Curl Install Instructions for details","esig");?></a></div> <?php } if(!function_exists('mcrypt_create_iv')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("PHP Mcrypt not supported","esig");?></b></div> <div class="failed-check" style="height: 62px;">See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/mcrypt-security/"><?php _e("Mcrypt Security for details","esig");?></a></div> <?php } $about = new WP_E_aboutsController(); if(!$about->remote_post_working()){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("WP REMOTE GET/POST not working","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/wp-remote-getpost/"><?php _e("WP REMOTE GET/POST for details","esig");?></a></div> <?php } if(!extension_loaded('gd')){ $is_esig_system_error = true; ?> <div class="checklist-failed"> <span class="icon-exit checklist-exit-icon"> </span><b><?php _e("PHP GD Library not enabled","esig");?></b></div> <div class="failed-check" >See <a href="https://www.approveme.com/wp-digital-signature-plugin-docs/article/gd-library/"><?php _e("How to Enable the GD Library for details","esig");?></a></div> <?php } ?> </div> <button id="esig-system-checklist-retry" class="retry-checking"><b>Retry</b></button> <div class="line-height"></div> </div>