Unfortunatly, developing the SRC in a windows environment lead me to a small error. Since list() is used as a native function in php, I named a function List() inside Status Class. Although it is case sensitive in Windows, in Linux functions are case insensitive and so the interpreter reports it as a broken function.
Unfortunatly, developing the SRC in a windows environment lead me to a small error. Since list() is used as a native function in php, I named a function List() inside Status Class. Although it is case sensitive in Windows, in Linux functions are case insensitive and so the interpreter reports it as a broken function.