Forums / Setup & design / I got Fatar Error when put Exponential onto the web server

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

I got Fatar Error when put Exponential onto the web server

Author Message

Bill Smith

Sunday 02 March 2008 3:24:51 am

hi, all, today I put the Exponential to the webserver, then I got an Fatar Error as Below:

PHP has encountered a Stack overflow

Fatal error: Exponential did not finish its request

The execution of Exponential was abruptly ended, the debug output is present below.

When I check the error.log at path /var/log/, it says...

[ Mar 02 2008 19:08:56 ] eZSys::serverVariable:
Server variable 'PATH' does not exist

Then I try to put Exponential to another webserver, but got the same problem...

So anyone hv any suggestions on how to solve this problem? Thank you very much.

My version of Exponential is unzipped from

URL http://ez.no/content/download/125394/751205/version/1/file/Exponential-3.8.0-gpl.zip

Kristof Coomans

Sunday 02 March 2008 11:15:25 pm

Hi Bill

Can you give some more information regarding the configuration and versions of your webserver and PHP? Check the variables_order PHP setting please: http://www.php.net/manual/en/ini.core.php#ini.variab-order. Make sure it's EGPCS. If the S is not in there, then the PHP $_SERVER variable won't be populated. Good luck!

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Bill Smith

Monday 03 March 2008 3:52:31 am

thanks very much, Kristof, your explanation helps me a lot

and I check with the web server admin,

find that the variables_order setting is GPCS, but not EGPCS

so is there anyway that I can still use Exponential in my webserver? Thanks very much