asandco
Forum Replies Created
-
@dvaer Hi, I am sorry for not making myself clear by HMR I mean Hot Module Reloading.
Forum: Fixing WordPress
In reply to: Warning: Attempt to read property “post_type” on nullForum: Fixing WordPress
In reply to: Warning: Attempt to read property “post_type” on nullIf I setup new database the error is going away, so the culprit is somewhere in databaset though I cannot figure out where exactly in database the problem could exist. The site works fine I have many other projects on php 8. Its just this particular one
line 125 is
foreach( $saved_fields as $saved_field ){
is literally trying to iterate over false boolean.Same here. Problem is arround
$saved_fields = Ninja_Forms()->form()->get_fields( array( 'saved' => 1 ) );
Which return false when you login into setting.Forum: Developing with WordPress
In reply to: Modify Gutenberg core block render resultThanks for suggestion, though I think in my case where I am using tailwincss I will have to create a switch fuction that will replace core alignment classes with tailwind equivalents. Just did not want to duplicate css styles. Unfortunately gutendber doesn’t make it easy to change core functionality, from what I see it even makes things more complicated rather than simplifying them.
Forum: Fixing WordPress
In reply to: Warning: preg_match_all() expects parameter 2 to be stringSome over here. When using fakerpress this stupid error is being thrown
if you look at the source you will see <head/> after sitemap header