Admin interface shows blank page

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
lamaf
Posts: 3
Joined: 05 Dec 2018, 03:38

Admin interface shows blank page

Post by lamaf » 05 Dec 2018, 04:04

Hello everyone!
I want to integrate this wonderful bundle in my symfony project. Then, I followed the instructions about installation and everything was OK. I am trying now to access to admin area via /admin but it shows a blank page. I have checked all without finding the problem. Please help!
Configuration:
- Symfony 2.8.1
- PHP 7.0
- aimeos/aimeos-symfony 1.2.6(according to packagist)
Thank you!

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

Re: Admin interface shows blank page

Post by aimeos » 05 Dec 2018, 21:37

The current version of aimeos/aimeos-symfony is 2018.10, version 1.2.6 is from 2015.
Symfony is extremely picky with the security configuration and even the order of blocks can matter. Here's the working example for Symfony 3.4 and 4.x, maybe you have to adapt it for Symfony 2.8
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

lamaf
Posts: 3
Joined: 05 Dec 2018, 03:38

Re: Admin interface shows blank page

Post by lamaf » 06 Dec 2018, 03:33

aimeos wrote:The current version of aimeos/aimeos-symfony is 2018.10, version 1.2.6 is from 2015.
Symfony is extremely picky with the security configuration and even the order of blocks can matter. Here's the working example for Symfony 3.4 and 4.x, maybe you have to adapt it for Symfony 2.8
Thank you for your reply, I'll try with symfony 3 version.

Post Reply