Jack.Frost
Forum Replies Created
-
Forum: Plugins
In reply to: [Install via URL] Fatal Error: Class 'finfo' not foundCheck first if your hosting is running PHP5.3 since finfo() is a PHP 5.3 function : http://php.net/manual/en/function.finfo-file.php
If you are running < 5.3, check with your hosting provider if they can do an upgrade. There is also the possibility that you need to modify your .htaccess file in order to force .php files being parsed using 5.3.
Include these lines in your .htaccess:
# Use PHP 5.3 AddType application/x-httpd-php53 .phpIf you have no idea what .htaccess is (which is totally fine, nothing to be ashamed of), check out this site: http://www.htaccess-guide.com/ (or you can google it)
I see. Well, I’m glad you got this sorted out (and thus mine :))
Version 1.5RC1 downloaded, uploaded, tested, and working! Thank you!
Would you please be so kind to explain what went not-according-to-plan?
Hi Brasofilo,
I too encounter this issue.
My setup:
-. WordPress 3.5 (self-hosted)
-. accessing using Chrome 23.0.1271.97 & Firefox 17.0.1 on Win7.
-. Theme: Twenty Twelve from WordPress
-. Plugins: Akismet, Facebook (Facebook), Faster Image Insert (David Frank), Featured Link Image (yours), Install via URL (Michal Zagalski), ReadMore (my own, to load posts without changing into another page), Under Construction (Jeremy Massel), WP Tweet Button (Tanin Ehrami)Both before and after disabling the plugins (except yours), Chrome Console produced the following:
GET http://DOMAIN/wp-admin/undefined 404 (Not Found) load-scripts.php:2 (anonymous function) load-scripts.php:2 v.extend.access load-scripts.php:2 v.fn.extend.html load-scripts.php:2 window.send_to_editor uploader.js:8 (anonymous function) /wp-admin/media-upload.php?type=image&tab=library&post_id=0:4Please advise?