• truckle

    (@truckle)


    I asked someone to help with an install program on my server and they inadvertently deleted all my wp setup. They said the database was stillok so suggested I re-install wp. I have tried and get as far as calling install.php, then I get this;

    Warning: main(/home/truckle/public_html/wp-includes/wp-db.php) [function.main]: failed to open stream: No such file or directory in /home/truckle/public_html/wp-settings.php on line 123

    Fatal error: main() [function.require]: Failed opening required ‘/home/truckle/public_html/wp-includes/wp-db.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/truckle/public_html/wp-settings.php on line 123

    Can you enlighten me? I have little idea what I’m doing.
    I’ve checked the config.php and that seems ok.
    I’ve put all the files in the public.html directory as they didnt work in the root.
    thanks,
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • Kafkaesqui

    (@kafkaesqui)

    At the very least, this file:

    /wp-includes/wp-db.php

    appears to be missing from the installation on your site. Check to make sure all the files have been properly uploaded to the /wp-includes/ directory.

    Thread Starter truckle

    (@truckle)

    Thanks, Ive re-loaded all files and now get to the front page of my site. However it has an error which is; WordPress database error: [Table ‘truckle_article3.wp_terms’ doesn’t exist]
    Can you tell me what is wrong now?

    Thanks
    mike

    Kafkaesqui

    (@kafkaesqui)

    Definitely sounds like the work by install.php didn’t complete (that is, the part that creates the tables for your database). Or rather, is there a possible version mismatch between the database and the re-upped files? If so, perhaps running upgrade.php will solve it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘install failing’ is closed to new replies.