[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]
Bookmarks