• Hi I’m about to start work on a new site called http://www.stepping-stones.org.uk and the site wont allow me to install? I’ve usually a good determination to resolve things like this but this one is beyond me.

    There are a number of mysql servers on there already, but I created a fresh one and set up the wp-config manually.

    I’ve successfully connected but it gives me a WSOD on install,
    so I added some options in the wp-config:

    define(‘WP_DEBUG’, true);
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    here is what the debug gives me:

    Warning: require_once(/home/sites/stepping-stones.org.uk/public_html/wp-includes/cache.php) [function.require-once]: failed to open stream: No such file or directory in /home/sites/stepping-stones.org.uk/public_html/wp-includes/load.php on line 412

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/sites/stepping-stones.org.uk/public_html/wp-includes/cache.php’ (include_path=’.:/usr/share/pear5:/usr/share/ZendFramework’) in /home/sites/stepping-stones.org.uk/public_html/wp-includes/load.php on line 412

    can you shed any light on this?
    http://www.stepping-stones.org.uk/wp-admin/install.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi…

    Are you sure this host supports the necessary config for a WP install?

    here are the requirements:

    http://wordpress.org/about/requirements/

    You haven’t uploaded all of the sites files. The error tells you exactly what’s missing…

    Warning: require_once(/home/sites/stepping-stones.org.uk/public_html/wp-includes/cache.php) [function.require-once]: failed to open stream: No such file or directory

    You should download a new copy of WordPress form this site, and upload all of those files (except the wp-config.php file and the /wp-content/ folder) to the site using FTP. make sure that no files are left out.

    You should download a new copy of WordPress form this site, and upload all of those files (except the wp-config.php file and the /wp-content/ folder) to the site using FTP. make sure that no files are left out.

    True. True.

    Thread Starter creativ3

    (@creativ3)

    Thanks guys, will try this now.

    Also, when you upload by FTP make sure you use “binary” mode.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Database set correct, files in folder, but weird php error’ is closed to new replies.