autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t update all selected plugin onceHi, you have to write on the synology forum for how to increase php max_execution_time, indicating which php version is in use and which synology version you use. Sorry this configuration is strictly synology so they can help you.
https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
PHP_INI_ALL Entry can be set in php.ini, .htaccess, httpd.conf ini_set(), Windows registry or (.user.ini since PHP 5.3)Note* the usefulness of max_exexution_time is in the fact of not letting die a php script badly written, I will change you manually only when you have to make several updates and then set it to 30 or 60 seconds.
Forum: Fixing WordPress
In reply to: Can’t update all selected plugin onceThere are many factors why the update fails. It could be that there are plugins or the theme that causes conflicts, your server is full of requests or you have a low value for the execution of php code usually 30 or 60 seconds informed with your host if you can increase this limit without breaking their policies. Obviously the hosting must have a fast connection.
https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
PHP_INI_ALL Entry can be set in php.ini, .htaccess, httpd.conf ini_set(), Windows registry or (.user.ini since PHP 5.3)Forum: Networking WordPress
In reply to: help with multisiteHi I need to understand which wordpress version you have installed for the first time and then which version you are after updates.
From wordpress 4.5 or higher there is no need for plugins to manage the multisite if you want the standard behavior.
Create a site and then rename it in the subdomain you want to use for that site. http://www.yoursite.com/wp-admin/network/sites.php this is the link where it shows the configuration of your primary site and secondary sites .. see here the ip for the secondary sites?
A backup of the files and database is required before mapping the subdomains or making any changes.read create a network https://codex.wordpress.org/Create_A_Network
Restrictions
You cannot create a network in the following cases:“WordPress address (URL)” uses a port number other than ‘:80’, ‘:443’.
You cannot choose Sub-domain Install (for a domain-based network) in the following cases:The WordPress URL contains a path, not just a domain. (That is, WordPress is not installed in a document root, or you are not using the URL of that document root.)
“WordPress address (URL)” is localhost.
“WordPress address (URL)” is IP address such as 127.0.0.1.
(Note that you can create a domain-based network on your local machine for testing purposes by using your hosts file to map some other hostnames to the IP address 127.0.0.1, so that you never have to use the hostname localhost.)Addresses of Sites in your Network
You are given the choice between subdomains and subdirectories. Except when one is restricted by existing settings and restricts one’s options.
Follow your DNS & Web Server settings to configure subdomains and install an SSL certificate for each subdomain and master domain. They can both be on the same IP address if your web server accepts Server Name Indication. Add HSTS to primary domain and the parameter to include subdomains if you are not going to use folders.
Whatever your choice whether to install a subdomain on subdomain or on subdirectories you can still map in subdomain after having edited from the network on the sites. https://wordpress.org/support/article/wordpress-multisite-domain-mapping/
Forum: Fixing WordPress
In reply to: Multisite images not working anymore.we are tangled 🙂
every htaccess file needs RewriteEngine On and RewriteBase / if the file is in the root it is called / otherwise in the test folder it is called /test/. the options you need to not show the directory listing, while if you activate the rewrite alone the mod_rewrite module exists. Now in the installation folder are there really folders blogs_dir/2/ etc? if you need to insert that string in an htaccess file in folder 2.RewriteEngine On RewriteBase /2/ RewriteRule ^([_0-9a-zA-Z-]+/)?site2/files/(.+) wp-content/blogs.dir/2/files/$2 [L]*this If you installed WordPress MU in subfolder/subdirectory
Disable directory listing https://www.thesitewizard.com/apache/prevent-directory-listing-htaccess.shtml
@z00000mer To try to solve your problem I need your help. does your hosting confirm that it does not use caches? (also cloudflare is cache)
Forum: Fixing WordPress
In reply to: Help: Can’t logincurrently your site is not configured to log in from wp.com but you have to log in as an administrator user … Forgot your username admin?? If you can access the database you can look at who the administrator is. First of all you need to know if you remember the username in your database (not the one on wp.com)
are the permissions to create or read the htaccess file correct? However I have updated the previous post.
can you kindly ask if the host uses some kind of cache?- This reply was modified 7 years ago by autotutorial.
I’m glad you solved it, from now on for any problem you rely on what is written here and ask for more information to your host. https://wordpress.org/support/topic/page-post-updating-failed-wordpress-5-2-rest-api-context-query-parameter/#post-11521572
Note* EDIT To restore the htaccess file change by default and click Save after go to select your on the setting you had before and click Save
- This reply was modified 7 years ago by autotutorial.
in the wordpress 5.2 version the debug mode in site healt has been added if the update does not appear has not taken effect … cause bluehost cache or update not done correctly. Also aren’t you using the pretty permalinks?
if you are using non-graceful permalinks, you must pass the REST API route as a query string parameter. The path http://oursite.com/wp-json/ in the example above would then be http://oursite.com/?rest_route=/
Make a backup of your files and database.
Disable all plugins, set the default theme.
Clear the cache of your browser, your hosting, your CDN, your plugin.
Rename your .htaccess file go to the permalinks click on save.
If you still have problems, perform a manual update. https://wordpress.org/support/article/updating-wordpress/Troubleshooting with your browser. Your browser can help you identify JavaScript issues or conflicts and this article can assist you in doing that diagnosis. This could help identify Visual Editor issues as well.
This pill is the result of this post.
https://wordpress.org/support/topic/read-this-first-wordpress-5-2-master-list/The schema defines all the fields that exist for a post object.
https://developer.wordpress.org/rest-api/reference/posts/Forum: Fixing WordPress
In reply to: Database on Subdomain and Primary DomainBefore backup all file and database.
Look this https://wordpress.org/plugins/page-as-subdomain-lite/Forum: Fixing WordPress
In reply to: Multisite images not working anymore.For 2009 is prior 3.0 … After you have installated WPMU or upgrade your single site in 3.0?
Prove this.If you installed WordPress MU in subfolder/subdirectory (not in root folder on your server via ftp) and you have problem with image library, where thumbnails and images do not show, you may need to manually add in rewrite rules for your file directories as follows:
RewriteRule ^([_0-9a-zA-Z-]+/)?siteN/files/(.+) wp-content/blogs.dir/N/files/$2 [L]
Put those below the normal call for uploaded files.Note* Options – indexes is for not directory listing and <IfModule mod_rewrite.c> is check if load module mod_rewrite exist
RewriteBase / this for root RewriteBase /test/ this for directory named test.Forum: Fixing WordPress
In reply to: Multisite images not working anymore.From the version you started with the current version, from November 2012 there is 3.5+.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Your code for the wp-config.php file is right if it is a multisite installation on subdirectories.
Multisite 3.0-3.4.2, where images of subsites were stored in /wp-content/blogs.dir/ and were shown in http://example.com/files/ and http://example.com / sitename / files and so on. If you started with a Multisite install older than 3.5, it is not an error if your images show with the URL of / files /.
The link I posted to you says that the blog folder exists from wordpress 3.0 to 3.4.2… You have originated installazion from 3.0+
Add manually htaccess and setting wp-config.php https://codex.wordpress.org/Create_A_Network 🙂
Forum: Fixing WordPress
In reply to: Multisite images not working anymore.If you use a plugin to get the multisite you need to ask their forum for support as they can have different .htaccess rules. include your wordpress version and the problem otherwise read https://codex.wordpress.org/Multisite_Network_Administration#Uploaded_File_Path
Note* it’s called WPMU <3.0 or multisite from 3.0+ with different .htaccess for prior 3.5 from 3.0 to 3.4.2 , from 3.5+ and WPMU <3.0 (without modification plugin).
For WPMU read issue media and .htaccess https://codex.wordpress.org/htaccess#WordPress_MUForum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Undefined class constant ‘BUFFER_SIZE’as you can see the constant is defined here https://github.com/WordPress/WordPress/blob/master/wp-includes/class-requests.php I hope you have read the guide on wordpress 5.2 and have tried the manual upgrade as proposes the guide. update us on what happens.