Results 1 to 3 of 3

Thread: Path to phpinfo()

  1. #1
    Chr1s is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    18

    Exclamation Path to phpinfo()

    Hi Forum,

    can anyone tell me the path to phpinfo() in SugarCRM?
    In other words: Which php-file executes phpinfo() ?

    thx a lot!

    Cheers from Germany
    Last edited by Chr1s; 2007-05-07 at 08:17 PM.

  2. #2
    michaelest is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    37

    Default Re: Path to phpinfo()

    phpinfo is something you can run from a separate file.

    Create a .txt file (notepad.exe) and put the following code in it...

    <?php
    phpinfo();
    ?>
    Save it as info.php, upload it to your server, and then navigate to it using your browser. (http://www.yourdomain.com/info.php)

  3. #3
    Chr1s is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    18

    Default Re: Path to phpinfo()

    Thanks a lot!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 97
    Last Post: 2010-12-24, 12:18 PM
  2. Replies: 13
    Last Post: 2008-09-25, 05:49 PM
  3. Replies: 7
    Last Post: 2006-07-17, 09:41 PM
  4. problem with relative path in SugarCRM
    By bsugar in forum General Discussion
    Replies: 2
    Last Post: 2005-11-01, 10:30 PM
  5. Replies: 0
    Last Post: 2005-08-18, 06:33 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
  •