interchange / Interchange6

Interchange6 Open Source Shop Machine
5 stars 4 forks source link

interchange6-create-database: Use of uninitialized value in pattern match (m//) #36

Open jasonblewis opened 8 years ago

jasonblewis commented 8 years ago

After installing the cpan modules of IC6, running interchange6-create-database gives me the followign errors:

jason@quartz:~/projects/ic6test$ interchange6-create-database 
Use of uninitialized value in pattern match (m//) at /home/jason/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/DBIx/Class/Schema/Config.pm line 31.
Use of uninitialized value in pattern match (m//) at /home/jason/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/DBIx/Class/Schema/Config.pm line 84.
DBIx::Class::Storage::DBI::sql_maker(): You requested 'quote_names' but your storage class (DBIx::Class::Storage::DBI) does not explicitly define a default sql_quote_char and you have not supplied a quote_char as part of your connection_info. DBIC will default to the ANSI SQL standard quote '"', which works most of the time. Please file an RT ticket against 'DBIx::Class::Storage::DBI'. at /home/jason/perl5/perlbrew/perls/perl-5.24.0/bin/interchange6-create-database line 20
jasonblewis commented 8 years ago

I was following the instructions on the wiki: https://github.com/interchange/Interchange6/wiki/Database