Help guys

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

    Help guys

    Hel0 Coders, plz i change the password of my c.panel nd itz affecting my database. So when i went to config.php and also change the passw0rd there. Now when i open my site, it shows blank page. Wat might be the probs...

    #2
    Originally posted by Junkle View Post
    Hel0 Coders, plz i change the password of my c.panel nd itz affecting my database. So when i went to config.php and also change the passw0rd there. Now when i open my site, it shows blank page. Wat might be the probs...
    your database and config.php password are not same so you face the problem

    Comment


      #3
      WSOD. Turn on display errors at d very top of ur page or luk at ur error logs on cpanel.

      Comment


        #4
        Coder4u i think de only passw0rd to databaze iz in da c0nfig.php...

        Added after 2 minutes:

        @cretivity i dnt get u..
        Last edited by Junkle; 03.07.11, 06:43.

        Comment


          #5
          Originally posted by junkle View Post
          coder4u i think de only passw0rd to databaze iz in da c0nfig.php...

          added after 2 minutes:

          @cretivity i dnt get u..
          if your database password = xyz so you should put config.php dbpass=xyz

          Comment


            #6
            @coder. Yah, i have done dat. B4 when i did nt change the passw0rd inda config, it show Cant Connect to database. Now dat i have change da pasword in da config. Bt when it open a page itz juzt blank instead of dizplaying... Am confuse.

            Comment


              #7
              add this code at the top of ur blank php file it will show the error instead of blank page
              PHP Code:
              error_reporting (E_ALL); 
              ini_set ('display_errors'true); 

              Comment


                #8
                @atef Ok, thanx i wil try. Bt it iz all the pages

                Added after 55 minutes:

                Tanx @all. Da probz waz in the config file. I have c0rrect it
                Last edited by Junkle; 03.07.11, 08:14.

                Comment


                  #9
                  Turn off error reportin and display or handle it wit a custom function.

                  Comment

                  Working...
                  X