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
finfo_open function does not exist --company directory
Re: finfo_open function does not exist --company directory
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
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
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.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -