Search found 5 matches

by FAlberto
15 Mar 2019, 15:52
Forum: Help
Topic: Broken links in SlimPHP docs
Replies: 1
Views: 1117

Broken links in SlimPHP docs

Hi, I follow the docs aimeos-slim and Ifound a lot of broken links. In the Adapt pages section https://aimeos.org/docs/Slim/Adapt_pages , which is the Directory Structure in version 2018.10 ? the link in the docs say this: https://github.com/aimeos/aimeos-core/tree/master/client/html/src/Client/Html...
by FAlberto
15 Mar 2019, 14:25
Forum: Help
Topic: Correct way to integrated user login
Replies: 1
Views: 1112

Correct way to integrated user login

Hi, I added the aimeos package to my project in Slim.

How I can addapt my login system and user sessions with the aimeos package?

I don't know well how I can manipulate the code to unify my app with the aimeos package.

slim/slim: 3.0,
aimeos/aimeos-slim: ~2018.10


Thanks in advance.
by FAlberto
15 Mar 2019, 13:07
Forum: Help
Topic: Problems with resources in admin dashboard
Replies: 4
Views: 1981

Re: Problems with resources in admin dashboard

Very thanks, the problem is with one middleware that I use in my routes.php, the TrailingSlash middleware, but i don't know exactly why, I commented this middleware and the problem is solved...

Really thanks :D.
by FAlberto
14 Mar 2019, 13:08
Forum: Help
Topic: Problems with resources in admin dashboard
Replies: 4
Views: 1981

Re: Problems with resources in admin dashboard

From composer.json:

"slim/slim": "^3.0" ,
"aimeos/aimeos-slim": "~2017.07"

I update the aimeos-slim version to 2018.10 and the same issue is ocurring.

I followed the instructions on the https://github.com/aimeos/aimeos-slim

Thanks in advance.
by FAlberto
13 Mar 2019, 19:30
Forum: Help
Topic: Problems with resources in admin dashboard
Replies: 4
Views: 1981

Problems with resources in admin dashboard

Hi! I'm new in Aimeos and I added this package to my website written in SlimPHP. Everything was ok until that in the admin dashboard don't charged some resources. Specifically when I go to the /admin route, there are a call with the OPTIONS method to /admin/default/jsonadm with the 404 code. I don't...