| ( ! ) Warning: require_once(): Unable to allocate memory for pool. in /var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/classes/class.oomedia.inc.php on line 116 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 245152 | {main}( ) | .../index.php:0 |
| 2 | 0.0909 | 3828864 | rex_article_base->getArticleTemplate( ) | .../index.php:55 |
| 3 | 0.0915 | 3875008 | eval( '?>getFile();
?>
getValue("article_id"));
echo $this->getArticle();
?>
| .../class.rex_article_base.inc.php:395 |
| 4 | 0.0918 | 3876120 | include( '/var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/generated/templates/4.template' ) | .../class.rex_article_base.inc.php(395) : eval()'d code:5 |
| 5 | 0.1138 | 4282912 | OOMedia::getMediaByFileName( ) | .../4.template:34 |
| ( ! ) Warning: require_once(): Unable to allocate memory for pool. in /var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/classes/class.ooarticle.inc.php on line 41 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 245152 | {main}( ) | .../index.php:0 |
| 2 | 0.0909 | 3828864 | rex_article_base->getArticleTemplate( ) | .../index.php:55 |
| 3 | 0.0915 | 3875008 | eval( '?>getFile();
?>
getValue("article_id"));
echo $this->getArticle();
?>
| .../class.rex_article_base.inc.php:395 |
| 4 | 0.0918 | 3876120 | include( '/var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/generated/templates/4.template' ) | .../class.rex_article_base.inc.php(395) : eval()'d code:5 |
| 5 | 0.1191 | 4312208 | seo42::getLangTags( ) | .../4.template:114 |
| 6 | 0.1206 | 4318216 | OOArticle::getArticleById( ) | .../class.seo42.inc.php:236 |
| ( ! ) Warning: require_once(): Unable to allocate memory for pool. in /var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/classes/class.ooarticle.inc.php on line 41 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 245152 | {main}( ) | .../index.php:0 |
| 2 | 0.0909 | 3828864 | rex_article_base->getArticleTemplate( ) | .../index.php:55 |
| 3 | 0.0915 | 3875008 | eval( '?>getFile();
?>
getValue("article_id"));
echo $this->getArticle();
?>
| .../class.rex_article_base.inc.php:395 |
| 4 | 0.0918 | 3876120 | include( '/var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/generated/templates/4.template' ) | .../class.rex_article_base.inc.php(395) : eval()'d code:5 |
| 5 | 0.1191 | 4312208 | seo42::getLangTags( ) | .../4.template:114 |
| 6 | 0.1235 | 4325984 | OOArticle::getArticleById( ) | .../class.seo42.inc.php:236 |
| ( ! ) Warning: require_once(): Unable to allocate memory for pool. in /var/www/vhosts/h221300.host218.alfahosting-server.de/html/neues/redaxo/include/classes/class.oomedia.inc.php on line 116 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 245152 | {main}( ) | .../index.php:0 |
| 2 | 0.0909 | 3828864 | rex_article_base->getArticleTemplate( ) | .../index.php:55 |
| 3 | 0.0915 | 3875008 | eval( '?>getFile();
?>
getValue("article_id"));
echo $this->getArticle();
?>
| .../class.rex_article_base.inc.php:395 |
| 4 | 0.1408 | 4366248 | rex_article->getArticle( ) | .../class.rex_article_base.inc.php(395) : eval()'d code:45 |
| 5 | 0.1478 | 4425336 | eval( '?>ctype == '1' || ($this->ctype == '-1')) { ?> 1) { foreach ($REX['CLANG'] as $id => $name) { if ($REX['CUR_CLANG'] == $id) { $language = '_'.seo42::getLangCode($id); } } } if("jakub_julian_ziolkowski__untitled__jaguar_paw___2016_oil_on_canvas__62_x_55_cm_2.jpg" != '') { $rexMobile = $REX['MOBILE']; if($REX['REDAXO']) $rexMobile = 'redaxo'; $imageType = 'rex_gallery_slider_'.$rexMobile; $popUpLink = 'true'; $imageFiles = explode(',','jakub_julian_ziolkowski__untitled__jaguar_paw___2016_oil_on_canvas__62_x_55_cm_2.jpg'); $counter = 0; $filesList = ''; foreach($imageFiles as $imageFile) { $media = OOMedia::getMediaByFilename($imageFile); // get title and description if (OOMedia::isValid($media)) { $title = $media->getValue('title'); $description = $media->getValue('med_description'.$language); } else { $title = ''; $description = ''; } // get media dir if (isset($REX['MEDIA_DIR'])) { $mediaDir = $REX['MEDIA_DIR']; } else { $mediaDir = 'files'; } // generate image url $imageUrl = $REX['HTDOCS_PATH'] . $mediaDir . '/' . $imageFile; // generate image manager url if (method_exists('seo42', 'getImageManagerFile')) { $imageManagerUrl = seo42::getImageManagerFile($imageFile, $imageType); } elseif (method_exists('seo42', 'getImageManagerUrl')) { // compat $imageManagerUrl = seo42::getImageManagerUrl($imageFile, $imageType); } else { if ($REX['REDAXO']) { $imageManagerUrl = $REX['HTDOCS_PATH'] . 'redaxo/index.php?rex_img_type=' . $imageType . '&rex_img_file=' . $imageFile; } else { $imageManagerUrl = $REX['HTDOCS_PATH'] . 'index.php?rex_img_type=' . $imageType . '&rex_img_file=' . $imageFile; } } // get dimensions of image manager image $resizedFile = $REX['INCLUDE_PATH'] . '/generated/files/image_manager__' . $imageType . '_' . $imageFile; $imageSize = @getimagesize($resizedFile); if ($imageSize != false) { $imageDimensions = ' width="' . $imageSize[0] . '" height="' . $imageSize[1] . '"'; } else { $imageDimensions = ''; } // html code //just for the Slider if("rex_gallery_slider" == 'rex_gallery_slider' && $counter == '0') $filesList .= ' | .../class.rex_article.inc.php:126 |
| 6 | 0.1478 | 4427616 | OOMedia::getMediaByFileName( ) | .../class.rex_article.inc.php(126) : eval()'d code:28 |
ÖL auf Leinwand 62 x 50 cm
Dank an die Fundacja Galerii Foksal in Warschau