ATVO by Appgineering
Download
Read-only

webtiming dont work :(

6 posts 4,578 views Started 10 Apr 2020, 16:45
Showing 1–6 of 6 posts
Dirk O.
Original poster

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:

ATVO Livetiming

[18:42:52] Server error:

ATVO Livetiming

can you help me?

Nick Thissen Appgineering
Reply #1

Make sure the url ends with the post.php file name.

Dirk O.
Reply #2

Thx Nick. 4 the support and this perfekt update. now i will donate this top work Thx for all your work. lg Jojo

Clément B.
Reply #3

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>
Nick Thissen Appgineering
Reply #4

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).

Archive · Read-only

New replies have moved to Discord.