Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: dano on April 30, 2008, 12:31:02 PM

Title: SVN 1347 problem with sess_user_lang changes
Post by: dano on April 30, 2008, 12:31:02 PM
Upgraded to 1347 this morning and am getting the following errors in the apache error log:
Code: [Select]

PHP Warning:  include_once(/usr/local/share/htdocs/rcmail/program/localization//labels.inc) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/share/htdocs/rcmail/program/include/rcube_shared.inc on line 126
PHP Warning:  include_once() [<a href='function.include'>function.include</a>]: Failed opening '/usr/local/share/htdocs/rcmail/program/localization//labels.inc' for inclusion (include_path='/usr/local/share/htdocs/rcmail/:/usr/local/share/htdocs/rcmail/program:/usr/local/share/htdocs/rcmail/program/lib:/usr/local/share/htdocs/rcmail/program/include:.:/usr/lib/php:/usr/local/lib/php:/usr/local/bin/pear') in /usr/local/share/htdocs/rcmail/program/include/rcube_shared.inc on line 126
PHP Warning:  include_once(/usr/local/share/htdocs/rcmail/program/localization//messages.inc) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/share/htdocs/rcmail/program/include/rcube_shared.inc on line 127
PHP Warning:  include_once() [<a href='function.include'>function.include</a>]: Failed opening '/usr/local/share/htdocs/rcmail/program/localization//messages.inc' for inclusion (include_path='/usr/local/share/htdocs/rcmail/:/usr/local/share/htdocs/rcmail/program:/usr/local/share/htdocs/rcmail/program/lib:/usr/local/share/htdocs/rcmail/program/include:.:/usr/lib/php:/usr/local/lib/php:/usr/local/bin/pear') in /usr/local/share/htdocs/rcmail/program/include/rcube_shared.inc on line 127

Have tried clearing the cache and sessions from the DB which was no help.  Not sure where else to look or what else to do.
Title: SVN 1347 problem with sess_user_lang changes
Post by: bpat1434 on April 30, 2008, 01:18:25 PM
Roll back to 1346 ;)  SVN is meant to have things break.  Looks like your localization isn't being picked up.
Title: SVN 1347 problem with sess_user_lang changes
Post by: dano on May 02, 2008, 01:02:22 PM
Thanks for the response bpat1434 :) I did a fresh new upload of all files and the error has gone away.

Thanks again!