site file monitor by redmond
Anyone have tryed this mod: http://www.zen-cart.com/index.php?ma...oducts_id=1089
It's very interesting, but when I'm try to click on the button in sitemonitor-->admin this is always the result:
Failed to open file sitemonitor_reference.php
Where is this file?
Re: site file monitor by redmond
redmond say me to createan empy file called sitemonitor_reference.php; I've do it, but when click on admin, I've this:
Failed to read Reference File.
redmond, where are you?
Re: site file monitor by redmond
Hi, i have just instaled this mod, lookes promising but i get the same problems as you : Failed to open file sitemonitor_reference.php
I did do what you sugested: create a empty .php page.
be sure to include this in empty .php page other wise you will get:
Failed to read Reference File.
Code for sitemonitor_reference.php
<?php
/**
* @author xxxxxxxxx
* @copyright xxxxxxxx
*/
?>
Now the only problem is that it does not monitor the files only tells me that i have 6215 new files and it monitors only 10 of them.
No timestamp monitoring, no permision change monitoring.
I think that i should be more then just a empty sitemonitor_reference.php page.
Also CHMOD all sitemonitor files to 777, did not help.
I will try to dig into this issue.
Best regards Zoli.
Re: site file monitor by redmond
On about line 221 of /includes/functions/sitemonitor_functions.php, try changing to :
$fpOut = fopen($filename, "x+");
This seemed to work for me. Also check permissions.