PHP Fatal Error

I have just deployed applications to my server and am getting several strange errors. I think it is environmental in that my dev works fine. The _lib configuration of the connection and users for production works fine. But generated applications have errors that cause them to show browser 500 errors. Detailed Apache error logs say things such as…

PHP Fatal error: Call to undefined method app_Login_apl::controle() in /var/www/xyz/app_Login/index.php on line 1752

and

PHP Parse error: syntax error, unexpected ‘else’ (T_ELSE), expecting function (T_FUNCTION) in /var/www/war_board/blank_hp/index.php on line 1422, referer: https://xyz.com/war_board/app_menu/app_menu_form_php.php?sc_item_menu=item_26&sc_apl_menu=blank_hp&sc_apl_link=%2Fwar_board%2F&sc_usa_grupo=

Any thoughts?