Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorException when migrating database #480

Closed
damianlewis opened this issue Oct 16, 2019 · 2 comments
Closed

ErrorException when migrating database #480

damianlewis opened this issue Oct 16, 2019 · 2 comments
Assignees
Labels
Priority: High Issue that should be resolved for inclusion in the next build Status: Completed Fix is completed and merged into the dev branch; remaining open until it has been merged into master Type: Bug Report that has been identified / verified as an issue requiring resolution
Milestone

Comments

@damianlewis
Copy link

I've just downloaded and installed version 1.3.4 of this plugin and when running php artisan october:up I get the following error. I've reverted back to version 1.3.2 which doesn't cause this error.

...
Cms
 - Migrating: 2014_10_01_000001_Db_Cms_Theme_Data
 - Migrated:  2014_10_01_000001_Db_Cms_Theme_Data
 - Migrating: 2016_10_01_000002_Db_Cms_Timestamp_Fix
 - Migrated:  2016_10_01_000002_Db_Cms_Timestamp_Fix
 - Migrating: 2017_10_01_000003_Db_Cms_Theme_Logs
 - Migrated:  2017_10_01_000003_Db_Cms_Theme_Logs
 - Migrating: 2018_11_01_000001_Db_Cms_Theme_Templates
 - Migrated:  2018_11_01_000001_Db_Cms_Theme_Templates
October.Demo
- v1.0.1:  First version of Demo
RainLab.Blog


  [ErrorException]
  Trying to get property 'id' of non-object
@LukeTowers LukeTowers added Status: Review Needed Requires review from a maintainer or trusted community member Type: Unconfirmed Bug Report that hasn't been verified / reproduced by a maintainer or trusted community member yet labels Oct 16, 2019
@bennothommo
Copy link
Contributor

@damianlewis Would you be able to provide a stack-trace, or some indication as to where the exception is thrown? This will help us to locate the error.

@bennothommo bennothommo added Status: Response Needed Requires / is waiting on a response from at least one of the participants Priority: High Issue that should be resolved for inclusion in the next build Type: Bug Report that has been identified / verified as an issue requiring resolution and removed Status: Review Needed Requires review from a maintainer or trusted community member Status: Response Needed Requires / is waiting on a response from at least one of the participants Type: Unconfirmed Bug Report that hasn't been verified / reproduced by a maintainer or trusted community member yet labels Oct 17, 2019
@bennothommo bennothommo added this to the v1.3.5 milestone Oct 22, 2019
@bennothommo
Copy link
Contributor

Fixed by aceda91. Will be released with version 1.3.5 of Blog plugin.

@bennothommo bennothommo added the Status: Completed Fix is completed and merged into the dev branch; remaining open until it has been merged into master label Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Issue that should be resolved for inclusion in the next build Status: Completed Fix is completed and merged into the dev branch; remaining open until it has been merged into master Type: Bug Report that has been identified / verified as an issue requiring resolution
Projects
None yet
Development

No branches or pull requests

3 participants