Preamble:
few years back I merged 2 opensource php project developing a part of the php code.
Problem: I've this project running on ah hosting server with no hickups but when I try to run it in local (download via ftp all files locally) I guess there is some command which is not 100% compatible with my server settings and the only output I see is the part of a function I wrote.
This is part of the output:
include.php
funzione inserimento progetto
"; $cancellazione_progetto = "Il progetto è stato cancellato solo in
organizer
"; $variazione_progetto = "Il nome del progetto è stato modificato
"; $progetto_non_vuoto = "Il progetto non può essere cancellato perché
non vuoto
"; $titolo_permessi_phpbb3 = "
Inserimento permessi forum
"; ################ # Gestione attività ###############
$creazione_attivita ="Attività creata con successo\n";
$no_nome_attivita = "Nome attività non
.
.
.
I can see that both servers (local and remote) run the same php version buth I can't figure out where and what is the difference. Considering the output I believe that there should be no mysql problem involved otherwise I think I should read the error msg.
Locally I have other site/projects using php and mysql running smoothly, just this one bring me headache.
Does someone have a suggestion where I should look at?
Thanks