Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
hi
this is my error log file:
2012-02-21 14:01. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192 2012-02-21 14:01. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192 2012-02-21 14:02. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192 2012-02-21 14:02. mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory File: /home/public_html/published/SC/html/scripts/index.php Line: 289 Error #: 2 2012-02-21 14:03. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192 2012-02-21 14:03. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192 2012-02-21 14:03. Function set_magic_quotes_runtime() is deprecated File: /home/public_html/published/SC/html/scripts/core_functions/functions.php Line: 14 Error #: 8192
how we can fix this problem?
Offline
Either lower the PHP version down to 5.2.*, or disable logging or deprecated syntax related error messages in PHP settings: http://php.net/manual/en/errorfunc.constants.php
Offline
Try setting display_errors value to Off in PHP configuration.
Offline