PDA

Zobacz pełną wersję : Błędy - co zmienić?



dietykon
23-05-2011, 10:26
Warning: session_start() [function.session-start (http://dietykon.ovh.org/function.session-start)]: Cannot send session cookie - headers already sent by (output started at /home/d/i/e/dietykon/www/configuration.php:1) in /home/d/i/e/dietykon/www/libraries/joomla/session/session.php on line 423

Warning: session_start() [function.session-start (http://dietykon.ovh.org/function.session-start)]: Cannot send session cache limiter - headers already sent (output started at /home/d/i/e/dietykon/www/configuration.php:1) in /home/d/i/e/dietykon/www/libraries/joomla/session/session.php on line 423

Warning: Cannot modify header information - headers already sent by (output started at /home/d/i/e/dietykon/www/configuration.php:1) in /home/d/i/e/dietykon/www/libraries/joomla/session/session.php on line 426
Witam, bardzo proszę o pomoc, nie znam się na tym za bardzo. Moja stronka generuje takie błędy widoczne na stronie (http://dietykon.ovh.org), pewnie trzeba coś dopisać w pliku configuration.php. Na razie zmieniłem nazwę hosta bo był local. Wszystko zaczęło się chrzanić po pracach konserwacyjnych na 60free.ovh po przywróceniu serwerów i obslugi baz danych, nic nie chodziło, doczytałem wlaśnie z tą zmianą localhosta na właściwy i ruszyło. Poza wyświetlanymi błędami również pokazują się na panelu administracyjnym i dodatkowo nie mogę się zalogować do niego. a poniżej pliki konfiguracyjna z wygwiazdkowanymi hasłami :podstep:
Bardzo proszę o pomoc co mam zmienić w nich żeby to wszystko chodziło bez błędów!



<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = '';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $feed_email = 'author';
var $secret = 'wdxt6icy3yk0gsmv';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '*********';
var $tmp_path = '***********';
var $live_site = '';
var $force_ssl = '0';
var $offset = '1';
var $caching = '0';
var $cachetime = '30';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = '********';
var $user = '*******';
var $db = '*******';
var $dbprefix = 'jom15_';
var $mailer = 'smtp';
var $mailfrom = '**********';
var $fromname = '*****';
var $sendmail = '';
var $smtpauth = '1';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '********';
var $smtppass = '**********';
var $smtphost = '*********';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '30';
var $session_handler = 'database';
var $password = '*****';
var $sitename = '*******';
var $MetaDesc = '**********************';
var $MetaKeys = '************************************************* ****';
var $offline_message = 'Trwają prace konserwacyjne. Zapraszamy jutro!';
}
?>


<?php
/**
* @version $Id: configuration.php-dist 11687 2009-03-11 17:49:23Z ian $
* @package Joomla
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software and parts of it may contain or be derived from the
* GNU General Public License or other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*
* -------------------------------------------------------------------------
* THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
*
* If you are installing Joomla! manually i.e. not using the web browser installer
* then rename this file to configuration.php e.g.
*
* UNIX -> mv configuration.php-dist configuration.php
* Windows -> rename configuration.php-dist configuration.php
*
* Now edit this file and configure the parameters for your site and
* database.
*/
class JConfig {
/**
* -------------------------------------------------------------------------
* Site configuration section
* -------------------------------------------------------------------------
*/
/* Site Settings */
var $offline = '0';
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
var $sitename = 'Joomla!'; // Name of Joomla site
var $editor = 'tinymce';
var $list_limit = '20';
var $legacy = '0';

/**
* -------------------------------------------------------------------------
* Database configuration section
* -------------------------------------------------------------------------
*/
/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = '************'; // This is normally set to localhost
var $user = '**********'; // MySQL username
var $password = '*****'; // MySQL password
var $db = '***********'; // MySQL database name
var $dbprefix = 'jom15_'; // Do not change unless you need to!

/* Server Settings */
var $secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = 'http://help.joomla.org';
var $xmlrpc_server = '1';
var $ftp_host = '';
var $ftp_port = '';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $ftp_enable = '';
var $tmp_path = '/tmp';
var $log_path = '/var/logs';
var $offset = '0';
var $live_site = ''; // Optional, Full url to Joomla install.
var $force_ssl = 0; //Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator

/* Session settings */
var $lifetime = '15'; // Session time
var $session_handler = 'database';

/* Mail Settings */
var $mailer = 'mail';
var $mailfrom = '';
var $fromname = '';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';

/* Cache Settings */
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';

/* Debug Settings */
var $debug = '0';
var $debug_db = '0';
var $debug_lang = '0';

/* Meta Settings */
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';

/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '';

/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
}
?>


Wygwiazdkowane są te rzeczy które miały mnie do samobójstwa doprowadzić reszty nie jestem pewien czy ma być wpisane a to co pod gwiazdkami to raczej dobrze wpisane jest.
Pomóżcie proszę!

palyga007
23-05-2011, 10:29
1. Podawanie wrażliwych danych (użytkownik bazy danych, hasło ) to informatyczne samobójstwo.
2. Problem wielokrotnie omawiany na forum wystarczy się przyłożyć do szukania.

To chyba tyle w temacie.

dietykon
23-05-2011, 13:30
Oj, to chociaż podpowiedzcie gdzie mam szukać! Ja się na tym nie znam :placz: