Open goodwinpress opened 4 years ago
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!
Ups! May be, somebody else?
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!