Viewing 1 reply thread
  • Author
    Posts
    • #7291
      robertmk
      Participant

      Hello,

      We encountered serveral errors with Piklist as of today. Please help us solve this problem:

      
      Notice: Array to string conversion in public_html/wp-content/themes/wilderink/frontpage.php on line 35
      

      Frontpage.php

      $blok1 = $theme_options ['blok1'];
      <?php echo '<div class="tekstblok">' . $blok1 . '</div>' ;?>
    • #7302
      Steve
      Keymaster

      It looks like $blok1 it’s an array.

      Add this line before your echo statement to see

      print_r($blok1);

Viewing 1 reply thread
  • You must be logged in to reply to this topic.