Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V12\XclassedDatabaseRecordList" not found #4

Open
asche76 opened this issue Feb 5, 2024 · 1 comment
Open

V12\XclassedDatabaseRecordList" not found #4

asche76 opened this issue Feb 5, 2024 · 1 comment

Comments

@asche76
Copy link

asche76 commented Feb 5, 2024

reinstall fixed it.
T3 12.4.10 (php 8.1) + tt_address 8.0.1/8.0.2/8.0.3 and this record_thumbnail version causes the following error:
while try to add a new tt_address record

Class "StudioMitte\RecordlistThumbnail\Xclass\V12\XclassedDatabaseRecordList" not found

in /var/customers/webs/nordauto/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3017
if (isset(self::$singletonInstances[$finalClassName])) {
return self::$singletonInstances[$finalClassName];
}
// Create new instance and call constructor with parameters
return new $finalClassName(...$constructorArguments);
}

/**
 * Returns the class name for a new instance, taking into account
@asche76
Copy link
Author

asche76 commented Feb 12, 2024

reinstall fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant