Visualizzazione dei risultati da 1 a 9 su 9
  1. #1
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30

    [sqllite] errore caricamento mysql

    http://php.html.it/guide/lezione/266...izzare-sqlite/

    Dunque........ da questo primo esperimento di collegamento con sqllite mi da questo specifico errore :

    Call to undefined function sqlite_open()

    Ho visto in un altro post di risposta a questo problema che diceva di vedere se sono presenti i moduli installati.


    per vedere se ho tutti i moduli installati :

    1) http://it.php.net/manual/it/functio...sion-loaded.php
    Con questo noto che nell'array di risposta non e' caricato mysql e questo e' un problema : COME lo carico tnx

    2) http://it.php.net/manual/it/functio...-extensions.php

    ne con il secondo ........... ho caricato l'estensione db

    Come risolvo sto problema di configurazione ???

    Tnx

  2. #2
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30
    Emmm

    Mi puo' aiutare quelacheduno ???

  3. #3
    Hai verificato se nelle estensioni nel file php.ini hai decommentato la string di connessione al db?

    cmq stai dando troppe poche info per risolvere il prob....
    usi un wamp o hai installato i componenti separatamente?
    .:Se sei uno scrittore o un giornalista:.
    oppure anche solo per hobby
    www.adaltavoce.com facci sentire la tua.
    Il mio blog tonylog.altervista.org

  4. #4
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30
    Hai raggione, ho windows 2000

    Ho installato WAMP5 1.6.5.

    Stringa di connessione al db ................ hum ..............

    quale' ???

    abbiate pierà sono nuovo di queste cose ^_^

  5. #5
    Semplice,
    1. vai nella cartella di php
    2. trovi il file php.ini (spero hai abilitato le estensioni nel tuo comp)
    3. lo apri con il tuo editor preferito
    4. trovi la stringa connectio oppure mysql_str oppure con qualsiasi cosa che si riferisca as un db
    5. cedra che davanti a questa c'è un ; toglilo, stai attento a non modificare la stringa stessa.

    Fatto!
    .:Se sei uno scrittore o un giornalista:.
    oppure anche solo per hobby
    www.adaltavoce.com facci sentire la tua.
    Il mio blog tonylog.altervista.org

  6. #6
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30
    Questo e' il mio php.ini .............

    Nun capisco........ probabilmente il problema e' macroscopico, ma io non lo vedo


    [MySQL]
    ; Allow or prevent persistent links. default On
    ;mysql.allow_persistent = PHP_INI_SYSTEM
    mysql.allow_persistent = on

    ; Maximum number of persistent links. -1 means no limit. default -1
    ;mysql.max_persistent = PHP_INI_SYSTEM
    mysql.max_persistent = -1

    ; Maximum number of links (persistent + non-persistent). -1 means no limit. default -1
    ;mysql.max_links = PHP_INI_SYSTEM
    mysql.max_links = -1

    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT. default null
    ;mysql.default_port = PHP_INI_ALL
    mysql.default_port =

    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults. default null
    ;mysql.default_socket = PHP_INI_ALL
    mysql.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode). default null
    ;mysql.default_host = PHP_INI_ALL
    mysql.default_host =

    ; Default user for mysql_connect() (doesn't apply in safe mode). default null
    ;mysql.default_user = PHP_INI_ALL
    mysql.default_user =

    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well. default null
    ;mysql.default_password = PHP_INI_ALL
    mysql.default_password =

    ; Maximum time (in secondes) for connect timeout. -1 means no limimt default 60
    ;mysql.connect_timeout = PHP_INI_SYSTEM
    mysql.connect_timeout = 60

    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Erros will be displayed.
    mysql.trace_mode = Off

    [MySQLI]

    ; Maximum number of links. -1 means no limit.
    mysqli.max_links = -1

    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    mysqli.default_port = 3306

    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysqli.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_host =

    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_user =

    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysqli.default_password =

    ; Allow or prevent reconnect
    mysqli.reconnect = Off

    [mSQL]
    ; Allow or prevent persistent links.
    msql.allow_persistent = On

    ; Maximum number of persistent links. -1 means no limit.
    msql.max_persistent = -1

    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    msql.max_links = -1

  7. #7
    Aspetta prova sostituendo questo oppure so dov'è l'errore....

    Codice PHP:

    ;Php.ini from [url]www.adaltavoce.com[/url] if you want php assistence go to;
    ;[
    url]www.adaltavoce.com//forum/index.php[/url] section assistenza php
    [MySQL]
    Allow or prevent persistent links.
    mysql.allow_persistent On

    Maximum number of persistent links.  -1 means no limit.
    mysql.max_persistent = -1

    Maximum number of links (persistent non-persistent).  -1 means no limit.
    mysql.max_links = -1

    ; Default port number for mysql_connect().  If unset, mysql_connect() will use
    the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
    at MYSQL_PORT.
    mysql.default_port =

    ; Default 
    socket name for local MySQL connects.  If empty, uses the built-in
    MySQL defaults.
    mysql.default_socket =

    ; Default 
    host for mysql_connect() (doesn't apply in safe mode).
    mysql.default_host =

    ; Default user for mysql_connect() (doesn'
    t apply in safe mode).
    mysql.default_user =

    ; Default 
    password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run '
    echo get_cfg_var("mysql.default_password")
    ; and 
    reveal this password!  And of courseany users with read access to this
    file will be able to reveal the password as well.
    mysql.default_password =

    Maximum time (in secondes) for connect timeout. -1 means no limit
    mysql
    .connect_timeout 60

    Trace modeWhen trace_mode is active (=On), warnings for table/index scans and
    SQL-Errors will be displayed.
    mysql.trace_mode Off 
    .:Se sei uno scrittore o un giornalista:.
    oppure anche solo per hobby
    www.adaltavoce.com facci sentire la tua.
    Il mio blog tonylog.altervista.org

  8. #8
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30
    Mmmmmm

    Nada.................. mi da lo stesso errore

    e quando apro la pagina SQLiteManager da WAMP mi da questo errore

    Error :
    The SQLite extension can't be loaded.


  9. #9
    Utente di HTML.it
    Registrato dal
    Sep 2006
    Messaggi
    30
    con questa funzione che ho trovato sul sito php

    Array di tutte le estensioni caricate in PHP
    <?php
    print_r(get_loaded_extensions());
    ?>

    non c'e' mysql come se non fosse stato caricato

    mi da questo

    Array di tutte le estensioni caricate in PHP Array (
    [0] => bcmath
    [1] => calendar
    [2] => com_dotnet
    [3] => ctype
    [4] => date
    [5] => ftp
    [6] => hash
    [7] => iconv
    [8] => odbc
    [9] => pcre
    [10] => Reflection
    [11] => session
    [12] => libxml
    [13] => standard
    [14] => tokenizer
    [15] => zlib
    [16] => SimpleXML
    [17] => dom
    [18] => SPL
    [19] => wddx
    [20] => xml
    [21] => xmlreader
    [22] => xmlwriter
    [23] => apache2handler )

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.