this problem is solved i uninstalled sugar crm 4.5.1 and install 5.0GA that worked so far settings are more difficult and some of the features do not work
this problem is solved i uninstalled sugar crm 4.5.1 and install 5.0GA that worked so far settings are more difficult and some of the features do not work
Last edited by asmase; 2007-12-17 at 11:39 AM. Reason: solved
Hi, asmase.
Tell us some informations:
1. version of Sugar;
2. Have you modified some core code?
3. Have you restarted apache?
4. Have you modified the php.ini?
5. Has session_dir right access?
Cheers.
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
my first error was :
Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php on line 2937
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/payned/domains/payned.nl/public_html/crmsales/config.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/index.php on line 178
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/config.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/index.php on line 216
THEN I
made on advice from the forum the following change:
Open {sugar}/include/utils.php at line 2937:
PHP Code:
if(function_exists('gzclose')) {
ini_set('zlib.output_compression', 1);
}
and add @ sign before ini_set:
PHP Code:
if(function_exists('gzclose')) {
@ini_set('zlib.output_compression', 1);
}
My version is 4.5.1
apache is restarted already twice no result.
no changes in php.ini are done.
Dont know about the access it did work fine for a week.
Please if possible help me i did lots of hours work on this to make it work.
thanks for any solution
Hi, asmase.
Just to make sure there is no error on php neither apache:
Download a new SugarCRM installation (4.5.1) and try to install.
Perhaps you are looking at the wrong place.
Cheers.
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Dear Andre,
I used the install again no problems found but now i get this when i want to login:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/index.php on line 178
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/index.php on line 216
i realy dont hope that i have to install all new and lose al the work i did on this.
If you or anyone els have an idea to save me with this, please
Sincerely
Asmase
Hi, asmase.
Definitively you have a php issue!
Override the php.ini to a default one and restart the apache.
Cheers.
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
sure i have the whole system does not work without giving me errors , al with simular messages , just have a outlander plugin installed to test and giving me this essage always about the header.
Client found response content type of 'text/html', but expected 'text/xml'.
The request failed with the error message:
--
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in <b>/home/payned/domains/payned.nl/public_html/crmsales/include/nusoap/nusoap.php</b> on line <b>3781</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in <b>/home/payned/domains/payned.nl/public_html/crmsales/include/nusoap/nusoap.php</b> on line <b>3781</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in <b>/home/payned/domains/payned.nl/public_html/crmsales/include/nusoap/nusoap.php</b> on line <b>3781</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in <b>/home/payned/domains/payned.nl/public_html/crmsales/include/nusoap/nusoap.php</b> on line <b>3781</b><br />
and when i use the vcard button i get this error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/vCard.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 118
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 119
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 120
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 122
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 123
Warning: Cannot modify header information - headers already sent by (output started at /home/payned/domains/payned.nl/public_html/crmsales/include/utils.php:1) in /home/payned/domains/payned.nl/public_html/crmsales/include/vCard.php on line 124
BEGIN:VCARD N:george;demo; FN: demo george BDAY: TEL;FAX: TEL;HOME: TEL;CELL: TEL;WORK:038-8450203 EMAIL;INTERNET:home@asmase.com ADR;WORK:;;;;;; ORG:; TITLE: END:VCARD
is there someone with PHP knowledge that give me the right hint?? please
by the way login works again by getting a little code from superman to get this in utils.php
but now everything els gives me similar errors
appreciate any help
Hi, asmase.
Consider reinstall the php.
Cheers.
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks