Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Dirk O
on
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?