GithubHelp home page GithubHelp logo

Comments (7)

lukewhitehouse avatar lukewhitehouse commented on May 31, 2024

Hi @cornelous, wp-deploy does indeed work with WordPress 4.1.1, and we're using that version internally. How did you go about upgrading WordPress to 4.1.1? Did you use the capistrano command that comes with wp-deploy?

bundle exec cap <environment> wp:core:update

from wp-deploy.

cornelous avatar cornelous commented on May 31, 2024

Hi

Yes, I used the capistrano command, then it checked out 4.1.1, I did a git add . git commit on my local and git push to my remote then I did a cap deploy.

I wonder what I could be missing, I have been using wpdeply successfully for 2months now and now looking at launching 2 new sites and am stuck somehow because I cant seem to get it to work with 4.1.1

from wp-deploy.

lukewhitehouse avatar lukewhitehouse commented on May 31, 2024

Are you having the problem locally as well as in your remote environment @cornelous ?

from wp-deploy.

cornelous avatar cornelous commented on May 31, 2024

Hi Yes, its the same problem locally as well as on production. My skype is kreativeq we could chat. Thank you

from wp-deploy.

lukewhitehouse avatar lukewhitehouse commented on May 31, 2024

Best to keep everything on Github so people can refer to this thread if they come across similar issues.

Can you check that your wp-config.php is referencing the following:

define('WP_SITEURL', 'http://site.dev/wordpress');
define('WP_CONTENT_URL', 'http://site.dev/content');

If they're referenced correctly take a look further down that file and comment out the definition for WP_CONTENT_DIR with the line above it. If that solves the issue then the problem would be with your server returning $_SERVER['DOCUMENT_ROOT'] differently to normal.

from wp-deploy.

cornelous avatar cornelous commented on May 31, 2024

Hi Luke

Thanks I was missing this:-

define('WP_SITEURL', 'http://site.dev/wordpress');
define('WP_CONTENT_URL', 'http://site.dev/content');

from wp-deploy.

lukewhitehouse avatar lukewhitehouse commented on May 31, 2024

Glad I could help :)

from wp-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.