No value for key "slider" found

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Rathod Narendra
Posts: 2
Joined: 10 Feb 2022, 09:33

No value for key "slider" found

Post by Rathod Narendra » 10 Feb 2022, 10:24

Hello!

I can set up AIMEOS in localhost but I can not run the project. It says "No value for key 'slider' found" but I have the slider data on the database. - https://prnt.sc/26ss40u

When I update the composer, I'll get an error. - https://prnt.sc/26sq7g0

Can you please help me with this?

PHP- 7.3.27
Composer- 2.2.5 2022-01-21 17:25:52
Laravel Framework- 6.20.44
NPM- 8.1.0
Node- v17.0.1

User avatar
aimeos
Administrator
Posts: 7915
Joined: 01 Jan 1970, 00:00

Re: No value for key "slider" found

Post by aimeos » 11 Feb 2022, 14:18

Rathod Narendra wrote: 10 Feb 2022, 10:24 I can set up AIMEOS in localhost but I can not run the project. It says "No value for key 'slider' found" but I have the slider data on the database. - https://prnt.sc/26ss40u
In your "autoship" extension, one template accesses "$this->slider" which isn't a view variable you've assigned in JQAdm class.
Rathod Narendra wrote: 10 Feb 2022, 10:24 When I update the composer, I'll get an error. - https://prnt.sc/26sq7g0
Never (!) copy all files from Aimeos core or extensions to your own extension!
Only store your own classes and templates there!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply