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://wordpress.org/extend/plugins/discography/
judy_orfea
Member
Posted 1 year ago #
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
laychinhan
Member
Posted 1 year ago #
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) . '/';
}