![]()
Sngine team is so pleased to announce the release of Sngine 4.2.1! With bug fixes
- [Fixed] Minor Bugs
How to update?
This is minor update so you will replace some files (if you are running v4.2 already)
Go to this folder:
Updates > Update 4.2 to 4.2.1
Upload all files located in the “Update_4.2.1” folder to your live server and replace all files/folders inside this folder only
Files Changed:
Code:content/themes/default/templates/__feeds_post.body.tpl content/themes/default/templates/admin.changelog.tpl includes/traits/publisher.php includes/traits/support.php includes/class-user.php includes/functions.php includes/sys_ver.php
if you get an error message saying, "Parse error: syntax error, unexpected identifier "en_us", expecting ")" then edit the config.php file found in the "includes" folder and edit the unnecessary backslash at the end of this line.
from
SYS_URL "define("SYS_URL", 'http://localhost\');"
to
SYS_URL "define("SYS_URL", 'http://localhost/');"
My next release will have this issue fixed.
[Fixed] Uploading Performance (Loading Issue)
[Fixed] Delete Merits Category[Fixed] Yandex Upload Issue[Fixed] Backblaze Upload Issue[Fixed] Installer Check Issue[Fixed] Minor Bugs