• The default language of any content posted is English.
HeatSketch - Heatmap and Session Recording Tool (SaaS Platform)

HeatSketch - Heatmap and Session Recording Tool (SaaS Platform) 2.9 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,533
Reactions
63,793
raz0r submitted a new resource:

HeatSketch - Heatmap and Session Recording Tool (SaaS Platform) - Download HeatSketch Heatmap and Session Recording Tool (SaaS Platform) Codecanyon 44237460

View attachment 19110

HeatSketch NULLED is a heatmap and session recording tool that allows you to track and analyze user behavior on your website. Let’s see how HeatSketch can help you monitor user interaction and make data-driven decisions to improve your website’s user experience.

Heatmaps
Heatmaps are visual representations of user behavior on your website. It uses color-coded maps to show where users click, move...

Read more about this resource...
 
During testing, I encountered some issues. After successful installation, I created a new language in the backend panel and saved the selection of the new language in the settings. However, an error occurred with the message "Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using password: YES) (SQL: select * from users where id = 1 limit 1)". Then, I checked the .env file and found that the database information was updated as blank. After updating the database information with the installation details, the website could be accessed normally. However, when I tried to perform the settings again, the same issue persisted. I'm not sure what the underlying cause is.
 
During testing, I encountered some issues. After successful installation, I created a new language in the backend panel and saved the selection of the new language in the settings. However, an error occurred with the message "Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using password: YES) (SQL: select * from users where id = 1 limit 1)". Then, I checked the .env file and found that the database information was updated as blank. After updating the database information with the installation details, the website could be accessed normally. However, when I tried to perform the settings again, the same issue persisted. I'm not sure what the underlying cause is.
You need access the .env and fill the DB infos.

Code:
DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
 
i cant install it

Error
Call to undefined function Illuminate\Filesystem\symlink()


what should i do?
 
You need access the .env and fill the DB infos.

Code:
DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
I have installed it successfully, and I have filled in the correct database information in the env file. However, when I click the submit button in the settings, the information in the env file is lost.

i cant install it

Error
Call to undefined function Illuminate\Filesystem\symlink()


what should i do?
Enable the symlink function in php.ini and restart the PHP service
 
I have installed it successfully, and I have filled in the correct database information in the env file. However, when I click the submit button in the settings, the information in the env file is lost.


Enable the symlink function in php.ini and restart the PHP service
Hey, just need to edit the variables inside root/public/initial_env.txt
 
Top