1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress Installation Issue

Discussion in 'WordPress' started by Skinny, May 15, 2007.

  1. #1
    Hey guys,

    I've installed the newest version of WP at zune audio dot com / index.php

    I've set up the DBs and the installation went smoothly (no errors).

    The problem is that when I hit up index.php (index.html is there so no one can see anything)

    I get told that I haven't installed it yet.

    I can access the backend, but when I go to see the test posts I get blank screens.

    What's going wrong here?

    Skinny
     
    Skinny, May 15, 2007 IP
  2. yourihost

    yourihost Well-Known Member

    Messages:
    1,708
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    115
    #2
    Check if the database tables where made and the config was written.
     
    yourihost, May 15, 2007 IP
  3. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yup I modified the wp-config.php and uploaded it.

    When I say to check DB I see this:

    zuneaudio.wp_categories
    zuneaudio.wp_comments
    zuneaudio.wp_link2cat
    zuneaudio.wp_links
    zuneaudio.wp_options
    zuneaudio.wp_post2cat
    zuneaudio.wp_postmeta
    zuneaudio.wp_posts
    zuneaudio.wp_usermeta
    zuneaudio.wp_users

    and everything is ok.

    (They seem to be setup to me . . I'm not great with DBs)

    Skinny
     
    Skinny, May 15, 2007 IP
  4. obenix

    obenix Eats an apple a day......

    Messages:
    2,236
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What is the error message you are getting? Screenshot would help.
    Did you move your domain name by any chance? If you did, try to perform a DNS flush... Easiest way is to reboot your PC.
     
    obenix, May 15, 2007 IP
  5. jdR!pper

    jdR!pper Peon

    Messages:
    4,974
    Likes Received:
    564
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It works fine for me now. :D

    Nice to see that you fixed it:D

    --Joe
     
    jdR!pper, May 15, 2007 IP
  6. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hmm it works now.

    I did nothing :eek:

    O well me not complaining.

    Thanks for the help.

    Skinny
     
    Skinny, May 15, 2007 IP
  7. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well . . . seems like everything isn't working properly.

    The index.php works fine (I'm creating my own theme so it looks like crap now) but if I try click on a blog entry or access a comment I just get a blank page.

    I've also looked at the source code of these blank pages and it is indeed blank (i.e. not a code error).

    What is going on?

    I manually had to process file by file via FTP because when I unzip the folder it always added a stupid wordpress folder which I didn't want.

    Thanks for the help.

    Skinny
     
    Skinny, May 17, 2007 IP
  8. Twisted

    Twisted Guest

    Best Answers:
    0
    #8
    So you have index.php and index.html in there same time? If so, it won't work. Index.php and Index.html is basically taking same jobs, it's telling you that it's the "index" of the folder. You'll have to remove one or other, or install blog in another folder on domain...

    If you want, I can install this for you and do it proper for $49.95? I haven't launched my site yet, but it's weinstallwp.com. I used to do free installs with install4free.wordpress.com before, but I'm not anymore. I'm also going to provide far more services then install4free too though. ;)
     
    Twisted, May 17, 2007 IP
  9. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Twisted thanks for the help but I think you've misunderstood my post. I'm aware that having index.html there will now allow anyone to visit the index.php (unless you type it it).

    Since I'm in the process of skinning wordpress it's not a big issue.

    My problem is that after manually installing WP the admin panel works great, the first page is slowly getting themed by me, but any inner page just shows up as a blank page (w/ no source code).

    Try it

    zune audio dot com / index dot php

    Click on any post / comment link and see what I mean.

    Skinny
     
    Skinny, May 18, 2007 IP
  10. blade007

    blade007 Peon

    Messages:
    346
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    what is happening is that your index.html and index.php are conflicting

    if you look at the url of one post down, it goes to your URL/?s=1. This is a query, so on your root domain it's expecting to find wordpress, i.e. index . php. As it is, index. html is taking priority -so you need to hide it

    The way to resolve it is to temporarily rename the index . html to something else

    and let the index.php do its magic.
     
    blade007, May 18, 2007 IP
    Skinny likes this.
  11. blade007

    blade007 Peon

    Messages:
    346
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #11
    as you can see this link works

    zuneaudio . com/ index. php?p=3

    - so it is your index. html getting in the way
     
    blade007, May 18, 2007 IP
  12. ShiftChip

    ShiftChip Well-Known Member

    Messages:
    365
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #12
    Maybe it’s your theme? When you visit a page on Wordpress it doe not always use index.php If it’s a single page and you have "single.php" in the themes folder it will use this. Same goes for categories, archives, and pages.
    Wordpress “looks” for the .php, if it’s not there it goes down the theme hierarchy.
    So if it’s a single page this happens:
    Wordpress “looks” for “single.php”
    If it’s not found it looks for category.php (I think)
    This continues until Wordpress reaches index.php.
    So in your theme if you don’t have single.php your index.php must be able to display the posts properly. (BTW, make sure if you have a single…category… .php Wordpress is handling it correctly.)
     
    ShiftChip, May 18, 2007 IP
    Skinny likes this.
  13. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Ahh . . .I see.

    Proven wrong :eek:.

    Thanks.

    My theme needs work so I'll work on that.

    Skinny
     
    Skinny, May 18, 2007 IP
  14. Twisted

    Twisted Guest

    Best Answers:
    0
    #14
    The guys before ShiftClip were pretty much saying what I had said, but since ShiftClip threw out that possibility then you could try what he suggested once. Just while viewing the initial post of your's, I was just thinking the index.html and index.php for WP itself was perhaps conflicting... Let us know how it goes then though.. :)
     
    Twisted, May 18, 2007 IP