Update Databse.php to errors on Refresh#170
Open
mattnelsonuk wants to merge 1 commit intoci-bonfire:developfrom
Open
Update Databse.php to errors on Refresh#170mattnelsonuk wants to merge 1 commit intoci-bonfire:developfrom
mattnelsonuk wants to merge 1 commit intoci-bonfire:developfrom
Conversation
The following error was received when running a refresh. The third paramemter on CI_DB_forge::create_table() in the migrations expects the Migration config file. Potentially this might be better loaded in the Migration Library? I just copied the config load in the migrate function above. A PHP Error was encountered Severity: 4096 Message: Argument 3 passed to CI_DB_forge::create_table() must be of the type array, null given, called in /media/server/www/churchbox/manager/website/application/database/migrations/20141007214216_Create_auth_tables.php on line 35 and defined Filename: /media/server/www/churchbox/manager/website/system/database/DB_forge.php Line Number: 322 Backtrace - create_table() - Line 35 in /media/server/www/churchbox/manager/website/application/database/migrations/20141007214216_Create_auth_tables.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following error was received when running a refresh. The third paramemter on CI_DB_forge::create_table() in the migrations expects the Migration config file. Potentially this might be better loaded in the Migration Library? I just copied the config load in the migrate function above.
A PHP Error was encountered
Severity: 4096
Message: Argument 3 passed to CI_DB_forge::create_table() must be of the type array, null given, called in /media/server/www/churchbox/manager/website/application/database/migrations/20141007214216_Create_auth_tables.php on line 35 and defined
Filename: /media/server/www/churchbox/manager/website/system/database/DB_forge.php
Line Number: 322