While Logging Roundcube webmail I'm getting this error.
-
- Posts: 8
- Joined: Thu Feb 26, 2015 12:50 pm
While Logging Roundcube webmail I'm getting this error.
Hi
While Logging Roundcube webmail I'm getting this error.
" An error occured"
Server Error! ( For Bidden).
This is the log from /var/log/roundcube
[02-Mar-2015 15:05:40 +0000]: PHP Error: Error loading template for logout in /usr/share/roundcubemail/program/include/rcmail_output_html.php on line 496
Please help me to resolve this issue.
Thank You.
Regards,
Cloudselvam
While Logging Roundcube webmail I'm getting this error.
" An error occured"
Server Error! ( For Bidden).
This is the log from /var/log/roundcube
[02-Mar-2015 15:05:40 +0000]: PHP Error: Error loading template for logout in /usr/share/roundcubemail/program/include/rcmail_output_html.php on line 496
Please help me to resolve this issue.
Thank You.
Regards,
Cloudselvam
Re: While Logging Roundcube webmail I'm getting this error.
What's your OS?
In Debain I have different path - /usr/share/roundcube/program/
And what's in those file in line 496?
In Debain I have different path - /usr/share/roundcube/program/
And what's in those file in line 496?
Re: While Logging Roundcube webmail I'm getting this error.
Do you update roundcube or installed it recently?
It seems like roundcube problem - http://trac.roundcube.net/ticket/1490257 and http://www.roundcubeforum.net/index.php?action=recent
It seems like roundcube problem - http://trac.roundcube.net/ticket/1490257 and http://www.roundcubeforum.net/index.php?action=recent
-
- Posts: 8
- Joined: Thu Feb 26, 2015 12:50 pm
Re: While Logging Roundcube webmail I'm getting this error.
Hi skurudo,
Thank You for your reply.
// read template file
if (!$path || ($templ = @file_get_contents($path)) === false) {
rcube::raise_error(array(
'code' => 501,
'type' => 'php',
'line' => __LINE__, <--------- This is Line No : 496
'file' => __FILE__,
'message' => 'Error loading template for '.$realname
), true, $write);
return false;
}
I have not upgraded Roundcube. It was installed using vesta installation.
Thank You.
Regards,
CloudSelvam
Thank You for your reply.
// read template file
if (!$path || ($templ = @file_get_contents($path)) === false) {
rcube::raise_error(array(
'code' => 501,
'type' => 'php',
'line' => __LINE__, <--------- This is Line No : 496
'file' => __FILE__,
'message' => 'Error loading template for '.$realname
), true, $write);
return false;
}
I have not upgraded Roundcube. It was installed using vesta installation.
Thank You.
Regards,
CloudSelvam
-
- Posts: 8
- Joined: Thu Feb 26, 2015 12:50 pm
Re: While Logging Roundcube webmail I'm getting this error.
Hi skurudo,
Our Base OS is Centos 6.5
Thank You.
Regards,
CloudSelvam
Our Base OS is Centos 6.5
Thank You.
Regards,
CloudSelvam
-
- Posts: 8
- Joined: Thu Feb 26, 2015 12:50 pm
Re: While Logging Roundcube webmail I'm getting this error.
Thank You for your support.