Welcome to our Support Portal › Forums › WooCommerce Personalized Product Options Manager (PPOM) › PHP Warning: Illegal string offset ‘type’ in ppom-pro/ppom.php on line 234 This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by nmedia. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 11, 2020 at 9:18 pm #21199 RAParticipant I’ve got an error log a mile long with a PHP warning from the PPOM Pro plugin. Although it reports as line 234, it’s actually on line 238. Replace this line: $type = $saved_meta['type']; With this: $type = isset($saved_meta['type']) ? $saved_meta['type'] : null; Apparently it is attempting to pull meta data on products that don’t have any associated with them. December 14, 2020 at 1:13 pm #21214 nmediaKeymaster Hi RA, thanks for this, we have just made this update and push changes in the PPOM PRO plugin. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In