Forum Replies Created
per their plugin description: Search Every Attachment (post type, not the content itself)
as an FYI to the thread The issue once investigated was found to be an out of date version of GhostScript. Once updated to the latest release the conversion worked as older versions of ghostscript seem to choke on pdfs with any gis data headers.
I did indeed contact my hosting provider. Once contacted we found that the underlying error in the Apache error log stated (as seen below, and in the post above)
[Thu Jul 30 08:08:33 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:38 2015] [error] [client (myhomeipgoeshere)] malformed header from script. Bad header= %interp_exit .runexec2 : index.php, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:38 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:42 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
My hosting provider stated that this is due to some sort of developmental issue with the plugin being used causing an internal server error to be thrown and that the developers of the plugin would need to investigate to find out why their plugin is throwing this error when the command from wpdm is initialized… Please assist us in this matter as this is causing a delay in our development.
I looked at the apache error log and i get
[Thu Jul 30 08:08:33 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:38 2015] [error] [client (myhomeipgoeshere)] malformed header from script. Bad header= %interp_exit .runexec2 : index.php, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:38 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
[Thu Jul 30 08:08:42 2015] [error] [client (myhomeipgoeshere)] GPL Ghostscript 8.70: Unrecoverable error, exit code 1, referer: http://dev.saveourlake.org/
I am still having issues here is my short code
[wpdm_category id="biology" toolbar="1" template="55b942c310b10" order="desc" item_per_page="1" paging="0" order_by="create_date"]
currently the page gives an “internal server error”
http://dev.saveourlake.org/lpbf-programs/coastal/hydrocoast-maps/
ok I am having this same issue … the shortcode you stated “item_per_page=n” allows one to set the amount of result it returns to the list on the existing page so if there are 9 items and you set n to 3 it will show 3 pages of 3 … this is not what I am looking to do …..
I am looking to show only ONE result, the most recent by create_date from a specific category… how can this be accomplished with the category shortcode?