Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there!

    It seems that your page is throwing an error 500, so I would suggest you turn on the maintenance mode of the website and turn on WordPress debugging mode. You can turn it on via wp-config.php file in the root folder of your wordpress installation. Change the “define( ‘WP_DEBUG’, false );” into “true”. This will allow seeing any wordpress errors at the top of the page.

    Also, as this is most likely a PHP error caused by the theme or a plugin, try turning on the PHP error display on your hosting platform. With your current hosting, you will need to use the php.ini file and set the display_errors value to “ON“. Here is the guide that I was able to find on your hosting platform: Enable Error Reporting in PHP

    If you will not be sure on how to fix the issue, please add a screenshot of the error in the thread.

    Thread Starter 阿卡林刘

    (@akarinliu)

    Error Is comming up:

     Warning: Constant RT_WP_NGINX_HELPER_CACHE_PATH already defined in /www/wwwroot/www.akarinliu.com/wp-config.php on line 100

    But is Issues not resolve.

    • This reply was modified 2 years, 5 months ago by 阿卡林刘.
    Thread Starter 阿卡林刘

    (@akarinliu)

    Debug Mode Errors:

    
    Deprecated: Return type of Predis\Collection\Iterator\CursorBasedIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9435
    
    Deprecated: Return type of Predis\Collection\Iterator\CursorBasedIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9451
    
    Deprecated: Return type of Predis\Collection\Iterator\CursorBasedIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9443
    
    Deprecated: Return type of Predis\Collection\Iterator\CursorBasedIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9471
    
    Deprecated: Return type of Predis\Collection\Iterator\CursorBasedIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9426
    
    Deprecated: Return type of Predis\Collection\Iterator\ListKey::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9745
    
    Deprecated: Return type of Predis\Collection\Iterator\ListKey::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9761
    
    Deprecated: Return type of Predis\Collection\Iterator\ListKey::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9753
    
    Deprecated: Return type of Predis\Collection\Iterator\ListKey::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9777
    
    Deprecated: Return type of Predis\Collection\Iterator\ListKey::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 9736
    
    Deprecated: Return type of Predis\Connection\Aggregate\RedisCluster::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 10934
    
    Deprecated: Return type of Predis\Connection\Aggregate\RedisCluster::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 10926
    
    Deprecated: Return type of Predis\Connection\Aggregate\PredisCluster::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 11166
    
    Deprecated: Return type of Predis\Connection\Aggregate\PredisCluster::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 11158
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12379
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12395
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12387
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12405
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12371
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12419
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkTuple::getInnerIterator() should either be compatible with OuterIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12553
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12379
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12395
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12387
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12405
    
    Deprecated: Return type of Predis\Response\Iterator\MultiBulkIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12371
    
    Deprecated: Return type of Predis\Command\Processor\ProcessorChain::offsetExists($index) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12766
    
    Deprecated: Return type of Predis\Command\Processor\ProcessorChain::offsetGet($index) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12774
    
    Deprecated: Return type of Predis\Command\Processor\ProcessorChain::offsetSet($index, $processor) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12782
    
    Deprecated: Return type of Predis\Command\Processor\ProcessorChain::offsetUnset($index) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 12797
    
    Deprecated: Return type of Predis\PubSub\AbstractConsumer::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 13680
    
    Deprecated: Return type of Predis\PubSub\AbstractConsumer::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 13696
    
    Deprecated: Return type of Predis\PubSub\AbstractConsumer::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 13688
    
    Deprecated: Return type of Predis\PubSub\AbstractConsumer::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 13710
    
    Deprecated: Return type of Predis\PubSub\AbstractConsumer::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 13669
    
    Deprecated: Return type of Predis\Session\Handler::open($save_path, $session_id) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14734
    
    Deprecated: Return type of Predis\Session\Handler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14743
    
    Deprecated: Return type of Predis\Session\Handler::read($session_id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14761
    
    Deprecated: Return type of Predis\Session\Handler::write($session_id, $session_data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14772
    
    Deprecated: Return type of Predis\Session\Handler::destroy($session_id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14782
    
    Deprecated: Return type of Predis\Session\Handler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14752
    
    Deprecated: Return type of Predis\Monitor\Consumer::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14905
    
    Deprecated: Return type of Predis\Monitor\Consumer::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14921
    
    Deprecated: Return type of Predis\Monitor\Consumer::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14913
    
    Deprecated: Return type of Predis\Monitor\Consumer::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14931
    
    Deprecated: Return type of Predis\Monitor\Consumer::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/www.akarinliu.com/wp-content/plugins/nginx-helper/admin/predis.php on line 14895
    Thread Starter 阿卡林刘

    (@akarinliu)

    I am Switch to the PHP Version 7.4, Because WordPress No fit PHP Version 8.1.

    • This reply was modified 2 years, 5 months ago by 阿卡林刘.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help! WordPress Site`s About Page Can`t Access it!!’ is closed to new replies.