skip to Main Content

Redis – Laravel echo server won't start

Laravel echo server keeps returning failed status on my server Code laravel-echo-server.json { "authHost": "http://example.com", "authEndpoint": "/broadcasting/auth", "clients": [ { "appId": "311dr094tf98745ce", "key": "fa43bffb3rth63f5ac9c386916ae28e6" } ], "database": "redis", "databaseConfig": { "redis": {}, "sqlite": { "databasePath": "/database/laravel-echo-server.sqlite" } }, "devMode": false,…

VIEW QUESTION

Magento 2.3 – CentOS 7 – page_cache is not writable

I am trying to installed Magento 2.3.4 in CentOS bases server. And getting below error: Fatal error: Uncaught Zend_Cache_Exception: cache_dir "/var/www/html/mage2/var/page_cache" is not writable in /var/www/html/mage2/vendor/magento/zendframework1/library/Zend/Cache.php:209 Stack trace: #0 /var/www/html/mage2/vendor/magento/zendframework1/library/Zend/Cache/Backend/File.php(180): Zend_Cache::throwException('cache_dir "/var...') #1 /var/www/html/mage2/vendor/colinmollenhour/cache-backend-file/File.php(87): Zend_Cache_Backend_File->setCacheDir('/var/www/html/m...') #2 /var/www/html/mage2/vendor/magento/zendframework1/library/Zend/Cache.php(153): Cm_Cache_Backend_File->__construct(Array) #3 /var/www/html/mage2/vendor/magento/zendframework1/library/Zend/Cache.php(94):…

VIEW QUESTION

undefined symbol – using log4cxx in centos 7

I've difficulty to make my snippet code working on centos 7. So, I've these packages installed on the box: log4cxx.x86_64, log4cxx-devel.x86_64, apr.x86_64, apr-devel.x86_64, apr-util.x86_64, apr-util-devel.x86_64, glib2.x86_64, glib2-devel.x86_64 in CMakeList.txt, I've tried bunch of combinations (successful build), but I ended up…

VIEW QUESTION

centos not update, centos 7.8 (2003)

dnf -y upgrade http://mirror.bytemark.co.uk/centos/8/BaseOS/x86_64/os/Packages/centos-release-8.1-1.1911.0.8.el8.x86_64.rpm Last metadata expiration check: 0:35:45 ago on Tue May 12 20:59:10 2020. centos-release-8.1-1.1911.0.8.el8.x86_64.rpm 55 kB/s | 21 kB 00:00 Dependencies resolved. Problem: cannot install the best update candidate for package centos-release-7-8.2003.0.el7.centos.x86_64 - nothing provides centos-gpg-keys =…

VIEW QUESTION

How to install zip extension for PHP 7.4 compiled from scratch on CentOS 7?

I have a PHP 7.4.2 installation, which is installed by compiling from the scratch. The configure command I used is as given below : './configure' '--with-apxs2=/usr/bin/apxs' '--with-curl=/usr' '--with-gd' '--with-gettext' '--with-jpeg-dir=/usr' '--with-freetype-dir=/usr' '--with-openssl' '--with-mcrypt=/usr/local/lib' '--with-mhash' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pcre-regex' '--with-pear' '--with-png-dir=/usr' '--with-xsl'…

VIEW QUESTION
Back To Top
Search