Fatal error: Call to undefined function wppa_get_imglnk_a
-
I installed BridgeDD Pro and suddenly got the errors with every widgets from this plugin.
Fatal error: Call to undefined function wppa_get_imglnk_a() in /home/site/public_html/wp-content/plugins/wp-photo-album-plus/wppa-lasten-widget.php on line 73
Line 73 is:
$link = wppa_get_imglnk_a('lasten', $image['id'], '', $tit, '', $no_album, $albumenum);
*note line 73 is different as i removed all line spaces to isolate the correct line
I also received another error when i removed the “Last Ten” widget:
Fatal error: Call to undefined function wppa_bestof_html() in /home/site/public_html/wp-content/plugins/wp-photo-album-plus/wppa-bestof-widget.php on line 41
and line 41 looks like:
$widget_content .= wppa_bestof_html( array ( 'page' => $page, 'count' => $count, 'sortby' => $sortby, 'display' => $display, 'period' => $period, 'maxratings' => $maxratings, 'meanrat' => $meanrat, 'ratcount' => $ratcount, 'linktype' => $linktype, 'size' => $size, 'lineheight' => $lineheight ) );
*note line 41 is different as i removed all line spaces to isolate the correct line
I have been told by the developer of BridgeDD Pro:
The conflict is due to a plugin using a reserved phpBB variable such as $db, $config, or $auth. The only solution for this type of conflict is for other plugins to not use the resevred phpBB variables.can you please investigate and let me know of any solution?
- The topic ‘Fatal error: Call to undefined function wppa_get_imglnk_a’ is closed to new replies.