509 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
57
views
Prevent exceptions from being displayed on the terminal in Symfony 4.4
I'm working on a Symfony 4.4 console command and I want to prevent exceptions from being displayed on the terminal. I've already set up a logger to log the exceptions, but they still appear on the ...
0
votes
1
answer
417
views
How to install mongodb PHP extension for PHP 7.1 in 2024
I did a clean install of my system and currently running Ubuntu 24.04. I have a legacy project running on PHP 7.1 which uses MongoDB so I need to install the extension for PHP 7.1.
And here comes the ...
1
vote
1
answer
106
views
How to optimize - PHP 7.3.14 + Laravel 6
I need to replicate a legacy structure for comparison purposes and to motivate system migration.
I will write a report pointing out the pros and cons of this migration.
But I immediately had a problem,...
2
votes
1
answer
2k
views
Validating an RSA PKCS#1v1.5 SHA 256 signature with an RSA 2048 public key
I have a public key stored in the database as a string. The generating library says that it is an RSA 2048 public key. Here is an example of the public key as it is stored:
...
-1
votes
1
answer
143
views
laravel 5.1 installation issue with php 7.1 , cannot install carbon 2
composer install error on carbon 1 is deprecated
SO, how can i run my vagrant with laravel 5.1 with carbon 1 and I have try find from stackoverflow and other site but no helps comes up .
every thing ...
0
votes
2
answers
1k
views
Connection could not be established with: php_network_getaddresses: getaddrinfo failed: Name or service not known
Connection could not be established with host
p3plvcpnl452615.prod.phx3.secureserver.net :stream_socket_client():
php_network_getaddresses: getaddrinfo failed: Name or service not
known
I have ...
0
votes
1
answer
355
views
phpinfo() changes the status code of nginx response in a weird way
I have a php code that should always end up being "http 500 code" as I have a call to undefined func status_code("OK");
code:
<?
# phpinfo();
echo 'error_log = ' . ini_get('...
0
votes
1
answer
505
views
MAMP ext mailparse is not loading, not sure if installed correctly PHP 7.1.33
i started to work on web application which uses PHP 7.1.33 - which i did set up in MAMP, but I have problem to get extension mailparse - which I tried and probably installed through PECL commands.
But ...
0
votes
1
answer
2k
views
"PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/http.so'" after downgraded PHP from 8.1 to 7.1
We have a requirement that needs to downgrade PHP from 8.1 to 7.1 in our Ubuntu 18 server.
sudo update-alternatives --set php /usr/bin/php7.1
After the downgrade, we're seeing PHP Startup error ...
0
votes
0
answers
92
views
Is it possible to install the dependencies you have in composer.json file without you have composer as tool in you machine?
I'm trying to put this app working but unfortunately whenever I try to install all dependencies inside composer.json file as you can see in the image above I'm getting that error. I don't know what's ...
0
votes
1
answer
381
views
I a trying to update my server to php7.1 version but I am facing an issue
I have been trying to update the server for the latest PHP version 7.1 but I am being unsuccessful. I am getting the following error when I try apt-get upgrade
E: Some index files failed to download. ...
0
votes
1
answer
56
views
How i can find data in array php
I have data array in php like this,
0 =>
"data" =>
0 =>
"id_data": "P-1234",
"name_data": "data 0 warga 1"
1 =>...
4
votes
1
answer
7k
views
Error while doing `brew tap exolnet/homebrew-deprecated`
I want to install [email protected] on my macbook pro with macos m1. I'm want to perform following steps
brew tap exolnet/homebrew-deprecated
brew install [email protected]
However, I get this error on command brew tap ...
0
votes
2
answers
9k
views
Unable to locate credentials aws cli
I am using AWS CLI version 2. I am using centos > Nginx > php 7.1, Following command works fine when I directly run on command line.
aws s3 cp files/abc.pdf s3://bucketname/
but when I run same ...
1
vote
0
answers
343
views
Session keeps destroying after redirect inside iframe only - Codeigniter
I'm developing an app in shopify app market
As you know, shopify apps work in iframe. I've no problem in session when i directly use the app in browser without iframe.
The issue is only within iframe.
...