Git Product home page Git Product logo

faq's Introduction

EXT:faq

faq's People

Contributors

florianpat avatar garfieldius avatar hdnetmaxamann avatar hoermannklaus avatar josefglatz avatar lochmueller avatar micron avatar nicodh avatar ochorocho avatar raphaelweber avatar reneroboter avatar rmorzh avatar sirdiego avatar vkemeter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

faq's Issues

TYPO3 9.5: @inject is deprecated

PHP Annotiation @inject is replaced by @TYPO3\CMS\Extbase\Annotation\Inject.

Don't know if it's enough to provide both - depending on what TYPO3 core extensions you want to support in this extension.

User manual

Hi, why this extension doesn't have a user manual?

manual sorting

Hi,
In my case I need manual sorting hence I used the selection mode and selected faq datasets. But on webpage, I just get message "no faqs found". Did I something wrong?

grafik

Undeclared arguments passed to ViewHelper

TYPO3 9.5.x
faq 3.0.0
Standard-Templates

Results in this error message:

Undeclared arguments passed to ViewHelper HDNET\Faq\ViewHelpers\Widget\VoteViewHelper: question, counters. Valid arguments are: customWidgetId

User questions "FAQ Eingabe" are not submitted

TYPO3 7.6.4
tx_faq v1.0.1
sr_freecap v2.3.1
autoloader v1.11.4

Hi,

see above my local configuration with which a user question (module "FAQ Eingabe") in the EXT tx_faq won't be sent or prepared as a data record in the sys folder.

Thanks for hints in advance,
Regards
Thorsten

TYPO3 9.5: @ignorevalidation deprecated

The :php:@ignorevalidation annotation has been deprecated and must be replaced with the doctrine annotation
:php:@TYPO3\CMS\Extbase\Annotation\IgnoreValidation.

no css file

I am not sure if i use the extension correctly but there seems to be no css file to style it. Is that correct? Basically its functionality only and one has to adapt the templates to work with bootstrap or other css frameworks?

Separate FAQ use in multi-domain

Hi,

I've got a multi-domain installation in which I want to use a faq plugin on each domain. Is there I setting I can do to separate their categories? Right now I can choose the categories from domain A also in the faq entries within domain B.

Thanks for any hint,
Regards
Griebie

Error on form submit when selecting a category in the dropdown

faq: 2.10
autoloader: 5.0.3
Typo3: 8.7.17

If the form is sent, an error message appears, because the cHash parameter in the form is probably not passed correctly? The link (with CHash) to access all categories works as expected.

Page not found
The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)

TYPO3 v9.5 Doctrine AnnotationException thrown

The Annotations @cache and @donotvalidate cause exceptions in the Doctrine annotation handling.

These annotations are used in the FaqController in two actions:

  • teaserAction (@cache)
  • formAction (@donotvalidate)

eg:

(1/1) Doctrine\Common\Annotations\AnnotationException [Semantical Error] The annotation "@cache" in method HDNET\Faq\Controller\FaqController::teaserAction() was never imported. Did you maybe forget to add a "use" statement for this annotation?

the doctrine documentation tells me, you can add a

@IgnoreAnnotation("cache")
@IgnoreAnnotation("donotvalidate")

to the doc comment block of the FaqController to prevent Doctrine using this Annotations.

dont know if that has any side effects in the TYPO3 eco-system, but it seemed to work in my simple test.

$_EXTKEY not available in TYPO3 9.5 Configuration/TCA/Overrides

Usage of empty $_EXTKEY in Configuration/TCA/Overrides/pages.php leads to unexpected results in TCE, where all pages that have no module selected seem to contain FAQ. The reason is that the value for FAQ is empty at that point.
Please use different config files for different TYPO3 versions or explicite naming.

Issue with setup faq / autoloader

I installed faq and autoloader via composer.
Not the typo3 instance is not running anymore:

request="" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'HDNET\Autoloader\Loader' not found | Error thrown in file /Users/.../web/typo3conf/ext/autoloader/ext_localconf.php in line 12.

The class itself is available and fine. Any ideas?

ext_tables.sql

Hello,

There are no ext_tables.sql file. This file contains the SQL structure.

Is it normal?

Native TYPO3 categories

It would be nice if the FAQ would use TYPO3's native categories instead of adding its own category record type.

ERROR faq.php Line 73

I have installed the autoloader and the faq. Included the typoscript in an ext template. but i get this in the frontend.

Core: Exception handler (WEB): Uncaught TYPO3 Exception: trim() expects parameter 1 to be string, null given | TypeError thrown in file /html/typo3/typo3conf/ext/faq/Classes/Domain/Model/Request/Faq.php in line 73. Requested URL: https://greenstand.org/faq

not resolved dependency

unresolved dependency on Typo3 9.5

Using version ^3.0 for lochmueller/faq
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals

  • Installing lochmueller/faq (3.0.0): Downloading (100%)
    Writing lock file
    Generating autoload files
    Generating class alias map file
    Inserting class alias loader into main autoload.php file

typo3cms install:fixfolderstructure
The following directory structure has been fixed:
typo3cms install:generatepackagestates

[ UnexpectedValueException ]
The package "faq" depends on "autoloader" which is not present in the syste
m.

install:generatepackagestates [--framework-extensions FRAMEWORK-EXTENSIONS] [--excluded-extensions EXCLUDED-EXTENSIONS] [--activate-default]

Script typo3cms install:generatepackagestates handling the typo3-cms-scripts event returned with error code 255
Script @typo3-cms-scripts was called via post-autoload-dump

Installing the extension leads to not solvable DB compare error

Version installed: 3.0.0
Typo3: 8.7.27
Reproduce:
Install the extension
Install Tool -> Compare current database with specification
Mark:

ALTER TABLE `tx_faq_domain_model_question` ADD `uid` INT AUTO_INCREMENT NOT NULL
ALTER TABLE `tx_faq_domain_model_question` ADD PRIMARY KEY (uid)
ALTER TABLE `tx_faq_domain_model_questioncategory` ADD `uid` INT AUTO_INCREMENT NOT NULL
ALTER TABLE `tx_faq_domain_model_questioncategory` ADD PRIMARY KEY (uid) 

This is always show.
Click Execute

Error:


Database update failed

Error: Incorrect table definition; there can be only one auto column and it must be defined as a key
Database update failed

Error: Key column 'uid' doesn't exist in table
Database update failed

Error: Incorrect table definition; there can be only one auto column and it must be defined as a key
Database update failed

Error: Key column 'uid' doesn't exist in table

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.