Skip to content
Public Ticket #20459

functions.php ERROR

Conversation thread

mevive replied

Customer Reply

Thank you very much ???

PenciDesign Supporter replied

Staff Reply

Hi,

I've fixed your site issue, here is a quick fix:

Open the functions.php find (line 4620):

$meta_size[] = $image_sizes[$desktop_size]['width'].'px';

Replace with:

if ( isset($image_sizes[$desktop_size]['width']) ){
     $meta_size[] = $image_sizes[$desktop_size]['width'].'px';
}

Regards,
PenciDesign.



mevive started the conversation

Conversation Start

My site is not on live server for public viewing yet. Its on a local server.


I get functions.php error on line 4620 for some image size ....

See attached Image!!!

Get back to me ASAP

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