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

PHP 7.4 issue #427

Open
goodwinpress opened this issue Feb 17, 2020 · 1 comment
Open

PHP 7.4 issue #427

goodwinpress opened this issue Feb 17, 2020 · 1 comment

Comments

@goodwinpress
Copy link

goodwinpress commented Feb 17, 2020

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!

@goodwinpress
Copy link
Author

Ups! May be, somebody else?

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