Results 1 to 10 of 10

Thread: problem with export button in enterprise report

  1. #1
    minasaeedi is offline Member
    Join Date
    Sep 2010
    Posts
    5

    Default problem with export button in enterprise report

    Hello
    I have problem with export button of CRM interface. When I try to export an enterprise report I got an error when I click on export hyperlink.
    What can be the problem? This enterprise report and the export button worked correctly before and I'm not sure what has happened suddenly.

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: problem with export button in enterprise report

    Hello,

    Can you paste the error message or a screenshot here to get some more idea? What SugarCRM version are you using?
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    minasaeedi is offline Member
    Join Date
    Sep 2010
    Posts
    5

    Default Re: problem with export button in enterprise report

    Hello

    Let me describe my problem with more details.
    I'm able to export basic reports and the export button is working without any errors.
    But when I try to export an enterprise report,it only shows a blank page and no error!

    My SugarCRM version is 5.5
    Any help provided is very much appreciated!!!

    Regards,
    Mina

  4. #4
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: problem with export button in enterprise report

    Hello,

    Check the server logs to see the possible errors. Paste the content here if you can.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: problem with export button in enterprise report

    Quote Originally Posted by minasaeedi View Post
    Hello

    Let me describe my problem with more details.
    I'm able to export basic reports and the export button is working without any errors.
    But when I try to export an enterprise report,it only shows a blank page and no error!

    My SugarCRM version is 5.5
    Any help provided is very much appreciated!!!

    Regards,
    Mina
    Try increasing the max_execution_time and memory_limit settings in your PHP.INI, restart the web service and then try it again. Blank pages are often times the result of PHP.INI settings being set too low.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  6. #6
    minasaeedi is offline Member
    Join Date
    Sep 2010
    Posts
    5

    Default Re: problem with export button in enterprise report

    Quote Originally Posted by davidboris View Post
    Hello,

    Check the server logs to see the possible errors. Paste the content here if you can.
    Thank you for your reply.
    Can you please tell me where to find the log file? - by the way my server is Linux.
    Thank you

  7. #7
    minasaeedi is offline Member
    Join Date
    Sep 2010
    Posts
    5

    Default Re: problem with export button in enterprise report

    Quote Originally Posted by Angel View Post
    Try increasing the max_execution_time and memory_limit settings in your PHP.INI, restart the web service and then try it again. Blank pages are often times the result of PHP.INI settings being set too low.
    Could you tell me what range I have to set my execution time and memory limit?

  8. #8
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: problem with export button in enterprise report

    It'll vary depending on the amount of data in question, but try using 128M for memory_limit and 300 for the max_execution_time.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  9. #9
    minasaeedi is offline Member
    Join Date
    Sep 2010
    Posts
    5

    Default Re: problem with export button in enterprise report

    here is the error in linux server error-log:

    PHP Notice: Undefined index: Home in sugarcrm/include/export_utils.php on line 134, referer: http://localhost/sugarcrm/index.php?...2-4bbca8f558b2

    PHP Notice: Undefined index: in /storage1/html/sugarcrm/include/export_utils.php on line 135, referer: http://localhost/sugarcrm/index.php?...2-4bbca8f558b2

    PHP Warning: require_once() [<a href='function.require-once'>function.require-once</a>]: Filename cannot be empty in /storage1/html/sugarcrm/include/export_utils.php on line 135, referer: http://localhost/sugarcrm/index.php?...2-4bbca8f558b2

    PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='/storage1/html/sugarcrm/include/..:.:/usr/share/pear:/usr/share/php') in /storage1/html/sugarcrm/include/export_utils.php on line 135, referer: http://localhost/sugarcrm/index.php?...2-4bbca8f558b2

  10. #10
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: problem with export button in enterprise report

    Hello,

    Your query belongs to any custom or basic(Accounts,Contacts, etc.) module?
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to export report in Korean?
    By kiddx in forum Help
    Replies: 2
    Last Post: 2011-08-11, 08:19 AM
  2. Problem with export report to csv
    By Mykhaylo in forum Help
    Replies: 1
    Last Post: 2009-08-14, 10:43 AM
  3. CRM - Add Column to export report.
    By Igalc in forum Help
    Replies: 1
    Last Post: 2009-05-18, 08:32 AM
  4. How can I link a customized Enterprise Report to a Target List?
    By tonesugaradmin in forum Developer Help
    Replies: 0
    Last Post: 2008-12-02, 09:25 PM
  5. export report only csv?
    By hoachen in forum General Discussion
    Replies: 1
    Last Post: 2006-12-10, 11:11 AM

Tags for this Thread

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
  •