Results 1 to 2 of 2

Thread: (Help) I think i found a bug!

  1. #1
    fedepia is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Rosario, Argentina
    Posts
    104

    Exclamation (Help) I think i found a bug!

    Hello people, i have posted two messages later but still no answer. I think I have found a bug when using sugar on IIS. In the pagination links within modules the url repeats the application's name and index.php as this:
    http://localhost/sugarcrm/index.php/sugarcrm/index.php?.....

    I was looking how sugar makes the url and in file include/DetailView/DetailView.php, on line 364 i saw this line:
    $this->base_URL = $_SERVER['PHP_SELF'];

    and here is the problem because this variable has the content /sugarcrm/index.php/sugarcrm/index.php, so i have changed this line for the following:
    $this->base_URL = $_SERVER['PATH_INFO'];
    and all work well

    This is my system information:
    - Sugarcrm 4.5.1e
    - IIS 5.1
    - PHP 5.2.4
    - Mysql 5

    Another thing is that variable $_SERVER['PHP_SELF'] on php 5.2.4 has:
    /sugarcrm/index.php/sugarcrm/index.php
    and the same variable on php 5.2.3 has:
    /sugarcrm/index.php

  2. #2
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: (Help) I think i found a bug!

    Hi there,

    Thank you for posting this. The way to report a bug is to go to bugs.sugarcrm.com and enter it there. That way you can track the status of the issue and can see which release the fix will be posted in. Posting bugs here doesn't automatically get the attention of the development team, who don't regularly read a lot of forum posts.
    Susie Williams

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Found Bug... but couldn't find a bug forum?
    By dblake in forum Developer Help
    Replies: 2
    Last Post: 2007-09-24, 11:58 PM
  2. Found a bug in phpmailer
    By Skipidar in forum Developer Help
    Replies: 1
    Last Post: 2006-11-28, 09:36 PM
  3. Page not found bug - Currency class issue?
    By paviles in forum General Discussion
    Replies: 0
    Last Post: 2006-03-22, 05:47 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
  •