XF 2.1 Help with error

ibaker

Well-known member
I am hoping someone could help me with an error that a user is getting. The user just gets a, "Oops" message and there isn't any error notification in the ACP but the browser error is:
Code:
Notifications: This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. page-12
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Recreational Flying</title>
<meta property="og:site_name" content="Recreational Flying" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Recreational Flying" />
<meta property="twitter:title" content="Recreational Flying" />
<meta property="og:url" content="http://www.recreationalflying.com/account/alerts-popup?_xfRequestUri=/threads/any-site-problems-site-support.11944/page-12&amp;_xfWithData=1&amp;_xfToken=<removed>

Likes: The requested page could not be found. -
PHP: <!DOCTYPE html>
<html id="XF" lang="en-US" dir="LTR"
data-app="public"
data-template="account_alerts_popup"
data-container-key=""
data-content-key=""
data-logged-in="true"
data-cookie-prefix="xf_"
data-csrf="1581716984,0097a00c7a01c606f77a4b09dee79808"
class="has-no-js template-account_alerts_popup"
>
Avatar:
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Recreational Flying</title>
<meta property="og:site_name" content="Recreational Flying" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Recreational Flying" />
<meta property="twitter:title" content="Recreational Flying" />
<meta property="og:url" content="http://www.recreationalflying.com/account/visitor-menu?_xfRequestUri=/threads/any-site-problems-site-support.11944/page-12&amp;_xfWithData=1&amp;_xfToken=<removed>
 
Also a lot of users are getting an Oops error trying to like something or trying to attach an image.

Please, any advice will be great...thanks
 
Last edited:
I am narrowing down the issue but unable ascertain why. Here is a reply from one user:
"Hi Ian, I have been getting the oops on my Samsung tablet, just logged in on wifes new desktop all good. Now my tablet is good as well"

It seems many users do not have any issue but many others do with the issues being:
  1. Clicking on avatar
  2. Conversations
  3. Notifications
  4. Likes
and some people reporting like the user above that if they log in using a device that has never been to the site and then go back to the usual device all is good.
 
Top Bottom