• Having problems getting dreamweaver cs5 to work with wordpress
    I copied my site from remote host to local following this tutorial

    https://educhalk.org/blog/how-to-copy-your-online-wordpress-blog-to-xampp-on-your-local-computer-or-usb-drive/

    I can see local copy of my site but when i try to view remote sit i get the following error messages
    Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\quilldesigns\themes\index.php on line 17

    Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.;C:\xampp\php\PEAR’) in C:\xampp\htdocs\quilldesigns\themes\index.php on line 17

    This is driving me nuts there something im missing or just dont understand would appreciate some help Plz

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forget dreamweaver for a minute what happens when you point your browser to https://localhost/quilldesigns ?

    Looks like the abspath is incorrect, I’m assuming if you have WordPress correctly installed on your localhost then your theme is located at:

    C:\xampp\htdocs\quilldesigns\wp-contents\themes\themename\index.php ?

    I would try a combination of the following:

    remove ./ and see if it loads or add wordpress with and without ./ before /wp-blog-header.php ie change line 17 to:

    1. require('wp-blog-header.php');
    2. require('./wordpress/wp-blog-header.php');
    3. require('wordpress/wp-blog-header.php');
    Thread Starter andymumby

    (@andymumby)

    first of all thanks for replying

    when i go to localhost/quilldesigns I see my site as it should be on localhost
    when i go to https://www.quilldesigns.co.uk everthings as it should be

    Tryed above suggestions now I get error message from dreamweaver saying access denied the file Directory public_html/wp-content does not exsist or there may be a permission problem

    I have gone back to default themes and install both locally and on my remote host
    all im trying to do is see my site locally and remotley in dreamweaver
    I know public_html is the root folder on remote host for wordpress
    would still appreciate any help or advice

    AndyMumby, Did you get help with this?

    I need similar help, can you point me in the right direction?

    Thanks!

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