We want to upgrade our very, very old OTRS 1.3.2 (tar.gz) installation to 2.4.8
I installed 2.4.8 on a new server by RPM (CentOS 5), which happens to be the current database server for our OTRS 1.3 installation.
I took an exact copy of the current MySQL database to a test database, pointed OTRS 2.4.8 to it and ran all sql upgrade scripts
from 1.3 -> 2.0 -> 2.1 -> 2.2 -> 2.3 -> 2.4, including the corresponding .pl scripts and -post.sql upgrade scripts.
Most things looked ok.
Then I installed the FAQ module, and attempt to view our old FAQ entries.
That didn't work, it didn't show any categories.
The faq_category_group table was empty as well.
So I went to 'categories', clicked on categories to change them (give discription and assign to 'all-users').
Now these 2 categories where listed, with correct number of entries inside them.
But when I click on a category, I get an error :
ERROR: OTRS-CGI-10 Perl: 5.8.8 OS: linux Time: Fri Oct 22 20:20:56 2010
Message: Need rate!
Traceback (18868):
Module: Kernel::Output::HTML::LayoutFAQ::GetFAQItemVotingRateColor (v1.7) Line: 136
Module: Kernel::Modules::FAQ::_GetExplorerItemList (v1.48) Line: 329
Module: Kernel::Modules::FAQ::GetExplorer (v1.48) Line: 150
Module: Kernel::Modules::AgentFAQ::Run (v1.33) Line: 1238
Module: Kernel::System::Web::InterfaceAgent::Run (v1.43.2.1) Line: 819
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 48
Module: (eval) (v1.88) Line: 204
Module: ModPerl::RegistryCooker::run (v1.88) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.88) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
Any assistance would be greatly appreciated
