Hi Mark,

I’ll try to reproduce the issue and let you know soon.

Best regards

Davide

On Sat, 10 Nov 2018 at 11:17, Maciolek, Mark <mark.macio...@unh.edu> wrote:

> Hi,
>
>
>
> Did not fix the problem.
>
>
>
> Ubuntu 16.04.5 LTS
>
>
>
> Php7.0
>
>
>
> http://maux.sr.unh.edu/phpinfo.php
>
>
>
> Mark
>
>
>
> *From:* Davide Franco <bacula-...@dflc.ch>
> *Sent:* Saturday, November 10, 2018 5:14 AM
> *To:* Maciolek, Mark <mark.macio...@unh.edu>
> *Cc:* Chris Wilkinson <winstonia...@gmail.com>; bacula-users <
> bacula-users@lists.sourceforge.net>
>
>
> *Subject:* Re: [Bacula-users] Bacula-Web 8.1.0 release
>
>
>
> *Caution - External Email*
> ------------------------------
>
> Hello Mark,
>
>
>
> Did it fix the problem?
>
>
>
> If not, Which Os and PHP version are you using ?
>
> I’ll try to reproduce the issue
>
>
>
> Davide
>
>
>
> On Sat, 10 Nov 2018 at 10:33, Maciolek, Mark <mark.macio...@unh.edu>
> wrote:
>
> hi,
>
>
>
> Downloaded the latest:
>
>
>
> =======================
>
> Checking requirements
>
> =======================
>
>
>
> Ok      PHP version
>
> Warning PHP timezone
>
> Ok      Protected assets folder is writable
>
> Error   Smarty cache folder write permission
>
> Ok      PHP Posix support
>
> Ok      PHP PDO support
>
> Ok      PHP SQLite support
>
> PDO drivers (available):
>
>          driver: mysql
>
>          driver: pgsql
>
>          driver: sqlite
>
> Ok      PHP Gettext support
>
> Ok      PHP Session support
>
>
>
> had to chmod 777 application/views/cache/​
>
> to get Error to clear
>
>
>
> still get same error on web page
>
>
>
> Mark
>
>
> ------------------------------
>
> *From:* Davide Franco <bacula-...@dflc.ch>
> *Sent:* Saturday, November 10, 2018 4:17 AM
> *To:* Chris Wilkinson
> *Cc:* Maciolek, Mark; bacula-users
> *Subject:* Re: [Bacula-users] Bacula-Web 8.1.0 release
>
>
>
> *Caution - External Email*
> ------------------------------
>
> Hello Chris,
>
>
>
> Thanks for your feedback
>
>
>
> I can't explain this error "Could not open input file: bwc", maybe you're
> using the first Bacula-Web 8.1.0 archive which was broken.
>
>
>
> Please make sure you're using latest archive (release process had issue
> with last version, sorry for that).
>
> You can download latest Bacula-Web version from here
>
> https://www.bacula-web.org/download/bacula-web-latest.tgz
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.bacula-2Dweb.org_download_bacula-2Dweb-2Dlatest.tgz&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0&e=>
>
>
>
> Important: As mentioned in the documentation, PHP SQLite is required since
> version 8.0.0-RC2
>
>
> http://docs.bacula-web.org/en/v8.1.0/02_install/requirements.html#install-requirements
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.1.0_02-5Finstall_requirements.html-23install-2Drequirements&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y&e=>
>
>
>
> Hope it helps
>
>
>
> Best regards
>
>
>
> Davide
>
>
>
> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson <winstonia...@gmail.com>
> wrote:
>
> I got trouble when I tried the similar command in the user creation
> install instructions: (Debian/Apache2). The result was:
>
>
>
> root@HS:/var/www/bacula-web# sudo -u www-data php bwc setupauth
>
> Could not open input file: bwc
>
> root@HS:/var/www/bacula-web#
>
>
>
> What is this command doing?
>
>
>
> The instructions seem to infer that SQLite is required. I use MySql for
> the database and so don't have SQLite installed.
>
>
>
> Regards
> Chris Wilkinson
>
>
>
> On Sat, 10 Nov 2018, 7:55 a.m. Davide Franco <bacula-...@dflc.ch wrote:
>
> Hello Maciolek,
>
>
>
> Can you run the console command below and provide me the output please ?
>
>
>
> Debian / Ubuntu
>
> $ sudo -u www-data php bwc check
>
>
>
> RedHat / Centos / Fedora
>
> $ sudo -u apache2 php bwc check
>
>
>
> Thanks for your feedback
>
>
>
> Davide
>
>
>
> On Fri, Nov 9, 2018 at 3:04 PM Maciolek, Mark <mark.macio...@unh.edu>
> wrote:
>
> Hi,
>
>
>
> Followed the upgrade instructions.
>
>
>
> Neither main page or test page work
>
>
>
> *Problem: *Bad ownership / permissions for protected assets folder
> (application/assets/protected)
>
>
>
> drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected
>
>
>
> Not sure what to try next.
>
>
>
> Mark
>
>
>
> --Mark Maciolek
>
> Network Administrator
>
> Morse Hall Rm 338
>
> http://www.unh.edu/research/support-units/research-computing-center
>
>
>
> *From:* Davide Franco <bacula-...@dflc.ch>
> *Sent:* Thursday, November 8, 2018 1:21 AM
> *To:* bacula-users <bacula-users@lists.sourceforge.net>
> *Subject:* [Bacula-users] Bacula-Web 8.1.0 release
>
>
>
> *Caution - External Email*
> ------------------------------
>
> Dear all,
>
> I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
>
> This version Include 3 new features and 7 bug fixes
>
>
>
> The release notes is available here
>
> *https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>*
>
>
>
> As this version introduce important changes, please read carefully the
> documentation
>
> http://docs.bacula-web.org/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8&e=>
>
> You found a bug, need a new feature ? Please use de bug tracker.
>
> http://bugs.bacula-web.org
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__bugs.bacula-2Dweb.org_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI&e=>
>
> As usual, any question or feedback are more than welcome
>
> Thanks for supporting and using Bacula-Web :)
>
> Best regards
>
>
> Davide
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=BIkHcPUafmhvkq9n7k_zvJHu0gNVLjyWgaEl63WI3N4&e=>
>
>
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to