Troubleshooting JSON:API Related Errors

Overview The following JSON:API related error occurred. This is a note on how to resolve it. サ T D D D f D D D D c イ y r r r a r r r r a ト p u u u c u u u u l に e p p p e p p p p l 予 E a a a t a a a a _ 期 r l l l s l l l l u せ r \ \ \ _ \ \ \ \ s ぬ o j C C s C C s b e エ r s o o y o o y l r ラ : o r m s r r s o _ ー n e p t e e t c f が D a \ o e \ \ e k u 起 r p P n m E B m \ n こ u i l e _ x r \ B c り p _ u n b t e P l _ ま a s g t r e a l o a し l e i \ e n d u c r た \ a n P a s c g k r 。 j r \ l d i r i V a し s c F u c o u n i y ば o h a g r n m \ e ( ら n _ c i u b B w ) く a a t n m M l B た p p o \ b o B u ( っ i i r P _ d r c i L て _ _ y l a u e k l i か s f \ u l l a \ d n ら e a C g t e d S e e 再 a c o i e H c y r : 度 r e n n r a r s : お c t t M ( n u t : 1 試 h s a a ) d m e p 0 し _ \ i n l b m r 1 く a P n a ( e M B e ) だ p l e g L r a r R さ i u r e i - n e e い _ g F r n > a a n 。 f i a B e a g d d a n c a : l e c e c t s t r r r e f e 5 e - u ( t a r - 4 r > m ) s c y > 5 ( b b \ e - c ) ) u B P t > r i l l s c e ( l o u \ r a L d c g f e t i ( k i a a e n ) - n c t I e > \ e e n : ( b f t I s L u a _ n t 9 i i c s s a 4 n l e o t n ) e d t u a c : ( s r n e ) \ c c ( 7 f e e ) 2 ( a \ ( ) L c J ) ( i e s L n t o ( i e _ n L n : s A i e o p n : 1 u i e 7 r F : 2 1 c a 5 ) e c 8 1 \ e 3 ) J t ) s s o : n : A c p r i e F a a t c e e ( t ) s : ( : L _ i _ n c e o : n s 2 t 1 r ) u c t ( ) : A r g u m e n t # 6 ( $ i n d e x ) m u s t b e o f t y p e D r u p a l \ s e a r c h _ a p i \ I n d e x I n t e r f a c e , n u l l g i v e n , c a l l e d i n / h o m e / j - s o k e n / d r u p a l / w e b / m o d u l e s / c o n t r i b / j s o n a p i _ s e a r c h _ a p i / m o d u l e s / j s o n a p i _ s e a r c h _ a p i _ f a c e t s / s r c / P l u g i n / f a c e t s / f a c e t _ s o u r c e / J s o n A p i F a c e t s . p h p o n l i n e 6 1 i n D r u p a l \ j s o n a p i _ s e a r c h _ a p i _ f a c e t s \ P l u g i n \ f a c e t s \ f a c e t _ s o u r c e \ J s o n A p i F a c e t s - > _ _ c o n s t r u c t ( ) ( l i n e 4 8 o f m o d u l e s / c o n t r i b / j s o n a p i _ s e a r c h _ a p i / m o d u l e s / j s o n a p i _ s e a r c h _ a p i _ f a c e t s / s r c / P l u g i n / f a c e t s / f a c e t _ s o u r c e / J s o n A p i F a c e t s . p h p ) . Solution First, enable error display. Add the following to the configuration file. ...

June 12, 2023 · 8 min · Nakamura

How to Bulk Delete Content in Drupal

Overview I looked into how to bulk delete content in Drupal, so this is a memo. The following article was helpful. https://www.webwash.net/how-to-bulk-delete-content-in-drupal/ The following three methods were introduced. Using Drupal Core UI Using Drush Using Drupal Views Bulk Operations (VBO) Using Drupal Core UI The following is a translation of the original description. If you have a small Drupal site and fewer than about 300 nodes to delete, you should use this method. This is because the Drupal Core UI only allows deleting 50 nodes at a time by default. As the site grows larger, this becomes tedious. ...

April 14, 2023 · 4 min · Nakamura