Hi Eric, Hi all, Eric a écrit : > > > I have some of the same problems, I get the same errors: > 'MySQL Error: 1146 (Table 'phpgroupware.phpgw_lang' doesn't exist), nor login > as User (Database error: Invalid SQL: select message_id,content from > phpgw_lang where lang = 'en' and (app_name = 'login' or app_name = 'common' > or app_name = 'all') order by app_name asc > MySQL Error: 1146 (Table 'phpgroupware.phpgw_lang' doesn't exist) > ' > > I also have the same problem when trying to create the admin account, giving > me the error that the table doesn't exist. > > I checked the database itself and the table 'phpgw_lang' is in fact not > there, instead there is a table called 'phpgw_languages'. This seems to be a > programming error with the new builds.
No both tables should be created. phpgw_lang and phpgw_languages are two differents tables. The real question is why phpgw_lang is not created in your case. I will try to reproduce the error with the same kind of setup as yours. Can you give me with system do you use ? (windows / linux (which distro) / something else ...) Thanks, Benoît. _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
