Upgrade to 2024.07 Issue

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jafo66
Posts: 65
Joined: 06 Mar 2024, 04:42

Upgrade to 2024.07 Issue

Post by jafo66 » 10 Jul 2024, 18:44

I got the following error trying to run the admin:

Code: Select all

Uncaught ReferenceError: confirmDatePlugin is not defined
    <anonymous> http://localhost.proxyman.io:8000/admin/default/jqadm/file/index-js/en:3480
en:3480:14
    <anonymous> http://localhost.proxyman.io:8000/admin/default/jqadm/file/index-js/en:3480
Any thoughts as to the issue?

PHP version:
PHP 8.3.8 (cli) (built: Jun 4 2024 14:53:17) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.8, Copyright (c) Zend Technologies
with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans
with Zend OPcache v8.3.8, Copyright (c), by Zend Technologies

Upgrade output:
Package operations: 0 installs, 14 updates, 0 removals
- Downloading aimeos/aimeos-base (2024.07.1)
- Downloading aimeos/aimeos-core (2024.07.1)
- Downloading aimeos/ai-payments (2024.07.1)
- Downloading aimeos/ai-laravel (2024.07.1)
- Downloading aimeos/ai-controller-jobs (2024.07.1)
- Downloading aimeos/ai-controller-frontend (2024.07.1)
- Downloading aimeos/ai-client-jsonapi (2024.07.1)
- Downloading aimeos/ai-client-html (2024.07.1)
- Downloading aimeos/ai-admin-jsonadm (2024.07.1)
- Downloading aimeos/ai-admin-jqadm (2024.07.2)
- Downloading aimeos/ai-cms-grapesjs (2024.07.1)
- Downloading aimeos/ai-admin-graphql (2024.07.1)
- Downloading aimeos/aimeos-laravel (2024.07.1)
- Downloading aimeoscom/ai-customergroups (2024.07.1)

Thanks,
Brian

jafo66
Posts: 65
Joined: 06 Mar 2024, 04:42

Re: Upgrade to 2024.07 Issue

Post by jafo66 » 10 Jul 2024, 20:10

Please ignore... I had to merge my custom index.blade.php file with the new version

Post Reply