Results 1 to 2 of 2

Thread: XML Response

  1. #1
    Chris1981 is offline Member
    Join Date
    Oct 2007
    Posts
    9

    Default XML Response

    Hey All,

    I have just setup SugarCRM Open Source version 4.5.1f (Build 1094) on our internal server running PHP 5.2.4

    I have managed to get everything working perfect, except im having some problems with a quotation module i have just installed .. Everytime i click a specific button linking a product to a quote i get the following error in a little javascript popup box.

    The XML response that was returned from the server is invalid
    Received:
    Not a valid entry point
    I do have libxml enabled in my PHP config and XML support is active.

    if anyone has any clues about this, could they please give me some insight .. i have been searching for this and cant find a solution anywhere ... or if anyone has another quotation system that works good, that would also be great.

    Cheers People

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: XML Response

    That button that you are clicking is trying to call some page in Sugar that does not have this at the top of the page (it tells Sugar that it IS a valid entry point):
    PHP Code:
     if(!defined('sugarEntry'))define('sugarEntry'true); 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2006-12-11, 04:35 PM
  2. Replies: 0
    Last Post: 2006-08-13, 03:48 PM
  3. PATCH: Network Response Time
    By mrmilk in forum Downloads
    Replies: 25
    Last Post: 2006-07-19, 08:35 AM
  4. Sugar v3.5.1 Support Team Response
    By isnceo in forum General Discussion
    Replies: 1
    Last Post: 2005-09-29, 06:51 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
  •