I can't export any csv from sugar !! any help ?![]()
I can't export any csv from sugar !! any help ?![]()
Are you getting an error? Do you see the export button? Version of Sugar??? Please elaborate.
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)
______________________________________________
I got the popup from explorer starting to download and then nothing happen
Have you tried it using a version of PHP that is supported?
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)
______________________________________________
yes I did with php 5.2 and older versions as well in 2 different servers and on my local machine.
I have the same problem. None of the export buttons do anything but allow me choose the file destination and then they hang until I eventually get a "Connection to server reset" error message.
I am getting this with the latest version of Sugar 5.2.0k (Build 5837) on PHP 5.2.11 (cli) (built: Sep 16 2009 19:32:02) running on Windows server 2008.
After more searching I found a thread that had addressed this issue and the suggested fix worked for me. I don't know how to refer to another thread so here is a copy/paste of the solution:
---------------------------------
As explained in the bug description, you can comment out the following code from the "export.php" file: ----- Please be sure and make a backup of this file before editing -----
/*
header("Content-Length: ".strlen($content)); */
Now there is one catch to this that I found. This fixes the export problem when you try to export a list of contacts or accounts, for instance, from the listview of their respective modules. If you try to export a report, it still does not work. I'm hoping I'll hear something back from them soon on this.
---------------------------------
I am trying to export a report also and that export.php fix didn't work. (my export button is broken also)
for me it didnt worked...i have sugar enterprice Version 4.5.1g (Build 1003) and i have updated php to 5.2.13. my export button doesnot work.
i have debuged up to some extend.
the $content variable gives me the perfect data.
just after that their are few statements for header controls (for downloading).PHP Code:$content = export(clean_string($_REQUEST['module']), $_REQUEST['uid']);
that doest not works.
any help will be appreciated.
__________________
Best Regards
---------------------------------------
Dhaivat Naik
i got the solution, the php tag was not closed in this file
include/utils/user_utils.php
and there was some problem in the variable $sam1="579DB344334SAFGHY6A9ZngdmNtc..........";
__________________
Best Regards
---------------------------------------
Dhaivat Naik
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks