Questions tagged [adsapi-php.ini]

10 questions
3
votes
6 answers

PHP Curl is not loading in PHP 7.3.3 for windows 8.1 64 bit

I have gone through other similar questions but i cannot find a proper solution. I am a newbie to PHP. As per suggestions in youtube i have done php configuration with apache2.4 and php is working fine. I have enabled the extensions in php.ini file…
RAP
  • 137
  • 2
  • 12
2
votes
4 answers

Can't turn On PHP display_errors

I am working on Ubuntu 18.04 and for my projects I want PHP to display errors. As sudo, I did: display_errors = On error_reporting = E_ALL Then restart Apache2 service but I still don't get any errors reporting. I both modified php.ini in apache2…
mohiris
  • 55
  • 6
1
vote
1 answer

Composer update error - league/flysystem[1.1.0, ..., 1.1.10] require ext-fileinfo * -> it is missing from your system

i have a laravel project i have to work on. The project runs on laravel 8, PHP version 7.x. I use XAMPP as a server, my laptop is working with windows 11 and i work with PHPstorm with the local terminal. When i want to use composer update, or…
rkgitejd
  • 11
  • 3
1
vote
1 answer

Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\sample\web/../app/bootstrap.php.cache' (include_path='.;C:\xampp\php\pear\PEAR')

I am new to Symfony for a project. I am getting the following error when everything is okay. My Symfony My php.ini file [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories…
1
vote
0 answers

Where is the php.ini file located in aws lightsail linux

I want to migrate one of my websites to AWS lightsail and I need access the php.ini file. I have found a php.ini file located in opt/bitnami/php/etc/ but all the changes I do to that file doesn't reflect on the server. I'm using the "bitnami"…
1
vote
0 answers

How can i resolve upload_max_filesize issue

I have faced issue of upload_max_filesize , I have updated php.ini file on server with adding following. memory_limit = 500M post_max_size = 500M file_uploads = On max_execution_time = 600 max_input_time = 900 upload_max_filesize =500M Also I have…
Samir Sheikh
  • 2,283
  • 2
  • 19
  • 37
1
vote
0 answers

PHP login system won't log in on all pages and pages script stops executing

I'm new to PHP and am having some problems with my login system. I built a login system that works on local host without any problems, but I'm having some issues on my server that seem weird. When I log in to my site on the server, it logs me into…
virumque
  • 31
  • 2
0
votes
0 answers

While restore document from DB to app server, get error Allowed memory size of xxxxxxx bytes exhausted (tried to allocate xxxxx bytes)

hi i want to restore the documents that i save in the database with base64 format and copy into laravel storage file folder. this is because my server get a crash. so here is my code to restore the document from database table into folder in…
0
votes
0 answers

Localhost is not displaying incoming https

I am using MAMP as my local host and PHP 7.3.8 as my localhost. On my site I am trying to connect to google maps as follows: $url =…
Ria
  • 516
  • 6
  • 24
0
votes
1 answer

The mysqli extension is missing. Please check your PHP configuration , even though file is available in defined path

I have followed all the steps mention in https://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC and checked file paths and those are correct. Even after that I am getting an error "The mysqli extension is missing. Please check your PHP…