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

unexpected 'AutomatedExportRepositoryInter' (T_STRING) #26

Closed
dtamajon opened this issue Feb 8, 2021 · 5 comments
Closed

unexpected 'AutomatedExportRepositoryInter' (T_STRING) #26

dtamajon opened this issue Feb 8, 2021 · 5 comments

Comments

@dtamajon
Copy link

dtamajon commented Feb 8, 2021

Latest version has multiple errors regarding to Model/AutomatedExport/Cron.php:

1.- Uncaught Error: Class 'Xtento\OrderExport\Model\AbstractAutomaticExport' not found
Xtento is not a regular class found in Magento. I found it is related to a commercial module.

2.- unexpected 'AutomatedExportRepositoryInter' (T_STRING)
The syntax used is not compatible with PHP 7.3

Error regarding to Model/ResourceModel/AutomatedExport.php:
3.- unexpected 'AutomatedExportLinkFactory' (T_STRING)
The syntax used is not compatible with PHP 7.3

Error regarding to Model/Service/CreateDynamicCron.php:
4.- unexpected 'ValueFactory' (T_STRING)
The syntax used is not compatible with PHP 7.3

Error regarding to Model/Service/DeleteDynamicCron.php:
5.- unexpected 'ValueFactory' (T_STRING)
The syntax used is not compatible with PHP 7.3

@lucaspaiva1
Copy link

Same problem here.

@ggm-dev
Copy link

ggm-dev commented Mar 10, 2021

Same issue here - did anyone find a resolution?

@dtamajon
Copy link
Author

We are working in a fork until the problem is solved in main project:
https://github.com/litesolutions/magento2-customreports

@jantzenw
Copy link
Collaborator

Hi,

Sorry for the delay. These issues should be fixed with the latest commits in the master branch. Please let me know if there's something I missed.

@jantzenw
Copy link
Collaborator

jantzenw commented Feb 1, 2022

Per above, this issue should have been fixed in the latest master branch, or in version 1.2.

However, version 2.0 (releasing soon) drops support for PHP 7.3 and reintroduces typed properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants