Code Monkey home page Code Monkey logo

Comments (4)

NamelessCoder avatar NamelessCoder commented on July 23, 2024

Hi @vaxul - sorry for the delay in responding. Is the same problem relevant if you upgrade directly to Flux 5.3.0? I'm guessing you could be affected by a recurring 4.x branch issue with field names not being passed to a hook the way they should - and this should be finally solved in 5.3.0 (but if that fails then please do try the Git master; I'm not exactly sure if the fix in question is part of 5.3.0, it was written right around the release of 5.3.0.

Cheers,
Claus

from flux.

vaxul avatar vaxul commented on July 23, 2024

Hi Claus,

I try an update to 5.3.0. Here is it the same: "No fields found in form" within the "Plug-In"-tab. In the frontend is all fine.

If I do a fresh install from git-master, I get the same error in the backend and a new error in frontend:
"Fatal error: require(): Failed opening required '/path/to/page/htdocs/typo3conf/ext/flux/Classes/Service/FlexForm.php' "

I have tried to truncate the database tables 'cf_extbase_object', 'cf_extbase_object_tags', 'cf_extbase_reflection', 'cf_extbase_reflection_tags' and I have deleted the "temp_CACHED_xxx.php" files.

Greets

Vaxul

from flux.

NamelessCoder avatar NamelessCoder commented on July 23, 2024

Hi Vaxul,

Sorry for the delay, missed the notification email.

The class Tx_Flux_Service_FlexForm has been removed, merged into Tx_Flux_Service_FluxService - so depending on your situation you should do one of three things:

  • If you only use Flux (no fluidpages, fed, fluidcontent, notify, dialog etc): make sure you truncate all files in typo3temp, not just the temp_CACHED_* files. This will make sure the PHP-cached Fluid ViewHelpers are also rebuilt.
  • If you use fluidpages / fluidcontent: make sure you also update those, then repeat cache clearing steps (if necessary, also typo3temp truncation step).
  • If you manually used the Tx_Flux_Service_FlexForm class, simply replace all occurrences with Tx_Flux_Service_FluxService (they should be compatible, if not, please report as bug).

Hope that explains everything and helps you solve the problem!

Cheers,
Claus

from flux.

NamelessCoder avatar NamelessCoder commented on July 23, 2024

Hi Vaxul,

All errors regarding this class (including those caused by FED) have been fixed in the latest git masters - if a thorough clearing of cache and temporary files doesn't help, feel free to reopen this issue :)

Cheers,
Claus

from flux.

Related Issues (20)

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.