Page 1 of 1

finfo_open function does not exist --company directory

Posted: Sat Mar 21, 2015 2:06 am
by hanmelt
template: CSSMenu left + 1 column
(1)Added {cms_module module="CompanyDirectory"} to the template, triggered a notice:

Notice: Problem with host setup. the finfo_open function does not exist in D:\xampp\htdocs\bigsuzhou\cmsms\modules\CGSmartImage\action.default.php on line 44

(2) Then added another line to it as:
{cms_module module="CGSmartImage"}
{cms_module module="CompanyDirectory"}
Then triggered another notice plus the old notice:

Notice: A required parameter was missing or invalid: src in D:\xampp\htdocs\bigsuzhou\cmsms\modules\CGSmartImage\action.default.php on line 44

Notice: Problem with host setup. the finfo_open function does not exist in D:\xampp\htdocs\bigsuzhou\cmsms\modules\CGSmartImage\action.default.php on line 44

Could someone help me with this issue?
Thanks a lot.
PHP version 5.6.3, Xampp server

Re: finfo_open function does not exist --company directory

Posted: Sun Mar 22, 2015 12:41 am
by hanmelt
I followed the instruction in the following link:
http://stackoverflow.com/questions/3579 ... d-function

Edited php.ini and activated php_fileinfo.dll, restarted server.
The second notice was gone, but the first notice was still there.

Notice: A required parameter was missing or invalid: src in D:\xampp\htdocs\bigsuzhou\cmsms\modules\CGSmartImage\action.default.php on line 44

Re: finfo_open function does not exist --company directory

Posted: Sun Mar 22, 2015 8:01 am
by Rolf
What do you want to do with the CGSmartImage module? To use it you need to define parameters in the tag, read the modules help text for more information.