This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== Output file will be in /var/folders/bs/6mh2f17x4pg1q2fcln_xzv_c0000gn/T/ddev-debug-test.txt ======== | |
======== Existing project config ======== | |
ddev installation alternate locations: | |
/opt/homebrew/bin/ddev | |
/usr/local/bin/ddev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* RealURL configuration for the default host | |
*/ | |
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT'] = array( | |
// General configuration | |
'init' => array( | |
'appendMissingSlash' => 'ifNotFile', | |
), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception: | |
Traceback (most recent call last): | |
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main | |
status = self.run(options, args) | |
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run | |
prefix=options.prefix_path, | |
File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 725, in install | |
requirement.uninstall(auto_confirm=True) | |
File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 752, in uninstall | |
paths_to_remove.remove(auto_confirm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Cobweb\FlushLanguageCache\Toolbar; | |
/** | |
* This file is part of the TYPO3 CMS project. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'image' => array( | |
'exclude' => 0, | |
'label' => 'LLL:EXT:lima/Resources/Private/Language/locallang_db.xml:fe_users.image', | |
'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( | |
'image', | |
array( | |
'appearance' => array( | |
'createNewRelationLinkTitle' => 'LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference' | |
), | |
// Override sys_file_reference types to show no additional input fields in FAL relation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*************************************************************** | |
* Copyright notice | |
* | |
* (c) 2010 Francois Suter (Cobweb) <[email protected]> | |
* All rights reserved | |
* | |
* This script is part of the TYPO3 project. The TYPO3 project is | |
* free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*************************************************************** | |
* Copyright notice | |
* | |
* (c) 2013 Francois Suter <[email protected]> | |
* All rights reserved | |
* | |
* This script is part of the Typo3 project. The Typo3 project is | |
* free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['softRefParser'][$_EXTKEY] = 'Tesseract\Templatedisplay\Service\SoftReferenceParser'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$output26 = ''; | |
$output26 .= ' | |
<ol> | |
<li> | |
'; | |
// Rendering ViewHelper Tx_Fluid_ViewHelpers_RenderViewHelper | |
$arguments27 = array(); | |
$arguments27['partial'] = 'DmdeMobile/TrainingDetail'; | |
// Rendering Array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Cobweb\Monitoring\ViewHelpers; | |
/* * | |
* This script belongs to the FLOW3 package "Cobweb.Monitoring". * | |
* * | |
* 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. * | |
* * |
NewerOlder