Skip to content

Update Databse.php to errors on Refresh#170

Open
mattnelsonuk wants to merge 1 commit intoci-bonfire:developfrom
mattnelsonuk:patch-2
Open

Update Databse.php to errors on Refresh#170
mattnelsonuk wants to merge 1 commit intoci-bonfire:developfrom
mattnelsonuk:patch-2

Conversation

@mattnelsonuk
Copy link
Copy Markdown
Contributor

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants