Here is the log with the error:
[Fri Nov 02] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Call to undefined function iconv() in /home/qa/site/lib/functions/lang_api.php on line 54
[Fri Nov 02] [error] [client xxx.xxx.xxx.xxx] File does not exist: /home/qa/site/favicon.ico
[Fri Nov 02] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Call to undefined function iconv() in /home/qa/site/lib/functions/lang_api.php on line 54, referer: http://<HOSTNAME>/install/installNewDB.php
Any help... appreciated, thx
Server log with lang_api.php error
Moderators: Amaradana, TurboPT, TL Developers
Sorry, this was a reply for a blank page after install 1.7.0
Sorry, this was a reply for the following issue:
http://www.teamst.org/phpBB2/viewtopic. ... ight=blank
http://www.teamst.org/phpBB2/viewtopic. ... ight=blank
Please check on google if PHP needs an extension to use iconv() function
From PHP Manual:
Note to Windows® Users:
In order to enable this module on a Windows® environment, you need to put a DLL file named iconv.dll or iconv-1.3.dll (prior to 4.2.1) which is bundled with the PHP/Win32 binary package into a directory specified by the PATH environment variable or one of the system directories of your Windows® installation.
This module is part of PHP as of PHP 5 thus iconv.dll and php_iconv.dll is not needed anymore.
Hope this help
From PHP Manual:
Note to Windows® Users:
In order to enable this module on a Windows® environment, you need to put a DLL file named iconv.dll or iconv-1.3.dll (prior to 4.2.1) which is bundled with the PHP/Win32 binary package into a directory specified by the PATH environment variable or one of the system directories of your Windows® installation.
This module is part of PHP as of PHP 5 thus iconv.dll and php_iconv.dll is not needed anymore.
Hope this help