Forum Replies Created
-
AuthorPosts
-
August 22, 2015 at 1:55 pm #23777
<dl><dt id=”constant.fileinfo-mime-type”></dt><dt>1. I have a lot of error messages in the Log file:</dt><dt></dt><dt>[22-Aug-2015 02:57:54 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:06:43 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:25:17 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:25:58 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:26:30 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:26:41 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
[22-Aug-2015 03:28:27 UTC] PHP Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-cron.php on line 11
. . .</dt></dl>2. The tools-cron.php (and 2 other PHP modules) calls the function:// Return watermark. . .
$finfo = finfo_open(FILEINFO_MIME_TYPE); — line #11but finfo_open() and
FILEINFO_MIME_TYPE(<span class=”type”>integer</span>) are a<span class=”simpara”>vailable since PHP 5.3.0 only.
</span>Could PHP version be a problem?
August 22, 2015 at 2:27 am #23776I have the same problem on my host.
Configuration: WP: 4.3; WC: 2.1.13, SS: 1.3.2.
Environment variables:
* Imagick PHP Enabled
* Maximum Execution Time 600
* Memory Limit 256M
* Exec Commands EnabledThe “//public_html/ss_media/new” directory is empty.
Sometimes, after running the cronjob task, I’m getting the error message:
Fatal error: Call to undefined function finfo_open() in //public_html/wp-content/plugins/symbiostock/tools-ftp.php on line 114 -
AuthorPosts
