Search found 9 matches

by happy-coding
23 Jan 2020, 00:05
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Sure, that's the least I can do. Thank you for taking the time for support. Haha cool thing, I read closer about it here https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/SiteHandling/AccessingSiteConfiguration.html and was so caught up with getSiteByRootPageId that I didn't ...
by happy-coding
22 Jan 2020, 13:37
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Hey there, I debugged the code a bit deeper and found out that the error is thrown by a deprecated typo3 function. aimeos/Classes/Scheduler/Base.php calls $rootline = BackendUtility::BEgetRootLine( $pageid ); This still works, but then it calls $host = BackendUtility::firstDomainRecord( $rootline );...
by happy-coding
10 Jan 2020, 11:59
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

I really don't know, I tried it with your exact site configuration but everything except the advanced task works. I guess I will do a complete new installation of typo3 and aimeos and see if something changes and as soon as my new system is setup I try it on production server, maybe it is something ...
by happy-coding
10 Jan 2020, 10:53
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

I did a quick update now and checked the advanced task as well as the frontend sort funcionality, unfortunately it still doesn't work.
by happy-coding
10 Jan 2020, 10:38
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

As the indentation of the configuration was destroyed in my post, here the original file inside the zip container ;)
by happy-coding
10 Jan 2020, 10:34
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Too bad, that's quite an important task haha :) Site config in typo3/sites/lba/config.yaml This is my site configuration for the root page and the only one, I have no other root page or site configuration. ----- Begin---- base: 'https://www.productionexample.com/' baseVariants: - base: 'https://loca...
by happy-coding
09 Jan 2020, 23:22
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Small correction on my post before in case it should be relevant. I added the route enhancers not long ago and recently noticed not all of them work. The one for the list view destroys the sorting grid/ list and relevance/recent/name/price. The url shows your-shop/shop/?ai__l_type=list or your-shop/...
by happy-coding
09 Jan 2020, 21:15
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Yes, I have a site configuration with one main URL entry point and a developement entry point (a virtual host https://localhost10/), currently I'm in developement environment. I have one language setup, no error handling, no static routes yet. And I have added the aimeos route enhancers (https://aim...
by happy-coding
08 Jan 2020, 15:25
Forum: Help
Topic: Scheduler problem
Replies: 19
Views: 7513

Re: Scheduler problem

Hey guys, I have the exact same problem, except that my Webshop page tree is already below Home (the site root). It is directly below the siteroot, not the siteroot itself. The page tree is the imported one from here (for Version 9.5) https://aimeos.org/docs/TYPO3/Install_Aimeos/Setup_pages . It onl...