al3ilm
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] Notice: Undefined offsetI have it running by vpn
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fal3ilm.com%2F&tab=desktopForum: Plugins
In reply to: [Network Posts Extended] Notice: Undefined offsetIt will not appear because:
define (‘WP_DEBUG’, false);Forum: Plugins
In reply to: [Network Posts Extended] Fixing “Published” and “In” are not translatedForum: Plugins
In reply to: [Network Posts Extended] Fixing “Published” and “In” are not translated???? ???? ????
????? ???? ??? ?????:$html .= ‘<span>’ . __( ‘Published’, ‘network-posts-extended’ ) . ‘</span><span>’ . ‘ ‘ . $date_post . ” . ‘</span>’ . ‘ ‘ . ‘<span>’ . __( ‘in’, ‘network-posts-extended’ ) . ‘</span>’
????? ??? ???????:
$html .= ‘<span>’ . __( ‘Published’, ‘netsposts’ ) . ‘</span><span>’ . ‘ ‘ . $date_post . ” . ‘</span>’ . ‘ ‘ . ‘<span>’ . __( ‘in’, ‘netsposts’ ) . ‘</span>’
Forum: Plugins
In reply to: [Health Check & Troubleshooting] loopback ,401Loopback requests returned the loopback request with an unexpected status code, 401, which may affect tools such as WP_Cron, template editors, and plugins.
What is the cause of the problem and can it be solved?Forum: Networking WordPress
In reply to: Multi-site network crashes and network crashes (white screen)Praise be to God
I solved the problemConditions for the problem:
1- Multiple web sites. A prerequisite because the problem does not appear in the mono site.
3. WordPress version 5.1.1. A prerequisite because the problem did not appear in earlier versions.
4- php 7 or higher. A prerequisite because the problem did not appear in previous releases.
5 – activate the extended php. Prospect.
6 – The last Apache. Prospect.
7 – The last sql. Prospect.Cause of the problem:
incompatibility.Steps to fix the problem:
1. Mute the problem by deleting line 225 in the public_html / wp-includes / class-wp-locale.php file, as suggested:
https://stackoverflow.com/questions/41854996/i-uploaded-wordpress-via-ftp-but-it-didnt-work?rq=1The line can be canceled without deleting it by adding / ** before it on line 254 and adding * / after line 258 The result is as follows:
/ **
if (‘rtl’ === $ this-> text_direction && strpos (get_bloginfo (‘version’), ‘-src’)) {
$ this-> text_direction = ‘ltr’;
add_action (‘all_admin_notices’, array ($ this, ‘rtl_src_admin_notice’));
}
* /Note:
The file in which the get_bloginfo function is: general-template.php in the public_html / wp-includes folder.Forum: Networking WordPress
In reply to: Multi-site network crashes and network crashes (white screen)First, I have tried who you mentioned to me
? See You No. 4, 6.Second: About
the Health Check plugin
I ran the troubleshooting before the problem occurred, and it indicates an activation request:
PHP Extensions
The optional module, exif, is not installer, or has been disabled.
The optional module, libsodium, is not installer, or has been disabled.
The optional module, imagick, is not installer, or has been disabled.
The required module, mcrypt, is not installer, or has been disabled.Then I asked the hosting support to activate PHP Extensions
The support then enabled PHP ExtensionsThen hours later, the problem came
Forum: Networking WordPress
In reply to: Multi-site network crashes and network crashes (white screen)Also I experimented with:
6. Change the template to the default template.
7. I tried to increase memory:
define (‘WP_MEMORY_LIMIT’, ‘4000M’);
define (‘WP_MAX_MEMORY_LIMIT’, ‘4000M’);The solution seems to be too late
I am willing to pay for the solution quickly