You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...
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
The text was updated successfully, but these errors were encountered: