Visualizzazione dei risultati da 1 a 5 su 5
  1. #1
    Utente di HTML.it
    Registrato dal
    Dec 2006
    Messaggi
    5

    [PHP] modifiche a php.ini

    Spero di non sbagliare sezione, penso che il mio problema sia più legato a php. Premetto che sono neofita, fresco fresco.
    Ho installato Php5, MySql, Pear per utilizzare egroupware. Il problema è nel test che egroupware fa sul php.ini. Tra i vari errori, non risultano installate diverse estensioni. La cosa strana è che pur decommentando le linee relative a quelle estensioni e correggendo
    extension_dir = "c:\php\ext"
    non cambia niente.
    Cosa ho trascurato? Grazie

  2. #2
    hai riavviato apache dopo aver modificato il php.ini?
    « Se nella prima mezz'ora non capisci chi è il pollo, allora il pollo sei tu. » [Thomas "Amarillo Slim" Preston, campione del mondo di poker]

  3. #3
    Utente di HTML.it
    Registrato dal
    Dec 2006
    Messaggi
    5
    Uso IIS (lo so non è il max ma un passo alla volta...) e lo riavvio dopo ogni modifica al php.ini. Tra l'altro avevo trovato un altro php.ini in una cartella /hp/hpsmh/bin che ho rinominato per evitare doppioni, ma non è cambiato niente.

  4. #4
    in c:\php\ext hai le estensioni? dovresti vedere diversi file .dll che si chiamano come i nomi che trovi nelle linee che hai decommentato...
    « Se nella prima mezz'ora non capisci chi è il pollo, allora il pollo sei tu. » [Thomas "Amarillo Slim" Preston, campione del mondo di poker]

  5. #5
    Utente di HTML.it
    Registrato dal
    Dec 2006
    Messaggi
    5
    Si, p.es php_imap.dll c'è ma il test fornisce:
    Checking extension imap is loaded or loadable: False
    The imap extension is needed from: EMailAdmin, felamimail.

    Questi sono tutti gli errori:


    Passed Checking required PHP version 5.1+ (recommended 5.1+): 5.2.6 ==> True
    Passed Checking php.ini: safe_mode = Off: ini_get('safe_mode')='0' = Off
    Passed Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='0' = Off
    Passed Checking php.ini: register_globals = Off: ini_get('register_globals')='0' = Off
    Passed Checking php.ini: memory_limit >= 24M: ini_get('memory_limit')='128M'
    Passed Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='0'
    Passed Checking php.ini: file_uploads = On: ini_get('file_uploads')='1' = On
    Passed Checking php.ini: include_path contain .: ini_get('include_path')='.;C:\php5\pear'
    Warning Checking php.ini: mbstring.func_overload = 7: ini_get('mbstring.func_overload')=''
    The mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets.
    Warning Checking php.ini: magic_quotes_gpc = Off: ini_get('magic_quotes_gpc')='1' = On
    magic_quotes_gpc is needed by: felamimail.
    Warning Checking extension mysql is loaded or loadable: False
    The mysql extension is needed, if you plan to use a MySQL database.
    Warning Checking extension pgsql is loaded or loadable: False
    The pgsql extension is needed, if you plan to use a pgSQL database.
    Warning Checking extension mssql is loaded or loadable: False
    The mssql extension is needed, if you plan to use a MsSQL database.
    Passed Checking extension odbc is loaded or loadable: True
    Warning Checking extension oci8 is loaded or loadable: False
    The oci extension is needed, if you plan to use a Oracle database.
    Warning Checking extension mbstring is loaded or loadable: False
    The mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets.
    Passed Checking extension session is loaded or loadable: True
    Warning Checking extension ldap is loaded or loadable: False
    The ldap extension is needed, if you use ldap as account or contact storage, authenticate against ldap or active directory. It's not needed for a standard SQL installation.
    Warning Checking extension imap is loaded or loadable: False
    The imap extension is needed from: EMailAdmin, felamimail.
    Warning Checking PEAR::Auth_SASL is installed: False
    PEAR::Auth_SASL is needed by: EMailAdmin, felamimail. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking PEAR::Net_IMAP is installed: False
    PEAR::Net_IMAP is needed by: FeLaMiMail, felamimail. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking PEAR::Net_Sieve is installed: False
    PEAR::Net_Sieve is needed by: felamimail. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking PEAR::HTTP_WebDAV_Server is installed: False
    PEAR::HTTP_WebDAV_Server is needed by: Filemanager. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking PEAR::XML_Feed_Parser is installed: False
    PEAR::XML_Feed_Parser is needed by: news_admin. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking PEAR::Log is installed: False
    PEAR::Log is needed by: SyncML. PEAR (pear.php.net) is a PHP repository and is usually in a package called php-pear.
    Warning Checking for GD support...: False
    Your PHP installation does not have appropriate GD support. You need gd library version 1.8 or newer to see Gantt charts in projects. Passed Checking file-permissions of . for not world writable: nn/nn drwxrwxrwx
    This might take a while, please wait ...
    Passed Checking if php.ini setting session.save_path='' is writable by the webserver: nn/nn drwxrwxrwx


    Grassie

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.