• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

php.ini for Single Domain?

R

Revenant

Guest
Hey,

installed Drupal 7.7 as App on Plesk 10.3 running on Windows Server 2008.

It is (automatically) correctly installed and hosted, but I got an error when necessary updating the Database:

"register_globals" needs to be off for Drupal to work properly. In the Master php.ini it is set Off. Also I cant find any file on my Server, that sets the value On again, even in the Plesk Installation Path or inetpub\*.

phpinfo() keeps telling me on all Domains hosted with Plesk that the local value is On, and Master is Off.

How can I fix that? Where can I find that Override apparently made by Plesk?

Or how can I switch this setting before/while installing Drupal?

Thanks, Rev
 
change HKLM/SOFTWARE/PHP/Per Directory Values/C/Inetpub/vhosts/domain_name/httpdocs/prupal/register_globals from 1 to 0
 
did not work for me

Windows Server 2008 R2 SP1 with IIS7 and Plesk 10.2.0

tried to set the registry val. -> not working
in HKLM/SOFTWARE is no PHP Key
tried to set it in HKLM/SOFTWARE/Wow6432Node/PHP but dont work.

also tried to copy a customized php.ini in the httpdocs folder -> also did not work.


Whats wrong? how to set register_globals = on for a single domain?
how to provide a custom php.ini for each customer domain??
 
Windows Server 2008 R2 SP1 with IIS7 and Plesk 10.2.0

tried to set the registry val. -> not working
in HKLM/SOFTWARE is no PHP Key
tried to set it in HKLM/SOFTWARE/Wow6432Node/PHP but dont work.

also tried to copy a customized php.ini in the httpdocs folder -> also did not work.


Whats wrong? how to set register_globals = on for a single domain?
how to provide a custom php.ini for each customer domain??

Hi, I have the same problem, nobody answers?
 
Hello again!

Please, can someone from Parallels Team asnwer?
 
Back
Top