Author Topic: Error loading template for 'logout'  (Read 3909 times)

Offline btcentral

  • Jr. Member
  • **
  • Posts: 26
Error loading template for 'logout'
« on: January 12, 2007, 01:34:14 PM »
Hey,

Roundcube was working perfectly until two days ago... then suddenly started getting the message "SERVICE CURRENTLY NOT AVAILABLE!
Error No. 1f4)" when I attempted to log out.

I have made no changes to it, and so am confused as to why this happened... after looking at the error log I found this message:

[12-Jan-2007 18:18:13 +0000] PHP Error: Error loading template for 'logout' in /home24b/sub003/webmail/program/include/main.inc on line 1110

I have no idea how to fix this... and would appreciate any help that can be given.

Thanks,
Ben
http://www.btcentral.org.uk - Cheap, Top Quality Web-design.

Offline Chef

  • Newbie
  • *
  • Posts: 3
Re: Error loading template for 'logout'
« Reply #1 on: February 14, 2007, 10:05:52 PM »
Just installed this today.

I too get this error when logging out but with a slightly different error number. 
If I click "back" then logout again it logs me out fine.

With errors set in config to show here is the message:
Code: [Select]
PHP Error in /home/username/public_html/mail2/program/include/main.inc (1136): Error loading template for 'logout'
SERVICE CURRENTLY NOT AVAILABLE

If I have errors set to log, I instead get this:
Code: [Select]
SERVICE CURRENTLY NOT AVAILABLE!
Error No. 1f4)

Now I think that err# "1f4" is database related but obviously my settings are correct since the program is working.....strange.

Server Info:
Dual Opteron 246
PHP v4.4.4
MySQL v4.1.21-standard
Apache v1.3.37
PERL v5.8.7

Offline ip027

  • Newbie
  • *
  • Posts: 3
Re: Error loading template for 'logout'
« Reply #2 on: February 17, 2007, 04:29:27 PM »
template logout.html not exist. Create it ;) (example: rename login.html to logout.html)
Добро пожаловать в Россию

Offline Chef

  • Newbie
  • *
  • Posts: 3
Re: Error loading template for 'logout'
« Reply #3 on: February 17, 2007, 10:59:44 PM »
Quote from: ip027
template logout.html not exist. Create it ;) (example: rename login.html to logout.html)
Thank you.