General > Support
Php error during installation
LukeWega:
I'm trying to install the script Mibew 1.6.13 stable version on my reseller server, but when running the file /install/dbperform.php the screen goes blank and the php returns an error log that displays the following data:
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 51
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 51
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 171
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 449
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 450
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 451
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 452
I would also advance the server reseller has all the minimum requirements for installation and installation on my server wampp works perfectly with no errors
I wait confidently for a solution in the help of some more experienced developer
faf:
You should remove all symbols (including BOM, empty spaces, blank lines, etc.) standing before opening <?php in libs/config.php.
LukeWega:
I think this is not the problem faf, because as you can see in the config.php file attachment no spaces or special characters before the opening tag <? Php
faf:
Look at this message:
--- Quote from: LukeWega on October 11, 2014, 01:18:04 AM ---[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 51
--- End quote ---
And then look at this part of your configuration:
--- Quote from: LukeWega on October 11, 2014, 12:27:52 PM ---
--- Code: ---$mibewroot = "/webim";
--- End code ---
--- End quote ---
Are you sure that you've attached the actual configuration? And are you absolutely sure about validity of all values in your actual configuration? ???
LukeWega:
First I would like to apologize for my lack of attention as to who carried config.php to explain the error in the installation file. Now, redid the installation by removing the blank space before the <? Php and took printscreens to better explain what happens. Together these prints will log the error generated by PHP.
--- Code: ---[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 51
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 51
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 171
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 449
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 450
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 451
[10-Oct-2014 16:54:46 America/Sao_Paulo] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/webimoveisrs/public_html/chat/libs/config.php:1) in /home/webimoveisrs/public_html/chat/libs/common.php on line 452
--- End code ---
And thanks once again for the help provided so far by the friends of the forum!
Navigation
[0] Message Index
[#] Next page
Go to full version