Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
David Nicinski

Fatal – Crash – Admin side – Admin Columns Pro 5.1

We can not access the admin side with the error below showing and had to roll back to 5.0.3.

Uncaught Error: Class 'AC\ListScreenRepository\Database' not found in /var/www/html/wp-content/plugins/admin-columns-pro/admin-columns/classes/AdminColumns.php on line 47
__construct()
instance()
AC()
{closure}()
apply_filters()
do_action()
do_action()
require_once()
require_once()
require_once()
require_once()

4 years ago
Stefan van den Dungen Gronovius
Developer

Is it correct that you use Git to push code changed to your live environment?

In the latest version, we change the file from DataBase.php to Database.php
Although this should be no problem when you update a plugin from WordPress, it could cause some issues when first update the plugin on a development environment and pushing the changes to live, since Git by default does not recognize file case changes.

Git has a configuration setting that tells it whether to be case sensitive or insensitive: core.ignorecase. To tell Git to be case-senstive, simply set this setting to false:
git config core.ignorecase false

You could also remove the plugin completely and do a manual install to fix the issue.

4 years ago
David Nicinski

Where is the Database.php file located?

4 years ago
Tobias Schutter
Developer

The file is located at: /wp-content/plugins/admin-columns-pro/admin-columns/classes/ListScreenRepository/Database.php

4 years ago
online1

The file is still missing on “My Account” downloads!

3 years, 12 months ago
Tobias Schutter
Developer

The file won’t be downloadable. The file location I mentioned above is on your own file system.

To solve this issue: remove the plugin and re-upload it.

3 years, 12 months ago

You must be logged in to reply to this topic.