[26-Mar-2019 09:40:37 UTC] PHP Fatal error: Class 'Fideloper\Proxy\TrustProxies' not found in /home/mydomain/public_html/app/Http/Middleware/TrustProxies.php on line 8
Hello,
thank you for the feedback.
Did you run the php composer.phar install command?
fixed with command composer update. tho new errors
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_RECOVERABLE_ERROR)
Type error: Too few arguments to function Contentify\Installer::createDatabaseIni(), 0 passed in /home/mydomain/public_html/hub/contentify/Controllers/InstallController.php on line 120 and exactly 4 expected
Re installed with some changes. PHP settings enable proc_open and proc_close. Now it works
Ok fine! :D
fixed with command composer update
composer update is dangerous. With install Composer looks into the composer.lock file and installs all dependencies (third party libraries) exactly in the version from the composer.lock file. If you run composer update Composer might install newer versions that are not compatible.
Second try didnt use composer update
Type error: Too few arguments to function Contentify\Installer::createDatabaseIni(), 0 passed
Fixed this: https://github.com/Contentify/Contentify/commit/abccab55dc2ac24df1ed6096f117300178ff1627
Thanks for reporting this bug!
Type error: Too few arguments to function Contentify\Installer::createDatabaseIni(), 0 passed
Fixed this: abccab5
Thanks for reporting this bug!
No problem. Ill let you know if i found more bugs
This issue has been automatically marked as stale, because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed, because it has not had recent activity.