Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Sugar doesn't save inbound e-mail settings

  1. #1
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Sugar doesn't save inbound e-mail settings

    Hi I got Sugar CRM working yesterday and it seems pretty nice.
    I set up a user account as well as my own as admin.
    I also added e-mail settings. We were able to add a lead and send e-mail from both user accounts without error.

    The problem is that the system won't save the inbound e-mail connection settings.

    Yes, my settings are correct, my server works and all that...Even the test connection works but it won't save the settings.
    When we click on save we just get a blank page which is typical of a bad php page.

    The settings are not saved using Firefox nor explorer

    The Sugar CRM app is on a hosted server using php 5.05 which I can't change since it is hosted.
    I used the myphpadmin in the host's control panel and my sugar database exists and there is an inbound e-mail table.
    There appear to be 'column headings' but when exported the table is empty.

    Could someone export a 'sample' inbound email table so that I could try changing the info and import it back into the database?

    Has anyone found a solution for this bug?

    thanks in advance

    Christopher
    christopher@portallanguageservices.com
    http://portallanguageservices.com

  2. #2
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Sugar doesn't save inbound e-mail settings

    Quote Originally Posted by lostdeviant
    Hi I got Sugar CRM working yesterday and it seems pretty nice.
    I set up a user account as well as my own as admin.
    I also added e-mail settings. We were able to add a lead and send e-mail from both user accounts without error.

    The problem is that the system won't save the inbound e-mail connection settings.

    Yes, my settings are correct, my server works and all that...Even the test connection works but it won't save the settings.
    When we click on save we just get a blank page which is typical of a bad php page.

    The settings are not saved using Firefox nor explorer

    The Sugar CRM app is on a hosted server using php 5.05 which I can't change since it is hosted.
    I used the myphpadmin in the host's control panel and my sugar database exists and there is an inbound e-mail table.
    There appear to be 'column headings' but when exported the table is empty.

    Could someone export a 'sample' inbound email table so that I could try changing the info and import it back into the database?

    Has anyone found a solution for this bug?

    thanks in advance

    Christopher
    christopher@portallanguageservices.com
    http://portallanguageservices.com
    You failed to mention what version of Sugar along with what OS.

    Thanks

  3. #3
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Re: Sugar doesn't save inbound e-mail settings

    I'm using the most recent version of sugar opensource on a LAMP hosted server.

  4. #4
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Sugar doesn't save inbound e-mail settings

    Anything in the log?
    You might need to go into log3php.properties and uncomment the debug line at the bottom.
    When you go back in, the values are actually empty?

    I know that Sugar uses the scheduler and if you don't have an entry into the crontab to check for emails, it won't.

    Add this line to your crontab:
    * * * * * cd //docroot/sugarcrm; php -f cron.php > /dev/null 2>&1

    if the values are there just not working.
    Last edited by sacramentojoe; 2007-07-10 at 03:48 AM.

  5. #5
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Re: Sugar doesn't save inbound e-mail settings

    Which file is crontab?

    Where is the log that I should check?
    I don't have a log3php.properties file. I uncommented the debug line in log4.php. and tried again to add my inbound email settings and again got a blank screen when I tried to save.
    No error messages appeared. If log3php.properties is hidden somewhere please let me know.

    Remember the problem isn't that it isn't checking my e-mail. The problem is that it isn't saving my inbound e-mail settings therefore there isn't anything to check. I have 2 users configured my own as admin and my SO's user account. Neither update the inbound info.

    Doesn't anyone have the ability to export their inbound email table for me to later edit and import into mine so that I could get this working?

    It isn't a very useful program if I have to use outlook to check my e-mail and then there is no history in the CRM.


    When you go back in, the values are actually empty? If you mean my user settings for e-mail yes they are empty.... The inbound e-mail settings are not saved.
    I have added them many times and as soon as I try to save I get a white (blank page) Obviously it isn't updating that table but I don't know why. Obviously the database settings are good since I can save leads and send e-mail with sendmail and it even remembered my preferred theme.

    thank you. I'm just frustrated with the settings not saving.

    Anything in the log?
    You might need to go into log3php.properties and uncomment the debug line at the bottom.
    When you go back in, the values are actually empty?

    I know that Sugar uses the scheduler and if you don't have an entry into the crontab to check for emails, it won't.

    Add this line to your crontab:
    * * * * * cd //docroot/sugarcrm; php -f cron.php > /dev/null 2>&1

    if the values are there just not working.

  6. #6
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Sugar doesn't save inbound e-mail settings

    Sorry, I meant log4php.properties.
    There is a sugarcrm.log in the docroot, this will show all the errors.

  7. #7
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Re: Sugar doesn't save inbound e-mail settings

    I can't find any file in my sugarcrm directories with that name or similiar.

  8. #8
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Sugar doesn't save inbound e-mail settings

    Does your web user have write permissions to the docroot?
    It needs it at least to sugarcrm.log and config_override.php

  9. #9
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Re: Sugar doesn't save inbound e-mail settings

    OK so you mean the server root not the crm root.
    No, I am very limited that is why I asked for an exported table that I could modify and import into my database with phpmyadmin. I have access to httpdocs and a controlpanel, the control panel has an the standard admin program for importing and exporting tables from mysql databases. I'd host the program from home but my cable modem's connection has a dynamic IP and they charge almost 80 dollars a month to have a static connection.

    I setup Sugar CRM to put the root stuff in the cache directory as instructed by a sugar developer in another forum discussion

    I repeat that my only problem is with THAT table (inbound e-mail) not being updated.

  10. #10
    lostdeviant is offline Member
    Join Date
    Jul 2007
    Posts
    7

    Default Re: Sugar doesn't save inbound e-mail settings

    Please somebody send me an exported inbound email table using phpmyadmin for me to edit and import into mine.

    my email address is info@portallanguageservices.com
    http://portallanguageservices.com also has a link if you only want to send me a message without attachments.

    I have tried everything I've been asked but Sugar won't give me error messages nor will it write a log even though all the permissions are set.

    Please help

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HELP - Act import (field mapping)
    By smelamed in forum Help
    Replies: 32
    Last Post: 2010-12-15, 05:39 PM
  2. Big Security worries with Sugar!
    By mycrmspacegunnar in forum General Discussion
    Replies: 28
    Last Post: 2007-07-29, 05:27 AM
  3. Notifications in Inbound Mail
    By malcolmh in forum Feature Requests
    Replies: 3
    Last Post: 2006-10-21, 09:34 AM
  4. Problem with inbound Mail
    By grossw in forum Help
    Replies: 0
    Last Post: 2006-07-05, 10:32 AM

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
  •