michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

jQuery issue with WordPress 5.6 & PHP 8.0 #287

Closed enginnk closed 3 years ago

enginnk commented 3 years ago

I have updated WordPress 5.6 & PHP 8.0 and it's throw's jQuery error & tabs is not loading please check the below screenshot.

jqe

michaeluno commented 3 years ago

Hi,

Does it occur in the demo?

enginnk commented 3 years ago

@michaeluno Hi,

Please check below video.

https://user-images.githubusercontent.com/42375000/106135554-16c21300-618e-11eb-90ec-9a2dbd3c2f80.mp4

michaeluno commented 3 years ago

I could reproduce the problem with PHP 8.0.

It is due to the PHP Fatal error "Uncaught TypeError: round(): Argument #1 ($num) must be of type int|float, string given in ...AdminPageFramework_PageLoadInfo_Base.php:96."

Thanks for the report.