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

Undefined property StartNewElement::$settings #6

Open
simplethingsgmbh opened this issue May 12, 2023 · 3 comments
Open

Undefined property StartNewElement::$settings #6

simplethingsgmbh opened this issue May 12, 2023 · 3 comments

Comments

@simplethingsgmbh
Copy link

When inserting a plugin on a page, an error occurs:

PHP Warning: Undefined property: Xima\XmFormcycle\Form\Element\StartNewElement::$settings in typo3conf/ext/xm_formcycle/Classes/Form/Element/StartNewElement.php line 28

TYPO3 11.5.27
xm_formcycle 8.0.1

@JulianXIMA
Copy link
Contributor

@simplethingsgmbh thanks for your feedback. Which PHP-Version are you using?

@simplethingsgmbh
Copy link
Author

PHP 8.1.14

@sterborg
Copy link

The line 28 can probably be removed as the variable $selProjectId is not used in the file.

$selProjectId = $this->settings['xf']['xfc_p_id'];

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

3 participants