Wingman 1 Posted July 25, 2016 Report Share Posted July 25, 2016 I have also problems during the database creation. I can not select MySQL when i install the Revive Adserver v3.2.4. It can only be select PostgreSQL. How can I solve this Problem. Quote Link to post Share on other sites
Wingman 1 Posted July 29, 2016 Author Report Share Posted July 29, 2016 On 25.07.2016 at 0:45 PM, Wingman said: I have also problems during the database creation. I can not select MySQL when i install the Revive Adserver v3.2.4. It can only be select PostgreSQL. How can I solve this Problem. I change the PHP 7.0 version to PHP 5.6 because not all moduls was load on the version 7. After this it was possible to select MySQL. DB Problem solved. andrewatfornax 1 Quote Link to post Share on other sites
andrewatfornax 88 Posted January 30, 2017 Report Share Posted January 30, 2017 Thanks for the update @Wingman, I believe that this is all now resolved with Revive Adserver 4.x, which supports PHP 7.0 better than previous versions. Quote Link to post Share on other sites
Will Dangerfield 0 Posted Tuesday at 11:17 AM Report Share Posted Tuesday at 11:17 AM I cannot connect to postgresql database using user and password I created... only show MySQLi as option for database type Quote Link to post Share on other sites
Will Dangerfield 0 Posted Tuesday at 12:27 PM Report Share Posted Tuesday at 12:27 PM I figured it out: 1. sudo nano /etc/php/7.4/cli/php.ini 2. uncomment ;extension=pgsql and ;extension=pdo_pgsql 3. sudo apt-get install php7.4-pgsql << choose your php version here 4. sudo ufw allow 5432/tcp 5. service apache2 restart postgresql is now an option in the dropdown Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.