Skip to content
Public Ticket #1129

HTTP Error for image upload

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Please put that codes like on this image

Best Regards,

PenciDesign

Christianna11 started the conversation

Conversation Start

I am having trouble uploading images and after contacting my web host, they said that i should do the following: 

Please update the following script in this location: wp-content/themes/mycustomtheme/functions.php 

 add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) {\ return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );\ }

\

(mycustomtheme is the current using theme)


Can you help me with the location? Because when I replace "mycustomtheme" with "soledad", i get this message on the page: "Fatal error: Call to undefined function add_action() in /home2/christianna/public_html/wp-content/themes/soledad/functions.php on line 20"

\

Want to join this conversation or access attachments? Sign in first.