[FONT=Arial]After correct install all works well.

[/FONT]
  1. [FONT=Arial] It seems that all the images files that I have uploaded have either a 0755 or a 0777 [/FONT][FONT=&quot][FONT=Arial] permission. I assume that they should all be either 644 or 444. Correct?[/FONT][/FONT]
  2. [FONT=&quot][FONT=Arial]I did see cashe as a 0600 in your report. Should that also be a 644?[/FONT][/FONT]
  3. [FONT=&quot][FONT=Arial]Also, I did notice that I have an add on that has the following line of code.
    [/FONT][/FONT]
    PHP Code:
     function pl_group_is_valid($profile){
      eval(
    '$group_name = PL_GROUP_NAME_' $profile ';');
      eval(
    '$group_name_defined = defined(\'PL_GROUP_NAME_' $profile '\');'); 
    As well as this code:
    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=&quot]
    [FONT=Arial]I love this addon. Is there a problem here?[/FONT][/FONT]

[FONT=&quot][FONT=Arial]Sawhorse
[/FONT] [/FONT]