Skip to content

Instantly share code, notes, and snippets.

View GerDner's full-sized avatar

Philipp Bucher GerDner

View GitHub Profile
<?php
echo "test";
?>
git clone test.de
@GerDner
GerDner / exception
Created September 17, 2013 09:35
Exception
Uncaught Exception
Execution of subprocess failed with exit code 1 and output:
Uncaught Exception
Notice: Undefined variable: modifiedClassNamesWithUnderscores in
/var/www/flow/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Cache/CacheManager.php
line 232
More Information
{
"name": "typo3/flow-base-distribution",
"description" : "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.0.*",
<?php
namespace Lindenbraeu\Buchix\Validation\Validator;
/* *
* This script belongs to the TYPO3 Flow framework. *
* *
* It is free software; you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License, either version 3 *
* of the License, or (at your option) any later version. *
* *
<?xml version="1.0"?>
<phpunit strict="true"
bootstrap="UnitTestBootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="All tests">
<directory>../../Packages/Application/Lindenbraeu.Buchix/Tests/Unit</directory>
</testsuite>
backend_layout {
colCount = 1
rowCount = 2
rows {
1 {
columns {
1 {
name = Advertising-Top
colPos = 2
}
config {
sys_language_mode = content_fallback; 0
config.sys_language_overlay = hideNonTranslated
sys_language_uid = 0
linkVars = L
language = en
locale_all = en_EN.UTF-8
}
var html = "<div class='fancyboxContainer container'>\n\
<div class='headline' style='font-weight:bold;font-size:15px;margin-bottom:10px;'>"+ Navigate.options.Translations.ChooseShippingCountry.yourShippingCountry +
"</div>\n\
<p>"+ Navigate.options.Translations.ChooseShippingCountry.yourShippingCountryTextOne +"</p>";
html += $(".language-select").html();
html += "<div id='saveAndContinueShopping' class='button'>"+ Navigate.options.Translations.ChooseShippingCountry.saveAndContinueShopping+"</div></div>";
$.fancybox(html);
var scrollTop = jQuery('body').scrollTop();
// die Topbar muss subtrahiert werden
$('.fancybox-wrap').css({top:scrollTop+'px!important'});
{
"name": "typo3/flow-base-distribution",
"description": "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.2.*",