open-oap / open-oap

open application plattform -
GNU General Public License v3.0
1 stars 3 forks source link

Various Issues Encountered During Extension Installation and Configuration #8

Open lifecounter opened 6 months ago

lifecounter commented 6 months ago

Hello,

I'm attempting to install and configure your extension, but I'm encountering several issues that hinder my progress. Here's a detailed breakdown of the problems:

Template Resolution Error: After installing the extension and configuring it according to the documentation (including the structure of content elements), I'm faced with an error stating, "Tried resolving a template file for controller action 'Standard->index' in format '.html', but none of the paths contained the expected template file. No paths configured." Disabling the last two lines in setup.typoscript eliminates the error, but it's unclear which functionalities I might be losing by doing this.

FE-User Issue: Creating a Front-End (FE) user that should be able to log in triggers the following error: "An error occurred trying to process items for field 'Country' (PHP Warning: Undefined array key 0 in /var/www/html/public/typo3conf/ext/open_oap/Classes/UserFunctions/FormEngine/TypeSelectItemsProcFunc.php line 33)." Although I've created a "Group Country" option and it seems selectable, I could only remove this error by modifying TypeSelectItemsProcFunc.php, which might cause other issues elsewhere.

Frontend Plugin Errors: The plugins are generating errors on the frontend. Is this expected behavior when no records have been created yet?

PHP Warnings on Dashboard and Proposal Pages: On the Dashboard page, I get "PHP Warning: Undefined variable $proposalsActive in /var/www/html/public/typo3conf/ext/open_oap/Classes/Controller/ApplicantController.php line 213." On the Proposal page, there's "PHP Warning: Undefined variable $archived in /var/www/html/public/typo3conf/ext/open_oap/Classes/Controller/ApplicantController.php line 251." Proposal Form and Notifications: I encounter an "An argument 'action' does not exist for this request" error for both the proposal form and notifications. Is there a step I'm missing here?

Empty Output from Oap Applicant Form: The output for the oap applicant form is just

. Should it be like this, or am I facing an issue?

Unclear Terms in Documentation: What are "GIZ" and "DEG Country Info"? These terms are not found in the documentation.

Database and Site Package Requirements: Is a database download required, or is there a site package available for using the extension? The constants already include numerous page IDs.

I've tried various troubleshooting steps, such as performing a database compare, clearing caches, etc., but to no avail. Would it be more appropriate to test this extension with TYPO3 10?

I appreciate any guidance or suggestions you can provide to resolve these issues.

Thank you.

open-oap commented 5 months ago

Thank you for your query. During development we focused on the new PHP version and new functions for open-oap 1.3.1. After the Typo3 update to version 12 in the upcoming months we will focus on the topic of installation.