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

Update Databse.php to errors on Refresh #170

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Aug 15, 2016

  1. Update Databse.php to errors on Refresh

    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
    silverark authored Aug 15, 2016
    Configuration menu
    Copy the full SHA
    c1a5888 View commit details
    Browse the repository at this point in the history