• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Where is my php.ini in subdomain? (Nginx)

jaumealcantarago

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Plesk Obsidian Version 18.0.56 Update #3
Hello everyone, I am very new to server management and I am quite lost.
I hired a VPS to be able to host software for my clients and attach a domain of which I have generated a subdomain, right here I have loaded my Symfony 5 project, to be able to do the doctrine (It is a generator of entities in the DB) I need to access the file php.ini to enable the pdo_mysql extension.
In the general Plesk panel I have already put version 7.4 of PHP and I have touched the php.ini but I understand that it does not affect my subdomain, I am quite lost as I say.

I would greatly appreciate some help

all the best
 
Hi

Plesk extensions are enabled globally, are you sure pdo is enabled ?

You can add extension from plesk panel How to enable/disable PHP extensions in Plesk? - Support Cases from Plesk Knowledge Base

Please check phpinfo(); and see if you not have any orther problem

You cant not edit php.ini for domain manually, plesk will overwrite your changes, but you can add aditional php directives to your domains under PHP configuration for that domain in " aditional php directives"
 
Back
Top