Pascua Theus

Results 27 comments of Pascua Theus

Yes, you are right. But they are: > By default Compose sets up a single network for your app. Each container for a service joins the default network and is...

Could you please credit the exact error message? Just copy and paste it. Thank you.

Possibly the application could not connect to the database (the external server may refuse connections from non-localhost). @panique, can you close this?

> To keep the project stable, clean and maintainable, I would kindly announce the "soft-End of Life" for this project, meaning: > > A. HUGE will not get any new...

If I am right, ` php_flag engine off` works if PHP is configured to run as Apache module. If not, It'll throw an Error 500. It would be a good...

A webhost but no access to command line? Maybe you want to take another webhoster. I'm using HUGE at uberspace.de. A lot of other webhoster give you command line access,...

You do not need root access for a PHP-application like HUGE. The only thing you need is Apache, MySQL, PHP and composer. It’s not necessary to have root access to...

Store your data somewhere and access them via a php-file, e.g. like described here: http://www.media-division.com/the-right-way-to-handle-file-downloads-in-php/ You should build it inside the framework, of course, and validate if the user is...

I'll go with #820 and so I would not agree with your changes on requestPasswordReset_action(). However I would agree with the changes on setNewPassword().

You have installed the commandline tools of MariaDB but not any server. You may want to have a deeper look at https://wiki.alpinelinux.org/wiki/Mysql and install `apk add mysql mysql-client`.