Troubleshooting
Below are solutions for possible problems with ZN Framework.
# LC_CTYPE
In order to avoid problems with character conversions, the operating system locale LC_CTYPE the value en_en.utf-8 it is necessary to adjust it.
# Syntax Error
If you encounter Syntax Error after installing ZN Framework , check if your PHP version is 7.0.0 or above.
# Version Automatic Change Problem
If the hosting that is moved to PHP 7.0.0 occasionally refreshes the page and then drops the PHP version back to version 5.6,
# 'IfModule mime_module' => ['AddType application/x-httpd-ea-php70 .php .php7 .phtml']
Activate the line.
'settings' =>
[
'IfModule mod_headers.c' => ['Options -Indexes'],
'IfModule mime_module' => ['AddType application/x-httpd-ea-php70 .php .php7 .phtml']
]
We removed the description lines of the harvester enclosed in the description line above.
# Unexpected Character
If you encounter the following error due to class construction or php errors, you will get the xampppackage that came with the package.
Try installing the Apache server manually.