I have created a new website in my local PC and it's working fine.
now i have uploaded the files to my server. when i run it i have got a white blank screen (no source behind it).
in my main file - index.php, i have 2 rows that if i remove them the header of the website appear. but i do need them -
require_once "func/global.func.php";
require_once "func/users.func.php";
those files contain only functions
What is that and how can i fix it?