Archive
Home » Blog
Home » Blog
allinanchor:If you start your query with allinanchor:, Google restricts results to pages containing all query terms you specify in the anchor text on links to
Edit the backend user and paste the following line to the TSconfig field: # Enable system clear cache options.clearCache.system = 1
Edit the backend user and paste the following line to the TSconfig field: # Clear cache after saving TCEMAIN.clearCacheCmd = all # Don’t forget to
Edit the TYPO3 backend user and paste the following lines to the TSconfig field: # Display uid numbers in front of the page title options.pageTree.showPageIdWithTitle
Change directory to your project: cd /repo/your-project git rm -r –cached .idea git rm -f .idea/ git commit -m ‘[TASK] Removed .idea folder from repository’
Steps to exclude .idea folder globally in phpstorm: Create this file: C:\Users\Bas\gitignore_global.txt Add this contents: ? 1 2 3 4 5 6 7 8 9
Ever wondered how to fix this error? First you have to enable the extbase debugger by adding below line to the setup field of your
public function image_type_to_extension($imagetype, $include_dot = false) { if (empty($imagetype)) { return false; } if ($include_dot) { $dot = ‘.’; } else { $dot = ”;
public function xml2array($contents, $get_attributes = 0) { if (!$contents) { return array(); } if (!function_exists(‘xml_parser_create’)) { //print “‘xml_parser_create()’ function not found!”; return array(); } //Get