Zender v2.0.4
This release is for fixing the immediate errors of v2.0, please download the new zip file from codecanyon or official github repository.
If you are getting this error:
If you are getting this error:
EXCEPTION FOUND
Message: PDO Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '>"$.data" AS data FROM plugins' at line 1 Query: SELECT id, name, data->"$.data" AS data FROM plugins at line 484
File: /home/abirhasa/public_html/smspanel/system/plugins/mvc_pdo.php
Please do the following to fix the issue:- Download the latest zip file from codecanyon or official github repository
- Upload all the contents except README.txt of Update/2.0 to 2.0.4/ folder and replace existing files
- Delete the contents of system/storage/cache/ and it's done!
EXCEPTION FOUND
Message: Syntax error in template "file:/home/usr/public_html/templates/default/footer.tpl" on line 18 "window.tawk_id = "{system_tawk_id}";" unknown tag 'system_tawk_id' at line 18
File: /home/usr/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
Please do the following to fix this issue:- Go to your phpmyadmin and open the "settings" table
- Add a new row
- Leave id field empty, enter "tawk_id" for name field and empty for the value field
- Delete the contents of system/storage/cache/ and it's done!
- Fixed plugin sql issues
- Fixed unable to add a scheduled message
- Fixed tawk_id issue