Jump to content

Dashboard widget error 500, some errors for DB, security maintenance tab always on login


Fritex

Recommended Posts

Recent upgrade to 5.3.1, I have errors on Dashboard for "widget" - error 500.

- www/admin/dashboard.php?widget=Disabled

Plugin report shows some errors.

Wheneve I log into, I see the screen of security maintenance.

It's first time I got this.

Anayone?

Sharing screens here ...

https://drive.google.com/drive/folders/1M4-kVuHo9WmhfnoicHbv7GYhe01yiH2F?usp=sharing

0UOPd3xExmSGVHVmjjM2YV7A_hw53rqs5L-gTi5r

PJXk7vGnpIj3JK6GKXcTj5kikTd8DsScqKn3CbVK

 

6jlR6p0ClfFpgNPpySliVG2lnKDbwlT2lzEY-hDD

 

From error.log file:

FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Class 'OA_Central_Dashboard' not found in /var/www/clients/client1/web7/web/lib/OA/Dashboard/Widgets/Disabled.php:33
Stack trace:
#0 /var/www/clients/client1/web7/web/www/admin/dashboard.php(58): OA_Dashboard_Widget_Disabled->display()
#1 {main}
  thrown in /var/www/clients/client1/web7/web/lib/OA/Dashboard/Widgets/Disabled.php on line 33" while reading response header from upstream,

Running latest Nginx, PHP 7.4, MariaDB 5.7.

Link to comment
Share on other sites

Okay, I fixed this one.

I have to enable "updates", thereafter I have to enable "dashboard".

Dashboard working fine now for system administrator, but not working for the "user".

And still the "security maintenance" warning after log in.

 

 

Okay, after enabled "automatic updates" and set interval to "60", thereafter using Maintenance -> Menu to rebuild the menu cache.

Working for the "user" I have.

Link to comment
Share on other sites

Okay, fixed "security maintenance" by manually adding to my Nginx vhost file as follows from below:

# 2022. OpenX security maintenance nesto
location ~ ^/(?!$|www/) {
    return 403;
}
location = /etc/database_action.xml {
    return 403;
}
location = /plugins/etc/openXDeliveryLog.xml {
    return 403;
}
location = /lib/RV.php {
    return 403;
}

And now I see in the Developer Console of my Web browser 403 HTTP error for them as it should be.

And now when I log out, log back, log out, log back, it's no more "security maintenance" screen, it goes directly to my "user" (no more system administrator) and works fine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...