-
-
Notifications
You must be signed in to change notification settings - Fork 0
PHP 7.4 issue #4
Comments
I've got the solution, by the way. In titan-framework/lib/class-admin-page.php, line 19, change
to
and then change at lines 77 and 83
to
Hope this helps someone. |
@goodwinpress If you could create pull request for this it would be a great help. Thanks. |
Those line numbers aren't right, but I added a PR for this. Have a look and let me know if this fixes the issue. |
Yes, all correct. |
fixed in #dc8fbcc |
add @davidsneighbour for bug,code,content,data,doc,design,ideas,infra,maintenance,projectManagement,question,review,security,test |
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
bear with me ;) @all-contributors add @davidsneighbour for bug,code,content,data,doc,design,ideas,infra,maintenance,projectManagement,question,review,security,test |
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
@all-contributors please add @davidsneighbour for bug, code, content, data, doc, design, ideas, infra, maintenance, projectManagement, question, review, security and test @all-contributors please add @codeclinic for bug, ideas and question @all-contributors please add @goodwinpress for bug and code |
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
@all-contributors please add @davidsneighbour for bug, code, content, data, doc, design, ideas, infra, maintenance, projectManagement, question, review, security and test |
I've put up a pull request to add @davidsneighbour! 🎉 |
@all-contributors please add @codeclinic for bug, ideas and question |
I've put up a pull request to add @codeclinic! 🎉 |
@all-contributors please add @goodwinpress for bug and code |
I've put up a pull request to add @goodwinpress! 🎉 |
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 ); }
See: gambitph#427
The text was updated successfully, but these errors were encountered: