miudev
New member
- Aug 10, 2020
- 13
- 5
- 3
31 October 2020 – Version 1.8.1
- Added a New Function to Detect Bots
- Fixed Gallery Image Upload Bug
- Fixed RSS Image Download Bug
- Updated Sitemap Generator
You can follow the steps in the documentation.Please help me, How to update v1.8 to v1.8.1 ???
Please help me, How to update v1.8 to v1.8.1 ???
if ($data->code == "error") {
if (!$data->code == "error") {
I have try that But after replac, my whole site Don't show any content. site Don't workIf you already have version 1.8 installed you just need to exchange these files in their respective paths and folders ok.
Open your FTP (usually the “public_html” folder on your server) and replace these files with version 1.8.1 files:
application / models / Post_model.php
application / models / Sitemap_model.php
application / models / Rss_model.php
application / models / Upload_model.php
application / views / partials / _footer.php
application / views / admin / includes / _footer.php
application / helpers / custom_helper.php
In other words, take the files mentioned in the version you downloaded here on Babiato and paste in these folder paths and that's it!
Ready updated script. Good luck!
I have try that But after replac, my whole site Don't show any content. site Don't work![]()
You can message me, I think I can help you.I have try that But after replac, my whole site Don't show any content. site Don't work![]()
after that, my site says, Invalid License Code!Please open the update_database.php located inside the documentation folder.
Open the file with your editor of choice and find the line 71:
if ($data->code == "error") {
Replace it with:
if (!$data->code == "error") {
Place the update file to your hosting as instructions says and add anything as a license. Please note that to simplify the steps, if you add an official license or just nothing, it would fail.
Let me know of the outcome and happy browsing.
Again, if you are happy with the script and see a great potential in it, let's pay the respect to the devs by paying the license so that they could continue their work, support etc![]()
Check if you are using php7.3 and or if you have any active server-level caches, if yes, just delete your browser's cache. If the error continues, try to undo it by adding the files from the previous version in their proper places.
This error also happened to me, what I did was to replace the application folder completely but I made a backup of the config and core folders inside the application folder on my ftp and after I uploaded the original folder with the files I just replaced config and core. Please try this but make a backup of the folder first ok rename it if you need it in the future.