Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot progress on new installation #638

Open
MuratDoganer opened this issue Mar 18, 2024 · 4 comments
Open

Cannot progress on new installation #638

MuratDoganer opened this issue Mar 18, 2024 · 4 comments

Comments

@MuratDoganer
Copy link

Expected behavior and actual behavior.

I am running OpenCATS on a VPS, when I go to the IP to run in the installation wizard, I get half a blank page:

Screenshot 2024-03-18 at 23 50 09

Steps to reproduce the problem.

Installed on a LAMP server running Ubuntu 22.04
Downloaded the release -FULL zip
Followed documentation instructions
Went to IP address to continue Installation Wizard, got the above (check Screenshot)

What version of opencats are you running?

0.9.7.2-FULL

Release or downloaded from Git?

Release

WAMP or LAMP?

LAMP

What version of PHP and MySQL are you running

PHP 7.2.34-43+ubuntu22.04.1+deb.sury.org+1
MariaDB: mariadb Ver 15.1 Distrib 10.6.16-MariaDB

attach appropriate error logs. Please attach [apache/mysql] error/access logs as needed.

Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'browsing-topics'.
lib.js:365 POST http://134.209.29.89/ajax.php 500 (Internal Server Error)
  | AJAX_POST | @ | lib.js:365 -- | -- | -- | --   | AJAX_callCATSFunction | @ | lib.js:408   | Installpage_populate | @ | install.js:90   | (anonymous) | @ | installwizard.php:517

@simwyck
Copy link

simwyck commented Mar 28, 2024

Hello there,

I've got exactly the same issue, trying to install the same version, but on my shared hosting (Hostinger). Tested on Brave and Safari (both latest versions).

@simwyck
Copy link

simwyck commented Mar 28, 2024

This might help:
https://forums.opencats.org/viewtopic.php?t=1033

@RussH
Copy link
Member

RussH commented Mar 28, 2024

Hi both, I saw this when I was away last week, and was a bit concerned - the errors you show seem to show some kind of adware?

Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'.

However 0.9.7.2 (latest release) is still dated from last year - so I assume this is a red herring and something custom to your deployment.

Initially, please check the dependencies, as currently PHP/MariaDB versions need to be PHP 7.2 maximum and the max tested version of MariaDB is 10.6. I do need to roll a new release - but I recall that higher versions do have changed behaviour.

So - please retest with the documented versions!
https://documentation.opencats.org/#dependencies

@MuratDoganer
Copy link
Author

Hi both, I saw this when I was away last week, and was a bit concerned - the errors you show seem to show some kind of adware?

Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'.

However 0.9.7.2 (latest release) is still dated from last year - so I assume this is a red herring and something custom to your deployment.

Initially, please check the dependencies, as currently PHP/MariaDB versions need to be PHP 7.2 maximum and the max tested version of MariaDB is 10.6. I do need to roll a new release - but I recall that higher versions do have changed behaviour.

So - please retest with the documented versions! https://documentation.opencats.org/#dependencies

I had a similar concern, however, testing the installation in Ubuntu 20.04 LTS and it works fine with v0.9.6

Ubuntu 22.04 is the only one that gets this issue. Not entirely too sure what is causing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@RussH @simwyck @MuratDoganer and others