bugphpGroupWare - Bugs: bug #7184, View Profile link generates error...

 
 

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

bug #7184: View Profile link generates error in class.contacts_sql.inc.php.

Submitter:  None
Submitted:  Sun 11 Jan 2004 09:13:57 PM UTC
   
 
Category:  hr Item Group:  0.9.16RC1
Severity:  3 - Normal Priority:  1 - Later
Status:  Fixed Privacy:  Public
Assigned to:  jarg Open/Closed:  Closed
Component Version:  SVN Operating System:  *BSD
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Sat 29 Oct 2005 07:04:56 PM UTC, comment #2: 

Sorry, but the error is still present in

 /* $Id: index.php,v 1.12.2.1.2.3 2004/02/02 23:44:16 alexbsa Exp $ */

even after cvs.

Could you please double-check and fix the error?

Thanks!

Daniel

Anonymous
Tue 03 Feb 2004 04:50:19 PM UTC, comment #1: 

This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and
will always get the most current bug fixes.

Thanks,

Jonathan Rivera <jarg>
Sun 11 Jan 2004 09:13:57 PM UTC, original submission:  

Database error: Invalid SQL: SELECT contact_addr.contact_id AS addr_contact_id, contact_addr.contact_addr_id AS key_addr_id, contact_addr.addr_type_id AS addr_type, contact_addr.add1 AS addr_add1, contact_addr.add2 AS addr_add2, contact_addr.city AS addr_city, contact_addr.state AS addr_state, contact_addr.postal_code AS addr_postal_code, contact_addr.country AS addr_country, contact_addr.preferred AS addr_preferred, contact_addr_type.description AS addr_description FROM phpgw_contact_addr AS contact_addr RIGHT JOIN phpgw_contact_addr_type AS contact_addr_type ON contact_addr_type.addr_type_id = contact_addr.addr_type_id WHERE ((contact_addr.contact_id = ))
MySQL Error: 1064 (You have an error in your SQL syntax near '))' at line 1)

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-02-13 jarg Open/ClosedOpen Closed
2004-02-03 jarg StatusNone Fixed
2004-01-21 skwashd Assigned toNone jarg

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code