You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
I.m using now 5.4.45 version of PHP.
After install I had seen the following error:
PHP Compile Error – yii\base\ErrorException
Can't use function return value in write context
...
/vendor/bizley/podium/src/models/db/ThreadActiveRecord.php:147
public function requiredPollAnswers()
{
if ($this->pollAdded) {
$this->pollAnswers = array_unique($this->pollAnswers);
$filtered = [];
foreach ($this->pollAnswers as $answer) {
-> if (!empty(trim($answer))) {
Same error in /vendor/bizley/podium/src/models/db/PollActiveRecord.php:89
Please fix it.
Thanks for you greate work!
The text was updated successfully, but these errors were encountered:
I.m using now 5.4.45 version of PHP.
After install I had seen the following error:
Same error in /vendor/bizley/podium/src/models/db/PollActiveRecord.php:89
Please fix it.
Thanks for you greate work!
The text was updated successfully, but these errors were encountered: