Troubleshooting.
Error messages at the bottom of CrawlTrack pages.
At the bottom of each statistics pages I have the message:
Warning: fopen(./cache/****) [function.fopen]: failed to open stream: Permission denied in /***/***/***/***/index.php on line 89
Warning: fwrite(): supplied argument is not a valid stream resource in /***/***/***/***/index.php on line 90
Warning: fclose(): supplied argument is not a valid stream resource in /***/***/***/***/index.php on line 91
* remplace datas linked to your site)
It's a writing right problem in your cache folder. You have to CHMOD 767 the cache folder.
The CrawlTrack header image, the buttons icons and all the graphs aren't display.
On all the CrawlTrack pages, all .png images (all the icons) and all the graphs aren't display. Only the .jpg images
are shown. This is the result of a FTP transfer in ASCII mode of the CrawlTrack files.
You have to set-up your FTP software to "auto" or "binary" mode to transfer the CrawlTrack files.
Since the change to version 2.2.0 or 2.2.1, specials letters didn't show correctly.
On all the CrawlTrack pages, all specials letters are display under a strange form such as: é. This is the result of the charset being forced in the Apache configuration.
In the Apache config, you have to put: AddDefaultCharset off.
Or, since release 2.2.1, you can change the charset use by CrawlTrack directly in the tools page.
In that case change for ISO-8859-1.