bugphpGroupWare - Bugs: bug #13158, Missing phpgw_lang table

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13158: Missing phpgw_lang table

Submitter:  None
Submitted:  Mon 23 May 2005 10:13:33 AM UTC
   
 
Category:  API - Setup Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  7 - High
Status:  Fixed Privacy:  Public
Assigned to:  ajmitch Open/Closed:  Closed
Component Version:  None Operating System:  MS Windows
Reproducibility:  Every Time Planned Release:  None
Fixed Release:  0.9.16.011

Jump to the original submission

Fri 29 Sep 2006 10:58:56 PM UTC, comment #6: 

This has been fixed in cvs in both HEAD and 16.  The fix was also included in the 0.9.16.011 release

Dave Hall <skwashd>
Group administrator
Wed 07 Dec 2005 01:08:45 PM UTC, comment #5: 

Andrew,

This is another mysql4.1+ issue, work around included, can you please take a look at this one?

Dave Hall <skwashd>
Group administrator
Mon 07 Nov 2005 09:46:42 PM UTC, comment #4: 

the "real" bug here is that the app_name field in phpgw_lang is defined as varchar(100).  in the phpgw_applications table it\'s a varchar(25) and so this is too much.

Chris Weiss <cw>
Group administrator
Thu 02 Jun 2005 06:13:08 PM UTC, comment #3: 

i forgot to mention that i am using mysql 4.1.

and i also found a workaround: http://bugs.mysql.com/bug.php?id=6604.

so this is not really a bug, but you might want to check why this wasn't reported as an error during setup/creating of tables.

cheers, jRave


jRave <jrave>
Thu 02 Jun 2005 05:53:19 PM UTC, comment #2: 

same for me.

brand new install, using ubuntu hoary .deb package, version 0.9.16.005-1.

running apache 2.0.53 / php 4.3.10

the table is obviously not created during setup phase.

jRave <jrave>
Thu 02 Jun 2005 09:01:24 AM UTC, comment #1: 

Is this a new install? Which http server are you using? php version? etc, the more info we have the more likely we are to find the cause of the problem.

Dave Hall <skwashd>
Group administrator
Mon 23 May 2005 10:13:33 AM UTC, original submission:  

Phpgw said table "phpgw_lang" is missing when I do the first time installation. Setup pages said I did not install a language but when you click on it and try those three language install options, it causes error. Here is the original error message:
---------------------------
Database error: Invalid SQL: DELETE FROM phpgw_lang where app_name != 'mainscreen' AND app_name != 'loginscreen'
MySQL Error: 1146 (Table 'phpgroupware.phpgw_lang' doesn't exist)

File: E:\Inetpub\wwwroot\phpgroupware\setup\lang.php
Line: 70

-------------------------------


I have delete tables and even delete the whole database serval times but it still announcing this error.


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-29 skwashd StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed Release 0.9.16.011
2005-12-07 skwashd Assigned toNone ajmitch

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code