webtiming dont work :(

Posts: 40
i make all at the help info.
sessions Folder write acces.
i make the Password in the post php by me.

but dont work. here ist the log.
Server error:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ATVO Livetiming</title>
<script>
let path = window.location.pathname.split('/');
if (path.length > 0) {
if (!path[0]) {
path = path.slice(1, path.length);
}
path = path.slice(0, path.length - 1);
}

let base = '/';
for (const segment of path) {
base = base + segment + '/';
}

document.write('<base href="' + base + '">');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.3da798f4c7287f143222.css"></head>
<body>
<atvo-page></atvo-page>
<script src="runtime-es2015.0811dcefd377500b5b1a.js" type="module"></script><script src="runtime-es5.0811dcefd377500b5b1a.js" nomodule defer></script><script src="polyfills-es5.1a3c78b07cd6f16c6e9a.js" nomodule defer></script><script src="polyfills-es2015.1f913f16a2d346cc8bdc.js" type="module"></script><script src="main-es2015.2af0a1f04d1b526e67e4.js" type="module"></script><script src="main-es5.2af0a1f04d1b526e67e4.js" nomodule defer></script></body>
</html>


[18:42:52] Server error:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ATVO Livetiming</title>
<script>
let path = window.location.pathname.split('/');
if (path.length > 0) {
if (!path[0]) {
path = path.slice(1, path.length);
}
path = path.slice(0, path.length - 1);
}

let base = '/';
for (const segment of path) {
base = base + segment + '/';
}

document.write('<base href="' + base + '">');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.3da798f4c7287f143222.css"></head>
<body>
<atvo-page></atvo-page>
<script src="runtime-es2015.0811dcefd377500b5b1a.js" type="module"></script><script src="runtime-es5.0811dcefd377500b5b1a.js" nomodule defer></script><script src="polyfills-es5.1a3c78b07cd6f16c6e9a.js" nomodule defer></script><script src="polyfills-es2015.1f913f16a2d346cc8bdc.js" type="module"></script><script src="main-es2015.2af0a1f04d1b526e67e4.js" type="module"></script><script src="main-es5.2af0a1f04d1b526e67e4.js" nomodule defer></script></body>
</html>

can you help me?
Posts: 785
Make sure the url ends with the post.php file name.
Posts: 40
Thx Nick. 4 the support and this perfekt update. now i will donate this top work Thx for all your work. lg Jojo
Posts: 2
Hello,

i have the same issue ...

all files = OK
Password = OK

[6:34:27 PM] Server error:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ATVO Livetiming</title>
<script>
let path = window.location.pathname.split('/');
if (path.length > 0) {
if (!path[0]) {
path = path.slice(1, path.length);
}
path = path.slice(0, path.length - 1);
}

let base = '/';
for (const segment of path) {
base = base + segment + '/';
}

document.write('<base href="' + base + '">');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.3da798f4c7287f143222.css"></head>
<body>
<atvo-page></atvo-page>
<script src="runtime-es2015.0811dcefd377500b5b1a.js" type="module"></script><script src="runtime-es5.0811dcefd377500b5b1a.js" nomodule defer></script><script src="polyfills-es5.1a3c78b07cd6f16c6e9a.js" nomodule defer></script><script src="polyfills-es2015.1f913f16a2d346cc8bdc.js" type="module"></script><script src="main-es2015.2af0a1f04d1b526e67e4.js" type="module"></script><script src="main-es5.2af0a1f04d1b526e67e4.js" nomodule defer></script></body>
</html>
Posts: 785
What did you set as the server address? It has to end with "post.php" (or if you renamed it: with the name you gave it).
Posts: 2
i just find out the issue ... xD

wrong address, woops