Plese help Fix this erros

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plese help Fix this erros

    my Frend plzz help me fix this errors ....

    Warning: Missing argument 3 for getbbcode(), called in /home/xxxxxxx/public_html/web/index.php on line 158 and defined in /home/a4685338/public_html/web/core.php on line 4222

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxxx/public_html/web/index.php on line 162
    Last edited by djenzer; 26.01.12, 03:58.

    #2
    and how exactly can anyone help when you haven't posted the files with the errors?

    Comment


      #3
      bad idea posting whole link u just posted your cpanel username
      a4685338









      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

      Comment


        #4
        itzz ok my fend.itz . plzz tell me how fix this error .. plzzz tell me

        Comment


          #5
          to fix this u need to post the whole page so we can look at it

          my thinking is the getbbcode() is a function not yet defined on your index page and the
          Warning: mysql_fetch_array(): error usually means theres no data in the table sometimes placing data in the field will remove some errors.









          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

          Comment


            #6
            Originally posted by djenzer View Post
            my Frend plzz help me fix this errors ....

            Warning: Missing argument 3 for getbbcode(), called in /home/xxxxxxx/public_html/web/index.php on line 158 and defined in /home/a4685338/public_html/web/core.php on line 4222

            Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxxx/public_html/web/index.php on line 162
            First, check your sql whether exist or not in your database in line 162 then go to your phpmyadmin then create the miss sql...
            Second, open your file core.php find the function getbbcode(), find your miss variable at there...
            our lfe is simple words....
            http://mygenkz.net
            ewanz06@yahoo.com
            PHP Code:
            $output="i am NOoob....";
            $newfile="ewanz.txt";
            $file fopen ($newfile"w");
            fwrite($file$output);
            fclose ($file); 

            Comment

            Working...
            X