Search Result

Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
fatal error
  •  

  • zemsiz
    started a topic Call to undefined function _parent_where_query() in
    in PHP

    Call to undefined function _parent_where_query() in

    is there anyone to answer this?

    Hello to everyone..

    i upload a theme to my wordpress. but a section isn't working correctly,

    i get that fatal error: Fatal error: Call to undefined function dt_parents_wher e_query() in /xxx/xxxxx/public_html/anasayfa/wp-content/themes/xxxxxx/front-gal-plus.php on line 22

    and the codes are below:

    Code:
    <?php
    $box_name = 'homeslider';
    $images
    ...
    See more | Go to post

  • Poonam Yadav
    started a topic Fatal error:Con not open cximage.lib
    in .NET

    Fatal error:Con not open cximage.lib

    Hi,
    I M converting vc++ projct to visual studio c++,
    I add all source code as per my knownledge
    properly bt it gives an fatal error message
    can not open cximage.lib file, I also add
    reference to its file but it gives same error
    plz help me as early as possible..
    Thanks...
    See more | Go to post

  • Beamor
    started a topic call to undefined function:loadXML()
    in PHP

    call to undefined function:loadXML()

    Code:
    function art_menu_xml_parcer($content, $showSubMenus)
    {
    $doc = new DOMDocument();
    $doc->loadXML($content);[B]//this is the line in question[/B]
    $parent = $doc->documentElement;
    $elements = $parent->childNodes;
    need help. my site worked fine on my localhost but when i uploaded it to my live server i keep getting this error
    need help to recode line to match my hosting server.
    im using php 5...
    See more | Go to post
    Last edited by Atli; Nov 21 '09, 11:00 PM. Reason: Added code tags, and moved the code from the attachment into the post.

  • Muddasir
    started a topic Problem in setting timezone
    in PHP

    Problem in setting timezone

    Hi everyone

    I want to set timezone (US/Central). It is working fine on my local computer but when I upload the code on web server It is giving me error

    Fatal error: Call to undefined function: timezone_open() in

    Here is the code

    Code:
    $tz1 = timezone_open("US/Central"); 
    $ts = date_create("2008-08-19 12:19:21", $tz1);  
    echo $ts->format(DATE_RFC822), "<br/>";$ts->setTimezone($tz1);
    ...
    See more | Go to post
    Last edited by Dormilich; Sep 23 '10, 06:30 PM.
Working...