Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8480101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:12:39+00:00 2026-06-10T19:12:39+00:00

I wrote an extension and the implementation of the Plugin via backend does everything

  • 0

I wrote an extension and the implementation of the Plugin via backend does everything correctly.

But when I try to implement my extension via typoscript I got this error everytime:

Oops, an error occurred!

The default controller can not be determined. Please check for
Tx_Extbase_Utility_Extension::configurePlugin() in your
ext_localconf.php.

and I don’t know why.. I have tried different implementations (per tx_extbase_core_bootstrap->run or tx_extbase_dispatcher->dispatch and with additional information and without) and the current typoscript looks like this:

plugin.tx_graphichmenu {
    settings {
        menuUid = 1
    }
}

lib.tx_graphichmenu = USER
lib.tx_graphichmenu {
    userFunc = tx_extbase_core_bootstrap->run
    extensionName = Graphichmenu
    pluginName = Graphicmenu
    controller = MenuController
    action = showAction
}

temp.mainTemplate.subparts.stickyfooter < lib.tx_graphichmenu

i double- and triple-checked everything and i found not a single fault…
tried it without the “action” and “controller” part and nothing changed

my configurePlugin part in the ext_localconf.php looks like this:

Tx_Extbase_Utility_Extension::configurePlugin(
    $_EXTKEY,
    'Graphicmenu',
    array(
        'Menu' => 'show',
    ),
    // non-cacheable actions
    array(
        'Menu' => '',
    )
);

The “show” action got no parameters. in there I load the ts settings from where I take the Uid of the object to display

PS: after every change i have cleared the cache and deleted the “temp_CACHED_…” files in typo3conf

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:12:40+00:00Added an answer on June 10, 2026 at 7:12 pm

    You need to modify your bootstrap, there’s a general syntax:

    lib.foo = USER
    lib.foo {
        userFunc = tx_extbase_core_bootstrap->run
        extensionName = YourExtension
        pluginName = YourPlugin
        vendorName = YourVendor
        switchableControllerActions {
            Standard {
                1 = action2
                2 = action3
            }
        }
    }
    

    Note: CamelCase in extensionName value is important! (Thanks to Kai for confirmation) so if extkey is: kai_some_extension it has to be written as KaiSomeExtension

    So in your case it should be something like:

    lib.foo = USER
    lib.foo {
        userFunc = tx_extbase_core_bootstrap->run
        extensionName = GraphicHmenu
        pluginName = Graphicmenu
        switchableControllerActions {
            Menu {
                1 = show
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a custom ordering LINQ extension method as below but I think it
I recently found out about C# extension methods and wrote this one: /// <summary>
I wrote simplest extension as an exercise in JS coding. This extension checks if
I set up Open-xchage(wrote on Java) on openSUSE and installed SOAP extension on it.
Does anybody know how to write an extension function returning a ParallelQuery in PLINQ?
I wrote an extension in C++ that uses libtidy, and it runs perfectly under
In our WPF plugin project we use LocBaml tool to localize UI. But now
I am trying to integrate SWFUpload into Joomla (customized implementation, and this is why
I wrote an extension in VB.NET for StringBuilder to add a AppendFormattedLine method (so
I wrote two extension methods to convert times from local time to UTC and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.