• Resolved propertyinsider

    (@propertyinsider)


    Hi,
    I have just installed WordPress on a remote server for my website, the installation went fine, I can access the administration menus, write posts etc, but when I point to the address of my website i get this error message
    “Warning: require_once(./includes/bootstrap.inc) [function.require-once]: failed to open stream: No such file or directory in /home/propertyin/domains/[domainname]/public_html/index.php on line 15”

    Do you guyes have any idea on what I should do have the site up and running? My public folder seems to have all the files needed and it has writing access on them, the index.php file is there… what should I look for to solve it?
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Not sure what bootstrap.inc is, dont think its part of wordpress but you could try

    If its something you created yourself, try this

    require_once(ABSPATH . 'includes/bootstrap.inc');

    Thread Starter propertyinsider

    (@propertyinsider)

    hotkee, thanks for replying.
    i have no idea what bootstrap.inc is, I didn’t creat it, i know little about coding and stuff. I couldn’t find it in any of the wp folders.
    i have read around on forums and tried loading my page like this https://www.nameofthesite.ro/index.php, and it worked, it loads, it shows the changes I make and the posts.
    I don’t know how to redirect the .ro home page to .ro/index.php
    any ideas?

    thanks!

    Whats your real site url?
    You should not have to redirect if you have wordpress in your root.

    Thread Starter propertyinsider

    (@propertyinsider)

    it’s https://www.propertyinsider.ro; i do have wp in the root…

    It works for me https://www.propertyinsider.ro/

    You have the semi colon at the end which stops it working

    Thread Starter propertyinsider

    (@propertyinsider)

    when I type it in my browser I don’t use the semi colon, it was just in the post.
    strange. it works for me in IE, but in Firefox, my default browser, not…

    Cant see why it should not work – I tried firefox (my main browser) and ie7 both work fine with that url.
    It might be your cache, try clearing it all. Or maybe you have somehow blocked the site through firefox.

    Thread Starter propertyinsider

    (@propertyinsider)

    i deleted the cache in firefox and it works just fine, thanks god!
    and thank you for your support, hotkee ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘successful installation but no site to show’ is closed to new replies.