Tagged: ,

Viewing 3 reply threads
  • Author
    Posts
    • #3565
      justin
      Member

      I have created two files. post.php and post-form.php. Both are in the widgets folder.

      When I add the widget I created to an area, on the front end, I get the following error:

      
      Warning: include(/wp-content/plugins/extreme-items/parts//wp-content/plugins/extreme-items/parts/widgets//post.php): failed to open stream: No such file or directory in /wp-content/plugins/piklist/includes/class-piklist.php on line 382
      

      Looks like there are a few double / which might be the problem.

    • #3566
      Steve
      Keymaster

      @justin– It looks like you are using our beta and found a bug.

      -open includes/class-piklist-universal-widget.php
      -in the function register_widgets_callback() look for this line: ,'part' => $path . '/' . $part
      -change it to ,'part' => $path . $part

      That should fix it.

    • #3578
      justin
      Member

      Works Like a charm.

      Thanks,

    • #3579
      Steve
      Keymaster

      Great. Closing ticket.

Viewing 3 reply threads
  • The topic ‘Widget – No such file found’ is closed to new replies.