Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Page Builder 2.6.2 is not loading when using Corp version 1.2
I get the following error on the page edit screen:
]Call to undefined function mime_content_type() in /wp-content/plugins/siteorigin-panels/inc/admin-layouts.php:93
If I switch themes to out of box WordPress them page builder works again. Any suggestions / help is much appreciated. I’m running WordPress version 4.9.4
Hi Arv2816,
That’s odd. mime_content_type is a default PHP function so this should only be happening if fileinfo is disabled in PHP. You’ll need to get in contact with your hosting provider about this issue as this PHP module shouldn’t be disabled.
Thanks Alex. I found that I needed to update the php.ini file to include extension = fileinfo.so once I did that the function error went away and page builder would load.