Results 1 to 3 of 3

Thread: Cannot Add Contacts to Project and Vice Versa

  1. #1
    MatthewNoyes is offline Member
    Join Date
    Mar 2008
    Posts
    5

    Post Cannot Add Contacts to Project and Vice Versa

    Please help!
    I have several Projects setup, but I cannot seem to add contacts to the Project. When I click 'select' the Contact Search dialogue box pops up, but no matter what search command I use it doesn't find any contacts to add to my project. I have many contacts already set up. Also when I am in a contact page, I scroll down to 'Projects' there is only a 'Create' button and no 'Select' for me to link to a project. Any ideas?

    Windows Vista
    Surgar CRM Commerical Open Source Version 5.0.0b (Build 3150)

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Cannot Add Contacts to Project and Vice Versa

    You should set the logging level to DEBUG in /log4php.properties

    Code:
    log4php.appender.A2=LoggerAppenderRollingFile
    log4php.appender.A2.MaxFileSize=10MB
    log4php.appender.A2.MaxBackupIndex=5
    log4php.appender.A2.layout=LoggerLayoutTTCC
    log4php.appender.A2.layout.ContextPrinting="true"
    log4php.appender.A2.layout.DateFormat="%c"
    log4php.appender.A2.File=./sugarcrm.log
    
    log4php.rootLogger=fatal, A2
    //log4php.rootLogger=error, A2
    //log4php.rootLogger=warn, A2
    //log4php.rootLogger=info, A2
    log4php.rootLogger=debug, A2
    and then look to sugarcrm.log for any mysql errors.

  3. #3
    MatthewNoyes is offline Member
    Join Date
    Mar 2008
    Posts
    5

    Default Re: Cannot Add Contacts to Project and Vice Versa

    thanks kuske

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cannot Add Contacts to Projects & Vice Versa
    By MatthewNoyes in forum General Discussion
    Replies: 4
    Last Post: 2008-04-17, 05:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •