Jump to content
php.lv forumi

Recommended Posts

Posted

sveiki

taisiju upgrade vienai WP lapai no 3.x uz 4.8.1 un izlec problēma. laikam tādas funcijas vairs nav.... ko darīt?

 

 PHP Fatal error:  Call to undefined function bdw_get_images() in /home/public_html/wp-content/themes/btnrb/page.php on line 7

Posted

iemet iekš tēmas functions.php, kamēr izdomāsi risinājumu, tik diez vai tā būs vienīgā "problēma", ja ar šo pat netiec galā.

if(!function_exists('bdw_get_images')) {
    function bdw_get_images() {
        return;
    }
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...