| Re: Time for an upgrade/update host no longer supporting older php |
| by tzvook on 2020/3/21 21:00:13 There's also something wrong with the link-ratings ... it always show "1" regardless of the real rate .. couldn't find what causing it .. |
| Re: Time for an upgrade/update host no longer supporting older php |
| by heh26 on 2020/3/21 20:50:02 I changed to PHP 7.4 and for now everything works fine. Thank you once again. |
| Re: Time for an upgrade/update host no longer supporting older php |
| by heh26 on 2020/3/21 20:35:30 Parse error: syntax error, unexpected '=' public_html/modules/weblinks/admin/category_manage.php on line 267 if ($imgurl) { [ $orig_width, $orig_height, $show_width, $show_height 267--> ] = $this->_get_image_size($imgurl); An error has already appeared ... Can anyone help? I can't add a new category in the module. |
| Re: Time for an upgrade/update host no longer supporting older php |
| by heh26 on 2020/3/21 20:28:52 I changed the way you showed in many lines by adding: letter and changing the parenthesis. And succeeded, the module works. Thank you very much. Unless there are any problems ... |
| Re: Time for an upgrade/update host no longer supporting older php |
| by heh26 on 2020/3/21 20:22:09 // create a token [$usec, $sec] = explode(' ', microtime()); $appendix_salt = empty($_SERVER['PATH']) ? XOOPS_DB_NAME : $_SERVER['PATH']; $token = crypt($salt . $usec . $appendix_salt . $sec, XOOPS_DB_PREFIX); $this->_latest_token = $token; modules/happy_linux/include/gtickets.php w linii 132 Parse error: syntax error, unexpected '=' in How do I change to : list($usec, $sec) = explode(' ', microtime()); The error continues on line 287 ... [$tmp_table, $tmp_form] = $this->extract_post_recursive(htmlspecialchars($key, ENT_QUOTES), $val); $table .= $tmp_table; $form .= $tmp_form; Parse error: syntax error, unexpected '=' modules/happy_linux/include/gtickets.php on line 287 Thank you for the quick reply. |