Jump to content

Klenkes

Members
  • Posts

    435
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Klenkes

  1. Hi @kongondo It's late, but a few facts.

    I don't have a multilanguage site. Just the Language Module installed for a second language in the backend. I like the backend in english(default), clients have the option for german.
    That means: the only installed language modules are LanguageSupport and Processlanguage.

    So no Language Textarea or other field that support another language.

    I will try to install Padloper without language support, and if it works, install it later.

  2. Hi @kongondo

    I had to know... I tried to install the same installation on my remote server with exactly the same result. 😢

    The install of Shop results in the first error, and after refreshing the page it goes away.
    The install of an option results the first time in:
    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'padloper.field_padloper_description' doesn't exist

    and any subsequent attempt always results in this one: (padloper_tax_rates)
    Field may not be named 'padloper_tax_rates' because it is already used by another field (104: padloper_tax_rates)

    The tables created look like this: (if it helps)

    image.thumb.png.79f839b6f1f675eb252dc5b642806d22.png

    Sorry for the trouble...

  3. 56 minutes ago, kongondo said:

    I just refreshed that module page and the error went away. After that, I was able to install Padloper (configure) as usual. I didn't see the second error in my case. Are you able to please try again, this time refreshing the modules pages first. Thanks.

    Hi @kongondo Thanks for your reply.

    I tried refreshing and Clear Compiled Files, but no success. The Shop page however looks fine after refrehing.

    But then I am not able to install any options on the Shop admin page. Not one not more.
    It always results in the same error:

    Field may not be named 'padloper_tax_rates' because it is already used by another field (104: padloper_tax_rates)

    The Shop page works and shows me all the available option to install, but after the error noch option is checked.

    Tomorrow I will try to install it on a remote server where my other websites live. Maybe it is something with my local environment...
    I will report back!

  4. Hello @kongondo

    I purchased Padloper this afternoon and was eager to test it out. Unfortunately due to errors I am stuck.

    PW 2.0.242 on PHP 8.2.10 with only Language Support Module installed and one second language.
    This is what I get when installing Shop:

    image.png.f396085f0d3346168b455387b846762b.png

    As you can see, the SHOP menuitem in Admin is there.
    So I ignored the error and tried to install some of the shop options, and got:

    image.png.128a2e05c11a494dcf399634578b828d.png

    Out of clues I tried different PHP versions... but no success 😢

    Due to sufficient database backups I always can go back to pre-installs.

    Any hint?

  5. 14 hours ago, gRegor said:

    This is great! I don't currently run AdminOnSteroids module, so I'm wondering what the easiest way to add this CSS to the admin area is?

    You could always add your own stylesheet in /site/init.php like this:

    $this->addHookAfter('ProcessController::execute', function (HookEvent $event) {
       $this->config->styles->append("/site/templates/css/adminstyles.css");
    });

     

    • Like 2
  6. Hey @FireWire Probably a great module...?

    I finally had the time to explore your module but I keep running into the same Deepl API errors and I don't know where to look for a solution or what to do next.

    This is PW 3.0.229 on PHP 8.2 Fluency 1.0.9 on a pretty basic PW testsite.
    Deepl API key shows as valid and active and in my Deepl account it says: Access to DeepL REST API

    When I click on translate the following happens:

    image.png.f01042053e851bd8cacfce3c19572faf.png

    The error log shows:

    Engine: DeepLEngine /Error: BAD_REQUEST /Message: Invalid request: Expected 'text' parameter to be an array of strings 
    /Response: {"message":"Invalid request: Expected 'text' parameter to be an array of strings"}

    The TRANSLATION modal shows only the word undefined in the target language.

    It's just a testsite, so no rush.
    I would be greatful for any advice.

    • Thanks 1
  7. My clients website has a lot of categories and subcategories and editors mainly use ADD NEW. The sort order of categories there don't represent the sort order of the page tree (sometimes) and editors are complaining... (it's a looong list)

    The first item is Balken -> Nadelholzbalken, but there are a few item more. They are way down at the bottom.
    I couldn't figure out the existing sort order. It's not by ID.

    There has to be a way to hook into this function and change sorting somehow?

    image.png.13620172ca07967c64cd6d9378fe0c58.png

  8. Hi @Craig On PHP 8.1 and 8.2 the module throws a fatal error (at least with 3 different hosters) after install:

    In short:

    Fatal Error: Uncaught Error: Non-static method WayFathomAnalytics::getEmbedConfig() cannot be called statically in /site/modules/WayFathomAnalytics/WayFathomAnalytics.module.php:76 

    module-error.png

    EDIT:
    removing static from the function seems to work (line 61 in WayFathomAnalytics.module.php)
    But I don't know enough about PHP functions ...

×
×
  • Create New...