Ticket #25083 - Problem during installation

After installing the template and trying to enable it, I get the error below. I am 100% compliant with PHP 8.0 / PS 8.1.1.

Symfony\Component\HttpKernel\Exception\
MethodNotAllowedHttpException
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php (line 140)
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php → onKernelRequest (line 126)
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php → invoke (line 264)
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php → doDispatch (line 239)
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php → callListeners (line 73)
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php → dispatch (line 168)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php → dispatch (line 145)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php → handleRaw (line 81)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php → handle (line 201)
Kernel→handle(object(Request), 1, false)
in pecwb49eulxlrnp0/index.php (line 84)
$catch = strpos($request→getRequestUri(), Api::API_BASE_PATH) !== false;try { require_once
DIR__.’/../autoload.php’; $response = $kernel→handle($request, HttpKernelInterface::MASTER_REQUEST, $catch); $response→send(); $kernel→terminate($request, $response);} catch (NotFoundHttpException $exception) { define(’ADMIN_LEGACY_CONTEXT’, true); // correct Apache charset (except if it’s too late)

Comments

Fred 27 Nov 2023, 15:53

Hi, Bartłomiej.
There is no any reference to theme or module files, weird.
Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your Back-office and FTP Server to let me check out what's wrong

Bartłomiej Rychlewski 28 Nov 2023, 09:05

How can I send you a private message with your login details?

Fred 28 Nov 2023, 09:26

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile

Bartłomiej Rychlewski 30 Nov 2023, 08:37

I don't know what the above error was about. I reinstalled Prestashop + your template and everything works.

1. Is it possible for me to add a catch, a field that will only contain features (technical data of the product).
You have a module available, but it also contains comments and a product description. And I only mean the list of features.

2. How can I do the so-called sticky block. I would like to place a container at the top of the page that gets pinned to the top of the page when scrolling.

Fred 30 Nov 2023, 11:04

Ok, that's great!
1. Could you please show me on a screenshot how it should look like?
2.
- go to Theme Settings → Header and find there "sticky" class name
- go to your template editor (Creative Elements) and put that class to an element you want to make sticky

Bartłomiej Rychlewski 20 Mar 2024, 16:20

Good morning,

I had to delete the previous version of presta and install the latest one. The template works but is not launched through the child theme's admin panel. I uploaded it via FTP, but I can't turn it on. After noticing a fatal error.
I have php 8.0 - another version of PHp can I read? Why might the baby theme not work?

Fred 20 Mar 2024, 21:45

Hi, Bartłomiej.
Do you have the latest theme version?
We had child theme issue, but it was fixed some time ago.