We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, there is an issue with TF at php 7.4
Trying to access array offset on value of type null in... titan-framework/lib/class-admin-page.php on line 78
So it's
$settings['parent'] = $this->settings['id'];
at function
public function createAdminPanel( $settings ) { $settings['parent'] = $this->settings['id']; return $this->owner->createAdminPanel( $settings ); }
May be Mr. Intal or Mr. Healey could help with it? Thank you!
The text was updated successfully, but these errors were encountered:
Ups! May be, somebody else?
Sorry, something went wrong.
No branches or pull requests
Hello,
there is an issue with TF at php 7.4
Trying to access array offset on value of type null in... titan-framework/lib/class-admin-page.php on line 78
So it's
$settings['parent'] = $this->settings['id'];
at function
public function createAdminPanel( $settings ) { $settings['parent'] = $this->settings['id']; return $this->owner->createAdminPanel( $settings ); }
May be Mr. Intal or Mr. Healey could help with it?
Thank you!
The text was updated successfully, but these errors were encountered: