dw-question warning

Home Forums Legacy Support Support queries How-to & Troubleshooting dw-question warning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34472
    vasilisgtr
    Spectator
    I installed the dw-question plugins and after every plugin installation I am getting the following warning Warning: in_array() expects parameter 2 to be array, null given in /wp-content/plugins/dw-question-answer/dw-question-answer.php on line 211 How can I fix that? Is it something to worry about? Thanks!
    #34632
    H.K. Latiyan
    Participant
    I checked the code in the dw-question-answer.php  file. This has no link to the wplms, so try contacting the plugin author for this.
    #35052
    vasilisgtr
    Spectator
    In case anyone has the same problem-warning. See here. As Dominic said: You can open the dw-question-answer/dw-question-answer.php file and replace the line 211 with the following code: if ( is_array($file_name) && in_array( $file_name, $args['plugins'] ) ) {  
    #35097
    H.K. Latiyan
    Participant
    Thanks for sharing this information here.  
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘dw-question warning’ is closed to new replies.