elhousny

Results 5 comments of elhousny

### Update I Installed the container of bitnami on devilbox using this code below: ``` # mariadb & jasperreports # ____________________________________________________________________________ mariadb: image: mariadb:latest ports: - 3306:3306 volumes: - ~/apps/mariadb:/var/lib/mysql...

the problem is if I'm using postman to get my result from Rest services: The result from postman: ![image](https://user-images.githubusercontent.com/909932/175808005-9309d667-67ba-4f5e-a3f4-858e9a771899.png) but using php code from devilbox I get : ![image](https://user-images.githubusercontent.com/909932/175808066-30707622-8284-4a76-9c4d-aa4ece93a30a.png) Failed...

@cytopia any help please why I can't call my jasperreport container from php container. ![image](https://user-images.githubusercontent.com/909932/175808467-1554d932-3f8f-48dc-824c-6d1f3efd9569.png)

@Ernestopheles As i know you should use something like this in your file cfg/php-ini-7.4/xdebug.ini ``` ;Xdebug 3.X xdebug.mode=debug xdebug.client_port=9003 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.start_with_request=yes xdebug.idekey=PHPSTORM xdebug.show_error_trace = 1 xdebug.max_nesting_level=250 xdebug.var_display_max_depth=10 xdebug.connect_timeout_ms=300 xdebug.client_host=172.16.238.100...

Hi Every one, I'm using devilbox on ubuntu 20 for Magento 2. The problem is that the machine is very slow especially when we generated static file in Magento 2....