BruceBanner Posted September 19, 2018 Report Posted September 19, 2018 Hi . I have just installed Revive. Its running in localhost. I am able to add advertisers and create a campaign but cannot add banners. I created a test campaign, after clicking on "Add new banners" I get a white page, banner-edit.php does not load. I am running Revive Ad server in docker. Using 2 containers, one for MySQL the other for Revive. Can be a problem with my PHP version? Im using 5.6 , I've been trying to update to php7.0 but could not locate the package even after adding ppa, so I'm using the one that came with the Ubuntu docker image. you can find the docker image here https://github.com/Delermando/docker-revive Im using the latest version of revive downloaded from the official website, replaced the source code with it in the app folder. Any feedback? why cant i Add banners? I just get a white screen. thanks for replies! Quote
batje Posted September 25, 2018 Report Posted September 25, 2018 I have the same issue. In my Apache logs I see the following messages: PHP Fatal error: Uncaught League\\Flysystem\\Exception: Impossible to create the root directory "". in /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php:106\nStack trace:\n#0 /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php(78): League\\Flysystem\\Adapter\\Local->ensureDirectory('')\n#1 /var/www/revive/var/cache/revive.mountbatten.nl_admin_container.php(97): League\\Flysystem\\Adapter\\Local->__construct('', 0)\n#2 /var/www/revive/lib/vendor/symfony/dependency-injection/Container.php(335): ReviveAdserverCachedContainer->getFilesystem_Adapter_LocalService()\n#3 /var/www/revive/var/cache/revive.mountbatten.nl_admin_container.php(77): Symfony\\Component\\DependencyInjection\\Container->get('filesystem.adap...')\n#4 /var/www/revive/lib/vendor/symfony/dependency-injection/Container.php(335): ReviveAdserverCachedContainer->getFilesystemService()\n#5 /var/www/revive/lib/RV/Container.php(67): Symfony\\Component\\DependencyInjection\\Container->get('filesystem')\n#6 /var/www/revive/www/admin/lib-storage.inc.php(178): RV\\Con in /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php on line 106, referer: http://revive.mountbatten.nl/www/admin/advertiser-campaigns.php?clientid=1 PHP Fatal error: Uncaught League\\Flysystem\\Exception: Impossible to create the root directory "". in /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php:106\nStack trace:\n#0 /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php(78): League\\Flysystem\\Adapter\\Local->ensureDirectory('')\n#1 /var/www/revive/var/cache/revive.mountbatten.nl_admin_container.php(97): League\\Flysystem\\Adapter\\Local->__construct('', 0)\n#2 /var/www/revive/lib/vendor/symfony/dependency-injection/Container.php(335): ReviveAdserverCachedContainer->getFilesystem_Adapter_LocalService()\n#3 /var/www/revive/var/cache/revive.mountbatten.nl_admin_container.php(77): Symfony\\Component\\DependencyInjection\\Container->get('filesystem.adap...')\n#4 /var/www/revive/lib/vendor/symfony/dependency-injection/Container.php(335): ReviveAdserverCachedContainer->getFilesystemService()\n#5 /var/www/revive/lib/RV/Container.php(67): Symfony\\Component\\DependencyInjection\\Container->get('filesystem')\n#6 /var/www/revive/www/admin/lib-storage.inc.php(178): RV\\Con in /var/www/revive/lib/vendor/league/flysystem/src/Adapter/Local.php on line 106, referer: http://revive.mountbatten.nl/www/admin/campaign-banners.php Quote
andrewatfornax Posted October 2, 2018 Report Posted October 2, 2018 Hi @BruceBanner, A white screen generally means a 500 error has happened. See our troubleshooting guide, and your web server logs. Hi @batje, So, that looks like a permissions error - see our troubleshooting guide, esp. with regards to server hardening? Quote
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.