url.txt
petasques - June 1, 2008 - 18:12
| Project: | Click HeatMap |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
In the report when accessing a page this warning appears, and no layer with the audited page is added to heatmap
warning: file_get_contents(modules/click_heatmap/clickheat/logs/default,myURL/url.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/myUser/public_html/modules/click_heatmap/click_heatmap.log.inc on line 168.
Thank you in advance

#1
Make sure it has write access to the logs directory.
I know that is against normal Drupal standards, but at the moment I haven't figured out an easy way to hack library to look into files directory.
#2
Yes, it has right access to logs directory.
Thank you,
#3
So does it work or not? Sorry for the confusion.
#4
You're welcome :)
No, it does not work even having right access
thanks boomba
#5
I had the same issue
I don't know why .... but by creating manually a file url.txt in:
../sites/all/modules/click_heatmap/clickheat/logs/default,myURL/
the file contain only one line:
http://www.YOURWEBSITE.com/myURL>0>0>0
I have now the background layer
Thx boombatower for the easy integration of clickheat and drupal.
#6
Please re-open if still an issue.