kostenloser Webspace werbefrei: lima-city


Suche auf lima-city

  • in: lima-city und Open Cart?

    geschrieben von schmuckwilderei

    Du bist genial!

    Es hat geklappt. Funktioniert jetzt einwandfrei.

    Vielen Dank!


    ________________________________________________________________________________________________________


    Es gibt leider ein neues Problem. Gestern hat alles einwandfrei funktioniert. Seit heute bekomme ich aber die folgende Fehlermeldung. Außerdem kann ich nicht mehr auf den Admin-Bereich zugreifen... Habe gestern noch einige Einstellungen geändert. Danach lief es aber problemlos.

    Warning: session_start() [function.session-start]: open(/home/webpages/tmp/sess_797b6e834b3cc9dc498617eb7d84dce5, O_RDWR) failed: No space left on device (28) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 12Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 12Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 12


    <?php
    class Session {
    public $data = array();

    public function __construct() {
    if (!session_id()) {

    // ini_set('session.use_cookies', 'On');
    // ini_set('session.use_trans_sid', 'Off');

    session_set_cookie_params(0, '/');
    (12) session_start();
    }
    $this->data =& $_SESSION;
    }
    }
    ?>
  • in: lima-city und Open Cart?

    geschrieben von schmuckwilderei

    Vielen Dank für deine schnelle Hilfe!!!!

    Das Problem hat wohl irgendwas mit cookies zu tun... damit kenne ich mich aber leider nicht aus. Es folgen die Warnhinweise und die entsprechenden Zeilen im Quellcode:

    Warning: ini_set() has been disabled for security reasons in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 7Warning: ini_set() has been disabled for security reasons in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 8Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 11Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 11

    -->
    <?php
    class Session {
    public $data = array();

    public function __construct() {
    if (!session_id()) {
    ini_set('session.use_cookies', 'On');
    ini_set('session.use_trans_sid', 'Off');

    session_set_cookie_params(0, '/');
    session_start();
    }

    $this->data =& $_SESSION;
    }
    }
    ?>

    Warning: Cannot modify header information - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php on line 173

    -->
    setcookie('language', $code, time() + 60 * 60 * 24 * 30, '/', $request->server['HTTP_HOST']);

    Warning: Cannot modify header information - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/index.php:100) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/currency.php on line 45

    -->
    setcookie('currency', $currency, time() + 60 * 60 * 24 * 30, '/', $this->request->server['HTTP_HOST']);
  • in: lima-city und Open Cart?

    geschrieben von schmuckwilderei

    Konnte Open Cart problemlos installieren. Musste vorher noch Magic Quotes GPC deaktivieren und damit hatte ich dann alle Requirements erfüllt. Leider kann ich nicht auf den admin-Bereich zugreifen und es kommt immer die folgende Hinweise:


    Warning: ini_set() has been disabled for security reasons in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 7Warning: ini_set() has been disabled for security reasons in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 8Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/admin/index.php:79) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 11Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/admin/index.php:79) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/session.php on line 11Warning: Cannot modify header information - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/admin/index.php:79) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/library/currency.php on line 45Warning: Cannot modify header information - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/admin/index.php:79) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/admin/index.php:79) in /home/webpages/lima-city/schmuckwilderei/html/Schmuckwilderei/system/engine/controller.php on line 29

    Habe Open Cart bereits ein 2tes Mal installiert. Wieder die gleichen Hinweise.
    Weiß jemand Abhilfe???
  • in: lima-city und Open Cart?

    geschrieben von schmuckwilderei

    Hallo Leute,

    hat jemand Erfahrungen mi lima-city und Open Cart? geht das überhaupt?

    Gruß

Login zum Webhosting ohne Werbung!