Ques/Help I have custom php page. I want to make a page inside of Xen - getting an error

L

L3gacy

Guest
I created a node with the PHP callback \AmmoForm\index with getData method. I wrapped the entire index.php file like so:

Code:

Code:
<?php
namespace AmmoForm;
class Index{
index.php contents
}
?>

I then received an error stating "syntax error unexpected T_DECLARE expecting T_FUNCTION". Upon saving the node I received the following error:

ScreenShot_2025-05-03_2146_00016.webp

Any ideas what I'm doing wrong.

Continue reading...