Ok, I searched the code and it seems that the height-parameter doesn't really matter at all. To change this, put the following lines in pfcglobalconfig.class.php in function pfcGlobalConfig( $params = array() )
// setup height if ((isset($params["height"]))&&($params["height"]>0) ) $this->height = $params["height"];
This should do the trick and the height parameter should be considered by the program again.
Anyway demo2_simple_with_params.php is really a joke:
1) The height-parameter is not considered. (Fix: Apply the patch above!) 2) The width-parameter is no parameter in version 1 (Fix: Remove the parameter. If you need a certain width, wrap the Container in a DIV) 3) The debug-option is set, but version 1 has no debug folder with the necessary files. (Fix: Take the debug-folder from version 0.93)
(I'm no php-programmer, but it works for me now.)
Somebody should either fix or remove this demo. It's really annoying if even the demos don't work.
Ah, and there's still a dead link on the "Required configuration"-page in the last line.