Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23777
    Profile photo of Sergiy
    Sergiy
    Participant

    <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 #11

    but 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?

     

    #23776
    Profile photo of Sergiy
    Sergiy
    Participant

    I 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     Enabled

    The “//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

Viewing 2 posts - 1 through 2 (of 2 total)