View Issue Details

IDProjectCategoryView StatusLast Update
0000308OXID eShop (all versions)4.06. Language and translationspublic2008-10-16 13:21
Reporterdainius.bigelis Assigned To 
PriorityimmediateSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.0 revision 13895 
Summary0000308: Language dir is not resolved after DB update
DescriptionUpdated the real database from EE 2.7.0.3 version to EE 4.0.0.0 using update.sql. After the update - attached database to the EE 4.0.0.0 version source code.
When tried to load the Admin page, the exception occured:

Warning: require(/htdocs/testshops/ee4000_testdb/out/admin//lang.php) [function.require]: failed to open stream: No such file or directory in /htdocs/testshops/ee4000_testdb/core/smarty/plugins/function.oxmultilang.php on line 30
Fatal error: require() [function.require]: Failed opening required '/htdocs/testshops/ee4000_testdb/out/admin//lang.php' (include_path='.:/htdocs/efire/library:/htdocs/efire/library/testlib:/htdocs/efire/library/ez_components:/htdocs/efire/EfiService/Facade/application/controllers:/htdocs/efire/EfiService/Facade/templates:/htdocs/efire/EfiService/Facade/application/portlets:/htdocs/efire/EfiService/Facade/application/workflow:/htdocs/efire/EfiService/Facade/application/workflow/com:/htdocs/efire/library/Smarty:/htdocs/efire/EfiService/Facade/lib:/htdocs/efire/EfiService/ImportScheduler/lib/Efi/Impex:/htdocs/efire/EfiService/Accounting/lib:/usr/bin/phpcs:/usr/local/CodeSniffer:/usr/share/php:/htdocs/efire/EfiService/Portlet/Factfinder:/htdocs/efire/EfiService/Portlet/webmiles/lib:/htdocs/efire/EfiService/Portlet/Econda') in /htdocs/testshops/ee4000_testdb/core/smarty/plugins/function.oxmultilang.php on line 30

... looks like the language directory is not resolved after update (...admin//lang.php). Maybe this is associated with the changed language prefixes.
Fix it, as after DB update the Admin login page should load properly.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2008-10-16 13:21

reporter   ~0000186

fixed