Search found 22 matches

by pixelplumber
01 Nov 2021, 06:22
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

Re: upgrade to 2021 from 2019 missing column mlocsi.icon

Hi, Just did a composer update:

- Upgrading aimeos/aimeos-core (2021.10.x-dev aaa788e => 2021.10.x-dev c4ae12c)

Looks like this revision is working!

Was able to load the setup script and now the database tables are there and the backend main module loads again under 11.

Cheers.
by pixelplumber
28 Oct 2021, 22:04
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

Re: upgrade to 2021 from 2019 missing column mlocsi.icon

Huh, I could have sworn I typed that in your first reply, maybe because I didn't "remove" before "require"? Definitely in composer.json now: "aimeos/aimeos-typo3": "2021.10.x-dev" $ ea-php74 ~/composer.phar remove aimeos/aimeos-typo3 [372/3333] ./composer.json...
by pixelplumber
28 Oct 2021, 04:27
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

Re: upgrade to 2021 from 2019 missing column mlocsi.icon

Hi, tried the upgrade (composer 2.1.9), php 7.4, apache 2.4 on a cpanel current release version. composer.phar upgrade Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 7 updates, 0 removals - Upgrading aimeos/ai-admin-jqadm (2021.10.2 => ...
by pixelplumber
27 Oct 2021, 04:18
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

Re: upgrade to 2021 from 2019 missing column mlocsi.icon

Hi , I was using composer 2.1.9 but had not removed the ext folder. Trying now with the x-dev version. If I run the setup cli task I don't receive the schema errors there, but I do get a "Error Maximum number of connections (3) for "db" exceeded while initializing or updating the Aime...
by pixelplumber
25 Oct 2021, 04:04
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

Re: upgrade to 2021 from 2019 missing column mlocsi.icon

tried adding in some mysql columns (text/int etc) having a guess at types to try it out and then getting other errors on missing columns (log/supplierid/theme) etc. Is there a sql schema somewhere in the sourcecode I can reference? Is this an artefact of skipping from 2019 to 2021? I had some compos...
by pixelplumber
25 Oct 2021, 03:54
Forum: TYPO3 extension
Topic: upgrade to 2021 from 2019 missing column mlocsi.icon
Replies: 8
Views: 113865

upgrade to 2021 from 2019 missing column mlocsi.icon

Hi, trying an upgrade from typo3 9.5 to 10LTS and to 2021 aimeos version. Upgrade is just having an issue when running the setup script with locale table icon column. What should the schema for the icon column be in mysql? Haven't been able to find that in any of the aimeos repos. ./typo3 aimeos:set...
by pixelplumber
16 Oct 2020, 06:15
Forum: TYPO3 extension
Topic: jquery-ui removed in 2020?
Replies: 1
Views: 3703

jquery-ui removed in 2020?

Hi, just testing an upgrade of TYPO3 to 10.x with aimeos 2020 to see what will need to be migrated with our custom theme. Got a typo3 asset exception about missing jquery-ui-custom.min.js. Looking at the commit history I can see that commit [eb6e150] a few days ago on the 14th removed that file . It...
by pixelplumber
19 May 2020, 03:16
Forum: TYPO3 extension
Topic: Uncaught TypeError in composer post update scripts
Replies: 5
Views: 2142

Uncaught TypeError in composer post update scripts

Hi, for a little while since updating 19.10 on TYPO3 9.5 LTS after composer has finished and it calls the post update aimeos scripts, it errors out: Writing lock file Generating autoload files Generating class alias map file > Aimeos\Aimeos\Custom\Composer::install Installing Aimeos public files fro...
by pixelplumber
18 Feb 2020, 06:30
Forum: TYPO3 extension
Topic: Issues with route enhancers 9.5LTS 2019.10
Replies: 6
Views: 3817

Re: Issues with route enhancers 9.5LTS 2019.10

Upgraded to latest 9.5.14 LTS and trying the routeenhancers on the Aimeos wiki.

Seems like pretty much everything works except d_pos and d_name on list and detail pages still seem to get rendered as without square brackets.

I admit I'm not sure about how to even debug something like this.