variables_order = "EGPCS"

Author Message

Steven Stieng

Thursday 29 April 2010 6:23:57 am

When installing eZ, I get the following Issue:
1. PHP does not register environment variables
PHP is currently not configured to register enviroment variables in the global variable $_ENV.
To fix this, edit your php.ini configuration and add E to the variables_order setting. /* CSS Document */
 
Looking in my php.ini file, I see the following:

; variables_order
Default Value: "EGPCS"

 Why do I get this issue when variables_order already has the E?

Gaetano Giunta

Thursday 29 April 2010 9:25:06 am

What you have shown here is a comment, not the actual value. Besides the server might be picking up another php.ini from the one you are reading... Last but not least I do not remember E having been part of the defaults ever, maybe it started with php 5.2...

To see the actual value in use, better drop a phpinfo(); page on you server and run it.

Principal Consultant International Business
Member of the Community Project Board

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 00:57:01
Script start
Timing: Jan 30 2025 00:57:01
Module start 'layout'
Timing: Jan 30 2025 00:57:01
Module start 'content'
Timing: Jan 30 2025 00:57:01
Module end 'content'
Timing: Jan 30 2025 00:57:01
Script end

Main resources:

Total runtime0.0213 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0077 588.1328151.2109
Module start 'layout' 0.00770.0031 739.343836.6641
Module start 'content' 0.01080.0087 776.007890.2656
Module end 'content' 0.01950.0017 866.273429.9922
Script end 0.0212  896.2656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002712.7479140.0002
Check MTime0.00104.6830140.0001
Mysql Total
Database connection0.00209.415310.0020
Mysqli_queries0.003114.438930.0010
Looping result0.00000.056010.0000
Template Total0.00125.510.0012
Template load0.00094.042010.0009
Template processing0.00031.461310.0003
Override
Cache load0.00052.420510.0005
General
dbfile0.003114.556680.0004
String conversion0.00000.038140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs