broncowdd / BoZoN

Minimalist Drag & drop file sharing app (version 2.4 build 15)
Other
285 stars 46 forks source link

startpage doesent work #222

Open hubgitbb opened 7 years ago

hubgitbb commented 7 years ago

hello

i set up a new debian server with apache2 an download the last version of bozon. i the browser i get this message:

'.$message.'';} # page request if (!empty($page)&&is_file(THEME_PATH.$page.'.php')){ # request for a specific page include(THEME_PATH.$page.'.php'); }else{ # no page request -> home include(THEME_PATH.'home.php'); } ######################################################################################### require(THEME_PATH.'/footer.php'); $_SESSION['ERRORS']=''; ?>

nothing else. what is this issue?

regards

broncowdd commented 7 years ago

Sorry for the looooong time since you wrote this message :/ I think the problem could have two origins: 1- php not installed or configured (the php code seems not executed) 2- a change in the index.php file

To see more tou can press CTRL+U in your browser and see the html source code...