Niezalogowany (Zaloguj się)

Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

    • CommentAuthorazbest
    • CommentTime11 Jan 2008
     
    Korzystałem z ML wczesniej i wszystko ladnie grało.
    Przeniosłem sie na serwer home.pl
    Instaluje skrypt a tu błąd przy rejestracji.
    Komunikacja między skryptem na http://presell.waw.pl a serwerem reklam jest zakłócona.

    na wcześniej wspomnianym forum odpowiedz byla taka

    Spróbuj utworzyć taki plik:
    <?php
    require_once('includes/app_top.php');

    $u = array(
    'configure_name' => 'ticket'
    'configure_value' => null
    );
    $db->update('configure', $u);

    $u = array(
    'configure_name' => 'registered_address'
    'configure_value' => null
    );
    $db->update('configure', $u);

    require_once('includes/app_bottom.php');

    echo 'OK. Prosze usunac ten plik';
    ?>Odpalić go z przeglądarki i zarejestrować się jeszcze raz.


    toteż go utworzyłem i odpaliłem z przeglandarki i dostalem taki blad php:


    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /file.php on line 6
    • CommentAuthorazbest
    • CommentTime11 Jan 2008
     
    recznie usunąłem rekordy , registered_address' oraz ticket, probowalem zarejestrowac sie ponownie, ale dalej bezskutecznie.
    Wstawilem spowrotem wartosci registred_adres i ticket. Wygląda na zrejestrowany, ale mam problem z sesjami:
    Warning: session_start() [function.session-start]: open(/tmp/sess_32ad46a7d19f2af1a9c13bc0c995545c, O_RDWR) failed: No such file or directory (2) in /includes/app_top.php on line 12

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /includes/app_top.php:12) in /includes/app_top.php on line 12

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/app_top.php:12) in /includes/app_top.php on line 12

    Warning: Unknown: open(/tmp/sess_32ad46a7d19f2af1a9c13bc0c995545c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0