My forum is showing blank page Help!!!

Discussion in 'PHP' started by Ckrismoney, Jul 21, 2007.

Thread Status:
Not open for further replies.
  1. #1
    I have a forum that came with the classifieds script I have for my site but the form does not show.

    Are all web hosts able to use v bulletin.

    My host has unix server.

    my forum url is caklassifieds.com/forums/

    I don't know whats wrong, can someone help please??? :confused:
     
    Ckrismoney, Jul 21, 2007 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    Looks like installation did not go through succesfully,try reinstalling ,watch out for errors and see.
     
    it career, Jul 21, 2007 IP
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    In your index.php page, replace this line:
    
    error_reporting(E_ALL & ~E_NOTICE);
    
    PHP:
    With:
    
    error_reporting(E_ALL);
    
    PHP:
    And add this line below:
    
    ini_set('display_errors', '1');
    
    PHP:

    Then refresh the index page and see what errors you get.
     
    nico_swd, Jul 21, 2007 IP
  4. Ckrismoney

    Ckrismoney Well-Known Member

    Messages:
    1,550
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    120
    #4
    I just went in my cpanel and looked for the code,my forum index has no code the page is also blank. the other pages in the forum folder have code but not the index. what can i do??? :confused: :confused:


     
    Ckrismoney, Jul 21, 2007 IP
  5. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #5
    Re-upload the file. If there's no code either in your local index.php file, download the forum ZIP again.
     
    nico_swd, Jul 21, 2007 IP
  6. Ckrismoney

    Ckrismoney Well-Known Member

    Messages:
    1,550
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    120
    #6
    Sorry about the pm i'm new to posting in forums and i did not know that if i reply with your quote it would pm you. thanks for the info sorry for the pm.
     
    Ckrismoney, Jul 21, 2007 IP
  7. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #7
    This is part of my automatic signature and it wasn't directed at you. :)
     
    nico_swd, Jul 21, 2007 IP
  8. personalpa

    personalpa Peon

    Messages:
    98
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    vbulletin.com/download.php

    Download & Run the Test File.
     
    personalpa, Jul 21, 2007 IP
Thread Status:
Not open for further replies.