Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0
-
Component/s: None
-
Labels:None
Description
The components/modules/namesilo/apis/commands/domains.php uses functionality that was deprecated in 7.4. It references parent::$codes, but extends no parent class. It appears this was to access namesilo::$codes. This should be passed to NamesiloDomains either through the method or contructor.
The actual error is "Cannot use "parent" when current class scope has no parent"
To reproduce
- Use php 7.4
- Create a tld that uses namesilo
- Try to edit the TLD