• I’m using WP 3.0, Windows XP.

    Warning: array_pop() expects parameter 1 to be array, null given in C:\xampplite\htdocs\wp-content\plugins\discography\discography.php on line 628

    Warning: array_pop() expects parameter 1 to be array, null given in C:\xampplite\htdocs\wp-content\plugins\discography\discography.php on line 36

    Warning: array_pop() expects parameter 1 to be array, null given in C:\xampplite\htdocs\wp-content\plugins\discography\discography.php on line 333

    http://ww.wp.xz.cn/extend/plugins/discography/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have exactly the same problem.
    I’m using WP 3.0 and Windows 7
    Please somewone to help us ?
    Or du you know an alternative plugin ?
    Thanks !

    That’s a pretty out of date plugin, compatible up to WP 2.7, that could be some of the issue

    if you didnt want the warning to be shown simply replace the line @628 with this:


    if(is_array($folder))
    {
    $folder = get_bloginfo('wpurl') . '/wp-content/plugins/' . array_pop($folder) . '/';
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Discography Plugin’ is closed to new replies.