You didn't install all the files (in particular, you didn't install ./admin/includes/functions/extra_functions/syscheck.php).
You didn't install all the files (in particular, you didn't install ./admin/includes/functions/extra_functions/syscheck.php).
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
SWGUY,
Well I thought that I had, but on review you are 100% correct. No file in ./admin/includes/functions/extra_functions/syscheck.php).
I will install.
THanks - your quick reply sounds like this has happen before.
Again Thanks.
Sawhorse
[FONT=Arial]After correct install all works well.
[/FONT]
- [FONT=Arial] It seems that all the images files that I have uploaded have either a 0755 or a 0777 [/FONT][FONT="][FONT=Arial] permission. I assume that they should all be either 644 or 444. Correct?[/FONT][/FONT]
- [FONT="][FONT=Arial]I did see cashe as a 0600 in your report. Should that also be a 644?[/FONT][/FONT]
- [FONT="][FONT=Arial]Also, I did notice that I have an add on that has the following line of code.
[/FONT][/FONT]As well as this code:PHP Code:
function pl_group_is_valid($profile){
eval('$group_name = PL_GROUP_NAME_' . $profile . ';');
eval('$group_name_defined = defined(\'PL_GROUP_NAME_' . $profile . '\');');
[FONT="]PHP Code:
for($profile = 1; $profile <= 10; $profile++) {
$enabled = 'false';
eval('$enabled = PL_ENABLE_' . $profile . ';');
eval('$name = PL_PROFILE_NAME_' . $profile . ';');
if(!pl_group_is_valid($profile)){
[FONT=Arial]I love this addon. Is there a problem here?[/FONT][/FONT]
[FONT="][FONT=Arial]Sawhorse
[/FONT] [/FONT]
I have found the answer to my question 3.
FAQ
Q: I'm getting eval matches on files I know are ok. How can I suppress these?
A: In the file admin/syscheck.php, look for the array $eval_ok_files. You can follow the pattern and add to this list as appropriate for the mods you have installed.
Sawhorse
90% of the time I try to run the check the page just reloads and I'm on the admin login page. Any thoughts?
-lindasdd
Syscheck was given a refresh for Zen Cart 1.5.5. I have added a bunch of new checks and anti-bad-guy recommendations for you to help keep your site safe.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Just found this plugin. Very nice. The dates on admin access would be very nice touch.
Bookmarks