Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private folder is missing #24

Closed
MrSilaz opened this issue Mar 19, 2018 · 9 comments
Closed

Private folder is missing #24

MrSilaz opened this issue Mar 19, 2018 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@MrSilaz
Copy link

MrSilaz commented Mar 19, 2018

Hi,
i get this error on install your Extensioion (1.3.1)

Fatal error: require(): Failed opening required '/home/www/......../typo3/typo3conf/ext/typo3_debugbar/Resources/Private/ExtensionArtifacts/autoload.php' (include_path='.:') in /html/typo3/typo3conf/ext/typo3_debugbar/ext_localconf.php on line 8

You have forgot the Private folder to upload (in release 1.3.1)

BR

@Konafets
Copy link
Owner

Fixed in 5a6c676

@Konafets
Copy link
Owner

Can you try version 1.3.3?

@Konafets Konafets self-assigned this Mar 19, 2018
@Konafets Konafets added the bug Something isn't working label Mar 19, 2018
@MrSilaz
Copy link
Author

MrSilaz commented Mar 19, 2018

Next one ;-) i dont have any Libraries folder :-/

Fatal error: require(): Failed opening required 'phar:///....../typo3/typo3conf/ext/typo3_debugbar/Resources/Private/ExtensionArtifacts/../../../Libraries/debugbar.phar/vendor/autoload.php' (include_path='.:') in /....../typo3/typo3conf/ext/typo3_debugbar/Resources/Private/ExtensionArtifacts/autoload.php on line 5

@Konafets
Copy link
Owner

Konafets commented Mar 19, 2018

Please answer the following questions:

  1. What kind is your TYPO3 installation? Composer or classical
  2. How do you install this extension

@MrSilaz
Copy link
Author

MrSilaz commented Mar 20, 2018

Its a classical on Mittwald.de, extension was downloaded from github and manually uploaded

@Konafets
Copy link
Owner

Konafets commented Mar 20, 2018

Any reason why you don't use the TER via the Extension Manager?

@MrSilaz
Copy link
Author

MrSilaz commented Mar 20, 2018

When I tested it, the version here in github was newer than the one in TER and here was still this #12 Error.

@Konafets
Copy link
Owner

Short: The latest version at TER is the same as here and contains the Library folder + the PHAR file.

Some background:
The including PHAR file in the Library folder is just a workaround to provide the external composer dependencies to classical TYPO3 installations since the EM is not able to install those by its own.

I don't want to add the PHAR to the repository because it pollutes the folder and needs to be updated regularly – all things which are handled by composer. The current workflow is, that I create a release here, then I prepare the ZIP file for TER by removing all unneeded files, create the PHAR file, pack everything and upload this to TER. I am currently working on automating this part.

@MrSilaz
Copy link
Author

MrSilaz commented Mar 20, 2018

Version in TER works fine, thanks :-)

@MrSilaz MrSilaz closed this as completed Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants