[Plugin: WordPress Galleria] WP Galleria creates 500 server error
-
Hey Stas,
this plugin currently does not work. I looked into the code and found the error on line 452 of galleria-wp.php.
For some reason sending “null” as the “post_parent” variable creates the error.
Everything works fine f you replace line 452 with this:
get_children("post_parent=0&post_type=attachment&post_mime_type=image&orderby={$orderby}");
Cheers!
Eric
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WordPress Galleria] WP Galleria creates 500 server error’ is closed to new replies.