XFileSharing Pro - Installation Problem

Message
Author
frstevenoliver
Posts: 1
Joined: Jul 17, 2021 2:20 pm

Installation Problem

#1 Postby frstevenoliver » Jul 17, 2021 2:24 pm

Hi there!
i'm getting these errors when i visit my website:
#!/usr/bin/perl -X
use lib ".";
use lib Modules;
use Session;
use Engine::Core;
use Log;
Log->new(filename => 'index.log');

Session->serve(\&Engine::Core::run);

anyone can help me to fix this issue?