opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
510 stars 243 forks source link

Cannot progress on new installation #638

Open MuratDoganer opened 6 months ago

MuratDoganer commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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

RussH commented 6 months ago

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 commented 6 months ago

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