Ok, for all the windows guys out there, in order to run the otrs.CheckModules, you'll need to call the perl.exe (wherever it's installed on your system) and pass the otrs.CheckModules as an argument. Perl.exe should have been added to your system path variable so it can be called anywhere, but it didn't in mine. This is how i ended up running that script and finding the cause of the problem (OTRS, why can't you add perl.exe to the path, or at least create a shortcut in my start menu to call this?)
Code: Select all
C:\Program Files\OTRS\StrawberryPerl\perl\bin>perl "C:\Program Files\OTRS\OTRS\bin\otrs.CheckModules"
Anyway, this is what i got when i ran it:
Code: Select all
o CGI............................ok (v3.49)
o Date::Pcalc....................ok (v1.2)
o Date::Format...................ok (v2.24)
o DBI............................ok (v1.613)
o DBD::mysql.....................ok (v4.016)
o Digest::MD5....................ok (v2.40)
o Crypt::PasswdMD5...............ok (v1.3)
o LWP::UserAgent.................ok (v5.835)
o Encode::HanExtra...............ok (v0.23)
o IO::Scalar.....................ok (v2.110)
o IO::Wrap.......................ok (v2.110)
o MIME::Base64...................ok (v3.09)
o Mail::Internet.................ok (v2.04)
o MIME::Tools....................ok (v5.427)
o Net::DNS.......................ok (v0.66)
o Net::POP3......................ok (v2.29)
o Mail::POP3Client...............ok (v2.18 )
o IO::Socket::SSL.............Not installed! (Optional - for POP3 SSL connections)
o Net::IMAP::Simple..............ok (v1.17)
o Net::IMAP::Simple::SSL......Not installed! (Optional - Required for SSL connections.)
o Net::SMTP......................ok (v2.31)
o Authen::SASL................ok (v2.12)
o Net::SMTP::SSL..............Not installed! (Optional - Required for SSL/SMTPS connections.)
o Net::LDAP......................ok (v0.4001)
o GD.............................Not installed! (Optional - for stats)
o GD::Text....................Not installed! (Optional - Required for stats.)
o GD::Graph...................Not installed! (Optional - Required for stats.)
o GD::Graph::lines............Not installed! (Optional - Required for stats.)
o GD::Text::Align.............Not installed! (Optional - Required for stats.)
o PDF::API2......................ok (v0.73)
o Compress::Zlib..............ok (v2.03)
o SOAP::Lite.....................ok (v0.712)
o XML::Parser....................Not installed! (Optional - Required for faster xml handling.)
I tried using cpan.bat to install any of these modules. They either report as already installed, or can't install because of many errors. I'm going to try to uninstall OTRS and reinstall to C:\OTRS to see if the non ascii characters in the path are the problem.