You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error just by use-ing Statistics::RserveClient::Connection:
can't open debug log: No such file or directory
I'm running under Windows (not by choice), and the problem appears to be that you're not defining a platform-independent debug log file in RserveClient.pm:135:
use constant DebugLogfile=>"/tmp/rserve-debug.log";
The text was updated successfully, but these errors were encountered:
Have you tried to change the DebugLogFile to a windows path? Or create a directory that apache process has permission to write to and then change the log file there?
I'm getting the following error just by
use
-ing Statistics::RserveClient::Connection:I'm running under Windows (not by choice), and the problem appears to be that you're not defining a platform-independent debug log file in RserveClient.pm:135:
The text was updated successfully, but these errors were encountered: