Salve,
premetto di non conoscere praticamente nulla di php e vi prego di potermi aiutare.
ho questo problema con questo tema wordpress (Digital Box templatic wordpress)
Mi appare al posto dell'immagine del prodotto questo messaggio:
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/gbmoboet/public_html/plr1dollar.com/wp-content/themes/framework/library/functions/general_functions.php on line 2312
La riga 2312 è quella colorata:
// no cache files - let's finally resize it
$new_img_path = image_resize( $file_path, $width, $height, $crop );
$new_img_size = getimagesize( $new_img_path );
$new_img = str_replace( basename( $image_src[0] ), basename( $new_img_path ), $image_src[0] );
Grazie mille (sono proprio disperato)