Results 1 to 3 of 3

Thread: Please replace the SugarCRM logos - HELP

  1. #1
    rjuari is offline Member
    Join Date
    Sep 2007
    Posts
    6

    Default Please replace the SugarCRM logos - HELP

    Hello All,

    I got this error on my company CRM
    Please replace the SugarCRM logos.

    I've read several threads in the forum and I've done everything that is suggested.
    What I've tried so far:
    1. Replace the whole /include/images folder with the original (from Sugar source code)
    2. Made sure that the poweredby_sugarcrm logo is original
    3. Removed these lines below as suggested by drumcentral (Kenny):

    ///////////////////////////////////////////////////////////////////////////////

    /*
    Admin Tools
    08/06/2006 Ken Brill
    ken.brill@gmail.com
    this creates an array to store all the sql queries in
    :START:
    */
    $sql_queries_text = array();
    /*
    Admin Tools
    :END:
    */

    ///////////////////////////////////////////////////////////////////////////////

    4. Made sure that magic_quotes something variable if Off (as someone suggested in one of the threads it might be the php.ini issue).

    All of those methods above did not solve my problem.

    When I tried to replace the index.php with the original index.php (downloaded from Sugar source code), the error dissappeared and I can now login into the CRM (Even after I changed the company_logo.png). However, the problem now is I lost some (if not all) of the customazations/settings that we did.

    And because of that my supervisor and his boss asked me to revert it back because they've spent A LOT of time for customization. Hence, now I'm back in square one (i.e. login error!!! ).

    Anyone can help me with this?

    If it helps, here is the link to our CRM: http://crm.evolutra.com

  2. #2
    ivolator's Avatar
    ivolator is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Dagobah
    Posts
    98

    Default Re: Please replace the SugarCRM logos - HELP

    Have Your bosses changed this lines in index.php by any chance ?
    PHP Code:
    echo "
    <A href='http://www.sugarcrm.com' target='_blank'><img style='margin-top: 2px' border='0' width='106' height='23' src='include/images/poweredby_sugarcrm.png' alt='Powered By SugarCRM'></a>"

    or
    PHP Code:
        echo "<A href='http://www.sugarforge.org' target='_blank'><img style='margin-top: 2px' border='0' width='106' height='23' src='include/images/poweredby_sugarcrm.png' alt='Powered By SugarCRM'></a>\n"
    PHP Code:
        echo ('&copy; 2004-2007 <a href="http://www.sugarcrm.com" target="_blank" class="copyRightLink">SugarCRM Inc.</a> All Rights Reserved.<br />'); 
    put them back and it should work again.
    Last edited by ivolator; 2007-09-26 at 01:45 AM.

  3. #3
    rjuari is offline Member
    Join Date
    Sep 2007
    Posts
    6

    Default Re: Please replace the SugarCRM logos - HELP

    I do have the last two lines of code.
    However I don't have the first one (which I think it's similar to the second).
    Any other idea?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Please replace the SugarCRM logos.
    By moot349 in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2007-05-31, 09:39 PM
  2. Merge Contacts show sql error
    By hheckner in forum General Discussion
    Replies: 5
    Last Post: 2006-10-04, 01:57 PM
  3. Replies: 16
    Last Post: 2006-07-29, 07:28 PM
  4. Replies: 5
    Last Post: 2006-06-28, 02:05 PM
  5. ERROR - please replace the SugarCRM logos
    By razmon123 in forum General Discussion
    Replies: 2
    Last Post: 2005-07-12, 03:53 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
  •