Re: [otrs] Install OTRS 2.2.5 on Windows XP machine

Hi Rory apologies but I don't now think this error message about crontab.txt in itself is a significant problem at this stage of the reinstall. There is a file called "\bin\Cron4Win32.pl" which contains some empty paths in the 2.2.5 version presumably because the installer has not run, but as the Cron, Apache and MySQL servers can be started and stopped anyway (notwithstanding the error message) it seems not to be such a significant problem at this stage in terms of the overall reinstall. Of course it might, as you rightly say, interfere with the scheduling of tasks once the reinstall has been completed but I feel that is a problem we can deal with later.
However, it has got me thinking about how many other paths in how many other files might have to be updated because the 2.2.5 installer has not been run.
What seems to be more significant is the fact that the Apache server definitely becomes inaccessible once the "Kernel" directory is of the OTRS root directory is replaced.
So I have been testing specifically which directories within the Kernel directory, when replaced, make the Apache Service inaccessible and unable to be switched on and off from OTRS.
I have now established that the following directories within "Kernel", when replaced by the 2.2.5 version, cause Apache to become inaccessible :
Kernel\System
Kernel\Modules
Kernel\cpan-lib
Question is - what changes do I need to make to which files within these directories to be able to restart Apache?
Or do I simply go on testing every subdirectory and every file - that could go on for ever!
Best
Lev
________________________________
From: Rory
Hi I am getting this message on the Windows command prompt when I try to restart OTRS Services
“can’t open directory crontab.txt No such file or directory”
and Apache fails to start.
Below are the steps I have taken to reinstall version 2.2.5 from our live Apache server to the latest Windows installation (2.4..4) on our Windows test machine.
i) downloaded the latest version of the Windows installer of OTRS 2.4.4 - DONE
ii) dropped the mysql database - DONE
iii) loaded dumped database from live server – DONE
iv) turned OTRS Services (Cron, Apache, MySQL) off - DONE
v) cleaned the /otrs/otrs directory of 2.4.4 - DONE
vi) replaced with 2.2.5 version of the same directory – DONE
vii) copied Config.pm from the live server to Windows box – DONE.
viii) added the following line toConfig.pm: $Self->{'SendmailModule'} = 'Kernel::System::Email::DoNotSendEmail';
ix) also, on Config.pm, changed paths “$Self->{Home} = '/opt/otrs’” to “$Self->{Home} = 'C:/PROGRA~1/OTRS/OTRS';” and “$Self->{'LogModule::LogFile'} = '/var/log/otrs.log';” to “$Self->{'LogModule::LogFile'} = 'C:/PROGRA~1/OTRS/OTRS/var/log/otrs.log';”
x) try to turn OTRS Services back on – Error message comes up
If I then drop the 2.2.5 live database, reload the 2.4.4 database, turn OTRS Services off, restore the original 2.4.4 otrs/otrs directory, there is then no problem turning OTRS Services back on and logging in to 2.4..4.
Clearly there is something about the database import it doesn't like - any ideas?
Thanks a million
Lev
P.S. I originally sent this request under the previous thread I was involved with but it hasn't appeared so I have sent it again under a slightly different thread title. My apologies therefore if this appears twice!!
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists..otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
participants (1)
-
Lev Davidovich