hello
I tried to create my own page, but the page returns a 500 error.
My steps was that I found the blank.php file in the main folder, edited it and removed the unnecessary code.
Moved it to the xcustom folder, renamed the file to xcustom_blank.php. Edited the path to the necessary scripts.
like this
require_once "../includes/inc_all.php";
but the script still doesn't work for me.
if I just leave it as a simple echo the script runs.
Any advice?