Giter Club home page Giter Club logo

Comments (7)

dmitryd avatar dmitryd commented on June 19, 2024 2

@mbrodala

Is there anything you can do here or does this need a fix in TER?

As you can see in the tagged version, the file is correct.

If I remember correctly, ext_emconf.php does not exist in TER at all. It is generated by TER when the user downloads the extension. So I cannot do anything regarding TER. You can also indirectly see a confirmation of it because comment at the top of TER file is different from the comment in git. Also information array is different (no comment or user field in TER version). So it is definitely not my file.

I would recommend to use composer and "dmitryd/typo3-realurl" package, not TER.

from typo3-realurl.

mbrodala avatar mbrodala commented on June 19, 2024

What exactly do you mean? This file is fully valid:

https://github.com/dmitryd/typo3-realurl/blob/2.6.1/ext_emconf.php

from typo3-realurl.

t3webman avatar t3webman commented on June 19, 2024

the file I pulled from the repository had all the trailing quotation marks missing ...
I install manually ... no idea where that happened. only that when I tried to handle the extension in the BE I got errors ...

from typo3-realurl.

linawolf avatar linawolf commented on June 19, 2024

I can confirm. The Version of the file as pulled from TER has quotation marks missing and crashes an installation. For example the quotation mark at the end of description is missing.

from typo3-realurl.

mbrodala avatar mbrodala commented on June 19, 2024

Indeed, that version is broken:

<?php

/**
 * Extension Manager/Repository config file for ext "realurl".
 *
 * Auto generated 27-04-2020 11:18
 *
 * Manual updates:
 * Only the data in the array - everything else is removed by next
 * writing. "version" and "dependencies" must not be touched!
 */

$EM_CONF[$_EXTKEY] = array(
	'title' => 'Speaking URLs for TYPO3,
	'description' => 'Makes TYPO3 URLs search engine friendly. Donations are welcome to [email protected]. They help to support the extension!,
	'category' => 'services,
	'shy' => 1,
	'version' => '2.6.1,
	'priority' => ',
	'loadOrder' => ',
	'module' => ',
	'state' => 'stable,
	'uploadfolder' => 1,
	'createDirs' => ',
	'modify_tables' => 'pages,pages_language_overlay,
	'clearcacheonload' => 1,
	'lockType' => ',
	'author' => 'Dmitry Dulepov,
	'author_email' => '[email protected],
	'author_company' => ',
	'CGLcompliance' => ',
	'CGLcompliance_note' => ',
	'constraints' => array(
		'depends' => array(
			'typo3' => '6.2.0-8.9.999,
			'php' => '5.4.0-7.3.999,
			'scheduler' => '6.2.0-8.9.999,
		),
		'conflicts' => array(
			'cooluri' => ',
			'simulatestatic' => ',
		),
	),
);

from typo3-realurl.

mbrodala avatar mbrodala commented on June 19, 2024

@dmitryd Is there anything you can do here or does this need a fix in TER?

from typo3-realurl.

rl-saen avatar rl-saen commented on June 19, 2024

I am running into the same problem at the moment when downloading dmitryd/typo3-realurl from packagist.

Found a TER dependency deep down. Setting it to packagist fixed the problem.

from typo3-realurl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.