devaneando / Wikitten

Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on.
MIT License
739 stars 174 forks source link

Warning: finfo_open(): bad type specifier while parsing parameters in /users/user/public_html/Wikitten-master/wiki.php on line 53 #18

Open ilhanyumer opened 11 years ago

ilhanyumer commented 11 years ago

http://ilhan.name/Wikitten-master/

victorstanciu commented 11 years ago

What version of PHP are you running?

ilhanyumer commented 11 years ago

PHP 5.3.8 ( http://web-sniffer.net/ ) on a shared hosting.

Same server: http://www.prognozi.org/phpinfo.php

ilhanyumer commented 11 years ago

Same issue in EasyPHP.

Fatal error: Call to undefined function finfo_open() in C:\Documents and Settings\user\Desktop\Wikitten-master\wiki.php on line 77

PHP 5.4.6

davidcostadev commented 10 years ago

Hello guys, this problem is happeing because in your php.ini the extension ;extension=php_fileinfo.dll or ;extension=php_fileinfo.so is commented, uncomment this line and restart you server to work.