Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Codeigniter email

  1. #1
    Utente di HTML.it L'avatar di ispuk
    Registrato dal
    Jan 2009
    Messaggi
    1,026

    Codeigniter email

    ciao ho un sito su di un free hosting basato su Codeigniter

    se cerco di inviare una email con il supporto di PHP5 attivato ricevo il seguentem errore:

    codice:
    A PHP Error was encountered  Severity: Warning  Message: mail() [function.mail]: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE  Filename: libraries/Email.php  Line Number: 1519
    invece se attivo il supporto per php4 tutto funziona alla grande

    da cosa può dipendere?

  2. #2
    Come prima possibilita' direi che e' qualcosa legato al safe mode, magari legato alla differenza ( o assenza ) di gestione nella versione 4, facio solo ipotesi visto conosco php solo dalla versione 5 e spiccioli.

    Come seconda possibilita' all' indirizzo:
    http://codeigniter.com/user_guide/ov..._a_glance.html

    dicono:
    CodeIgniter Runs on PHP 4

    CodeIgniter is written to be compatible with PHP 4. Although we would have loved to take advantage of the better object handling in PHP 5 since it would have simplified some things we had to find creative solutions for (looking your way, multiple inheritance), at the time of this writing PHP 5 is not in widespread use, which means we would be alienating most of our potential audience. Major OS vendors like RedHat are moving slowly to support PHP 5, and they are unlikely to do so in the short term, so we felt that it did not serve the best interests of the PHP community to write CodeIgniter in PHP 5.

    Note: CodeIgniter will run on PHP 5. It simply does not take advantage of any native features that are only available in that version.
    Quindi qualunque cosa voglia dire, io ho l' impressione che potresti avere nuovamente delle sorprese.

  3. #3
    Utente di HTML.it L'avatar di ispuk
    Registrato dal
    Jan 2009
    Messaggi
    1,026
    uhm non è davvero una buona notizia,bisognerebbe sapere quali funzioni native di PHP5 intendono ,accipicchia...

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.