Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9116201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:36:55+00:00 2026-06-17T04:36:55+00:00

I am using GIT to deploy my cakephp applications, a few days ago I

  • 0

I am using GIT to deploy my cakephp applications, a few days ago I started using the migrations plugin (by cakeDC) in my app to simplify database versions and changes.

After installing the Migrations Plugin on my local development machine, I committed the changes and pushed it to my production server, and tried to run the migrations plugin from there.
After looking at the server for quite some time I realized it had not grabbed all of the migrations plugin, however the following were changed:

app/Config/bootstrap.php had the following line appended
CakePlugin::load(‘Migrations’);

The Plugin folder now had a Migrations folder, but it was empty.

I resolved this by uploading the plugin via FTP. I ran a git status on it and it shows the working directory clean…

Why isnt GIT tracking my Migrations plugin folder contents?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:36:56+00:00Added an answer on June 17, 2026 at 4:36 am

    The Plugin folder is not being tracked because GIT thought it was a submodule.

    I ran into this issue because I used GIT to clone this Plugin into the plugin directory. and git didnt add it since it was a repository in itself. When GIT didnt add it to my tracked files I did it manually: git add app/Plugin/Migrations/
    this created a gitlink and essentially acted like a submodule, as seen in this thread:

    Git – how to track untracked content?

    Since at the time I didnt want to use the plugin as a submodule, I corrected this issue with the following commands:

    git rm --cached app/Plugin/Migrations

    with a git status I could see that GIT was now recognizing my Plugin

    I then could proceed with a git add . and git commit -m "finally adding the plugin"

    I hope this helps someone in the future.

    Thanks!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to deploy a Play 2.0.4 app on Heroku using git push heroku
When I want to deploy my app to heroku (using git push heroku master),
I have an asp.net mvc3 Razor app being developed in VS2010 using Git for
I work with Rails and deploy applications to servers using Capistrano. I have a
I deploy code to my production server using git. This might include changes to
I am using capistrano to deploy my rails app into my ec2 server but
I am trying to setup my git workflow (to deploy automatically my node.js app
We typically deploy our software applications to our clients using Subversion (svn update on
I'm using Git and Beanstalk to develop WordPress locally and then deploy to the
I'm just getting started with Symfony. I'm using Git/github as a way of managing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.