Closed quantumcode-martin closed 4 months ago
This is how PHP works. It is trying to include config.php
from the ROOT of your server.
/
is the root directory on a Linux system.
You should be able to include the file without the slash, or you can always use relative imports.
Ok thanks.
This doesn't seem to work even if it works on production:
<form class="flex center wrap" id="registrationForm" method="post" action="./register.php'?>">
The server is never returning a value it seems.
The most recent version of the plugin has a error catcher build in. Now you should be able to see the error causing the page to be blank.
When I use import in a PHP script to import another PHP script it doesn't work locally (it works after building though).
I have
index.php
:and
config.php
:vite.config.ts
:When opening the page I get this error: