Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119558

chevymanusa on "[Plugin: WordPress PopUp] V. 4.3.2 Spits out errors with Wordpress 3.5"

$
0
0

Fixed!

Just add " ,null " to

$sql = $this->db->prepare( "SELECT * FROM {$this->popover} WHERE popover_active = 1 ORDER BY popover_order ASC" );

The FIXED code should look like this:

$sql = $this->db->prepare( "SELECT * FROM {$this->popover} WHERE popover_active = 1 ORDER BY popover_order ASC",null );

Let me know if it works for you.

Regards,
Chevyman


Viewing all articles
Browse latest Browse all 119558

Trending Articles