bizley / yii2-podium

Yii 2 forum module project
Apache License 2.0
167 stars 59 forks source link

Problems with Installation #138

Open nilssg opened 6 years ago

nilssg commented 6 years ago

I just tried to install podium using composer.

Steps 1-3 of installation tutorial are completed, but Step 4 ist making Problems. Whatever I try to go to podium/install/run the page is not found.

By the way, i'm using xampp for windows as my webserver and installed podium into yii2 basic... Maybe someone can help me with the link

bizley commented 6 years ago

Have you tried podium/install? Have you got pretty urls switched on?

BTW. This package is not developed anymore, I'm working on completely new version.

nilssg commented 6 years ago

It worked using /web/index.php?r=podium/install/run (I guess I did something wrong yesterday).

Now there ist a new Problem: PHP Compile Error – yii\base\ErrorException Cannot use yii\base\Object as Object because 'Object' is a special class name It might be some kind of bug...

I'm working on completely new version. >

Nice, I'm going to try that one as soon as possible! 👍

bizley commented 6 years ago

Oh, yes... This package still uses old Object class which was deprecated in Yii 2.0.14 because of PHP 7.2 reserving this name and hence the error. You are using 7.2 obviously.