Error in Path Documents

Hi

I’ ve checked the value of path_doc scriptcase variable and there is an error with “Program Files (x86)” and “Program Files” path:

My Server Path OS = C:/Program Files/NetMake/v5/wwwroot/scriptcase/file/doc

In Option->Setup->System Directory-> Path Document = C:/Program Files/NetMake/v5/wwwroot/scriptcase/file/doc (CORRECT)

In Session Variable [glo_nm_path_doc] = C:/Program Files(x86)/NetMake/v5/wwwroot/scriptcase/file/doc (FALSE)

In $_SESSION[‘scriptcase’][‘control_login’][‘glo_nm_path_doc’] = C:/Program Files (x86)/NetMake/v5/wwwroot/scriptcase/file/doc (FALSE)

Should I set another option to correct the document path?

Regards,

Re: Error in Path Documents

It could be a permissions issue (IIS). I have found that if SC cannot write to the docs DIR, it like to revert back to the app dir instead of the docs dir.

You could also run phpInfo() and check/use those var paths in PHP instead of SC macros.

Regards,
Scott.