Author Topic: SVN 1347 problem with sess_user_lang changes  (Read 4858 times)

Offline dano

  • Full Member
  • ***
  • Posts: 124
SVN 1347 problem with sess_user_lang changes
« 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.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
SVN 1347 problem with sess_user_lang changes
« Reply #1 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.
 
  

Offline dano

  • Full Member
  • ***
  • Posts: 124
SVN 1347 problem with sess_user_lang changes
« Reply #2 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!