Jump to content

bdamage

Approved members
  • Posts

    24
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    bdamage got a reaction from andrewatfornax in Clean install of 4.13, User preferences not updating   
    Looks like #943 has it covered, and is open: https://github.com/revive-adserver/revive-adserver/issues/943
     
  2. Upvote
    bdamage got a reaction from andrewatfornax in php7 and mysql   
    Thank you - it works now.
    All I did was "apt-get install php7.0-dev", then repeat your commands and we're serving ads again!
  3. Upvote
    bdamage reacted to firstimpression in php7 and mysql   
    Solved this by compiling PHP's pecl mysql extension from source:
    $ git clone https://github.com/php/pecl-database-mysql mysql --recursiveGo to directory of the downloaded files, and then:
    $ phpize $ ./configure $ make $ make installThen you have to register the extension in php.ini:
    extension=/usr/local/lib/php/[. . . path to PHP extensions]/mysql.soThen restart Apache, and Revive works fine.
    PS. When I ran "configure" I also had to specify path to php_config:
    ./configure --with-php-config=/usr/local/bin/php-config
     
     
×
×
  • Create New...