This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / failed to open dir: Too many open files
« on: March 22, 2018, 10:06:00 AM »
Hi,
I just installed cwp and orocommerce. Then I tried to run a command line php app/console cache:clear --env=prod. It is giving me failed to open dir: Too many open files error. I modified the php conf max_input_nesting_level = 1500. It didn't help.
[RuntimeException]
[UnexpectedValueException]
RecursiveDirectoryIterator::__construct(/home/realized/public_html/oro/vendor/oro/commerce/src/Oro/Bundle/PaymentBundle/
Resources/translations): failed to open dir: Too many open files
Thanks
I just installed cwp and orocommerce. Then I tried to run a command line php app/console cache:clear --env=prod. It is giving me failed to open dir: Too many open files error. I modified the php conf max_input_nesting_level = 1500. It didn't help.
[RuntimeException]
[UnexpectedValueException]
RecursiveDirectoryIterator::__construct(/home/realized/public_html/oro/vendor/oro/commerce/src/Oro/Bundle/PaymentBundle/
Resources/translations): failed to open dir: Too many open files
Thanks
2
Installation / sh: /scripts/update_cwp: No such file or directory
« on: March 16, 2018, 07:35:58 AM »
I had mysql installed previously. While installing I got error :
I had followed the install instructions from here http://centos-webpanel.com/installation
The installation stopped. So I tried to access /scripts/update_cwp. There is no such file. Is it possible to restart the whole installation process again ?
[root@local ~]# sh /scripts/update_cwp
sh: /scripts/update_cwp: No such file or directory
Code: [Select]
#########################################################
CentOS Web Panel MailServer Installer
#########################################################
visit for help: www.centos-webpanel.com
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
MySQL root password is invalid!!!
Check password and run this script again.
I had followed the install instructions from here http://centos-webpanel.com/installation
The installation stopped. So I tried to access /scripts/update_cwp. There is no such file. Is it possible to restart the whole installation process again ?
[root@local ~]# sh /scripts/update_cwp
sh: /scripts/update_cwp: No such file or directory
Pages: [1]