This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

msny3625948
msny3625948

After doing a new composer install and update of October I tried to connect it to my local postgres database I newly created for it.

When trying to go through the command line install prompts I keep getting 'could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations)'. How do I fix this?

I just created the database with the same user i gave in the setup, I haven't added any tables or edited the newly created database. I'm using the php artisan october:install command.

msny3625948
msny3625948

Problem was that php didn't install with postgres pdo, solution was to reinstall php with brew and add the postgres option in reinstall.

homebrew reinstall php71 --with-pgsql

sukarsa27391
sukarsa27391

apt-get install php-pgsql , then service apache2 restart

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.