KOBRETI
New member
Преместихедин Престашоп магазин на друг хостинг. Всичко си бачка, освен при избор на начин на плащане дава грешка:
В ерорлога се появява следното:
На въпросното място във файла е следната функция:
Някой има ли представа какво може да е?
Код:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ozon.karting-benkovski.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
В ерорлога се появява следното:
Код:
[01-Nov-2010 17:50:51] PHP Warning: htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]:
Invalid multibyte sequence in argument in /home/karting1/public_html/ozon.bg/classes/Tools.php on line 312
На въпросното място във файла е следната функция:
Код:
static public function htmlentitiesUTF8($string, $type = ENT_QUOTES)
{
if (is_array($string))
return array_map(array('Tools', 'htmlentitiesUTF8'), $string);
[B] return htmlentities($string, $type, 'utf-8');[/B]
}
Някой има ли представа какво може да е?