Not able to click on User Settings / Admin Settings

Nextcloud version (eg, 20.0.5): 25.0.3
Operating system and version (eg, Ubuntu 20.04): Ubuntu 18.04.4 LTS
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.29
PHP version (eg, 7.4): 8.1

The issue you are facing:
I am having issues with my recent Nextcloud install on a shared hosting solution (dreamhost). I have tried two different shared hosting solutions (shared hosting is important to me due to cost consolidation) and I have seen the issue in both places.

When I try to click on either icon in the far right hand side of my nextdoor webpage, (User and people I assume?) I get no popup or any interaction. Functions just like a standard picture.

Is this the first time you’ve seen this error? (Y/N): N

Steps to replicate it:

  1. Log in
  2. Attempt to click buttons

The output of your Nextcloud log in Admin > Logging:

Error	PHP	Error: file_get_contents(/home/dh_hhr9vu/jasbro85.dreamhosters.com/data/data/appdata_ocnzy376gsfc/preview/4/5/c/4/8/c/c/9/500-500-max.png): Failed to open stream: No such file or directory at /home/dh_hhr9vu/jasbro85.dreamhosters.com/data/lib/private/Files/Storage/Local.php#303		2023-02-10T15:44:26-0500
Error	PHP	Error: exif_read_data(): File not supported at /home/dh_hhr9vu/jasbro85.dreamhosters.com/data/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-10T15:08:50-0500
Warning	no app in context	Could not detect any host in https:///data/data/htaccesstest.txt		2023-02-10T15:07:20-0500
Warning	no app in context	Could not detect any host in http:///data/data/htaccesstest.txt		2023-02-10T15:07:20-0500
Warning	no app in context	Could not detect any host in https:///data/data/htaccesstest.txt		2023-02-10T15:06:14-0500
Warning	no app in context	Could not detect any host in http:///data/data/htaccesstest.txt		2023-02-10T15:06:14-0500

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'ocnzy376gsfc',
  'passwordsalt' => '********',
  'secret' => '********',
  'trusted_domains' => 
  array (
    0 => '********.com',
  ),
  'datadirectory' => '/home/dh_hhr9vu/********/data/data',
  'dbtype' => 'mysql',
  'version' => '25.0.3.2',
  'overwrite.cli.url' => 'http://********.com/data',
  'dbname' => 'ns_nextcloud',
  'dbhost' => 'nextcloud.********.com',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '********',
  'dbpassword' => '********',
  'installed' => true,
  'app_install_overwrite' => 
  array (
    0 => 'extract',
    1 => 'apporder',
  ),
);

The output of your Apache/nginx/system log in /var/log/____:

No access to logs 

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

No access to logs

https://your.domain.tld/settings/admin/overview

And then use the left menu to get to the on-screen logging.

Is there any console errors in your developer tool(f12) in your browser?

95 warnings in the f12 menu but no errors. I have pasted the logs in the primary post above. Thank you for pointing me in that direction!

Hopefully not gonna piss anyone off by posting again, not my intention.

Its also worth noting at I seem to be unable to save most anything in the /settings/admin/overview admin link.

It sounds like issues not related directly to the software. However I have no idea where to start. Can you start over or is that to big a hassle?