Skip,
I won't have time to test this in the foreseeable future. Currently just inspecting the admin/* and includes/* and it'll probably stay that way until after I get 1.5 installed. I really appreciate your help, thank you so much.
Skip,
I won't have time to test this in the foreseeable future. Currently just inspecting the admin/* and includes/* and it'll probably stay that way until after I get 1.5 installed. I really appreciate your help, thank you so much.
NiceBadge.com Lifetime guarantee on all badges! Free mock ups, 24 hour turn around time!
I have this mod on one site where it is working perfectly. Installed it on another site this morning, and when I attempt to run it I get this error:
SnapShot a System File Watch
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 716 bytes) in /home/my_user_name/public_html/my_admin_folder/includes/classes/twzFileWatch.class.php on line 15
Any ideas?
That error is caused by php running out of memory you need to increase the memory available to php.
I just posted this above but here it is again:
I have used the below commands to increase php settings. If you don't have access to php.ini
I place these two lines of code in the htaccess file in the root of zc.
php_value max_execution_time 200
php_value memory_limit 256M
(Dose not work on all servers )
Sometimes with the more memory php needs, more time is also needed so execution time is raised.
If it still errors try 512M
Skip
• 446F63746F722057686F •
Doesn't work with my host, produces an internal server error.
The php memory limit is the same on this site as it is on the site where the mod is working. Both are 128MB.
Now, here's a kicker. For giggles I just uninstalled the current version of the mod and installed the previous version - the one with the buttons. It works.