Bizley

Results 234 comments of Bizley

I'm in the middle of splitting Podium into API engine and module implementing it and events are there already ;) So good idea in general. Let me keep this PR...

Does this error pop at the start of installation? Can you show me your config for Podium and for UrlManager?

Actually I'm hoping for this /* I have many customized rules */ part. I'm guessing there might be one of them causing error.

It's because of this line: '//' => '/', When you remove it it works fine. Or you can enter installation screen with route `/podium/install/run`. I must modify Podium routing to...

Oh, this is surprise. I've just made clean installation of basic app 2.0.12 with Podium and it was fine. Are any other addresses like /site/contact working for you? How is...

Virtual host setup, either in Apache configuration or .htaccess file.

Does the first RewriteRule work at all? Anyway, it looks good in general and I'm not sure why `http://localhost/myapp/podium/install/run` doesn't work for you. Maybe try again without the previously mentioned...

Can I see your whole config file? Remember to remove personal data.

`'enableStrictParsing' => true,` is the reason. I must fix this in next release.

Based on your screen it looks like you are already signed in with `user_152...` but it's not admin. Take a look at [Advanced Installation](https://github.com/bizley/yii2-podium/wiki/2.-Advanced-Installation) guide to get inherited admin user.