Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update 4.6.1 – Broken wpadminCheck out this link on how to disable updates.
https://codex.wordpress.org/Editing_wp-config.php#Disable_WordPress_Auto_Updates
Forum: Fixing WordPress
In reply to: Website error visualizationHi, Please do not give your login credentials to strangers on the forums! Your data is ok so you haven’t lost the article. Here is a working copy of my .htaccess
<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf AddOutputFilterByType DEFLATE font/truetype font/opentype </IfModule> ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days" </IfModule> ## EXPIRES CACHING ## ### BEGIN .htaccess # Protect the htaccess file <Files .htaccess> Order Allow,Deny Deny from all </Files> # Protect wpconfig.php <Files wp-config.php> Order Allow,Deny Deny from all </Files> # Disable directory browsing # For security reasons, Option all cannot be overridden. # Options All -Indexes #Options +ExecCGI Includes IncludesNOEXEC SymLinksIfOwnerMatch -Indexes # End of file # ############################################# # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php70” package as the default “PHP” programming language. <IfModule mime_module> AddType application/x-httpd-ea-php70 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit- This reply was modified 9 years, 7 months ago by Radices. Reason: Code `
Forum: Fixing WordPress
In reply to: Update 4.6.1 – Broken wpadminThe usual debug method is to disable all the plugins and retry. Change Themes to a default one (2016).
If still no joy you could try reinstalling the core files manually.Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Error Related to Missing or Damaged Core Files
Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything except the
wp-config.phpfile and the/wp-content/directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.
Forum: Fixing WordPress
In reply to: Repair and Optimize Database ErrorHey I found this thread … seems its an old table no longer used by woo (might be used by an extension plugin).
https://wordpress.org/support/topic/wp_woocommerce_termmeta-doesnt-exist/
Forum: Fixing WordPress
In reply to: Repair and Optimize Database ErrorHi,
I get the same thing on my dev site. Looks like its a problem in what that table reports. I wonder if it’s how/when the woocommerce plugin creates it. I think it’s worth posting it in the woocommerce forums. In the mean time I wouldn’t be concerned about it too much. Lastly its a InnoDB table and Repair does not work on those types of tables anyway.
Forum: Fixing WordPress
In reply to: Import twice – what happensHow are you exporting and importing the site please?
Forum: Fixing WordPress
In reply to: Backend Changes Not Showing Unless I RefreshI would try a a standard theme anyway just to be sure. After that failed to resolve it I would check the database for any broken tables and run repair on them. Look for tables that say “in use” when viewing them with phpMyAdmin. Lastly I’d try to do a fresh install of the wordpress core files.
Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything except the
wp-config.phpfile and the/wp-content/directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.
Forum: Fixing WordPress
In reply to: cannot find a location for thumbnail issueSo it looks like you should have FTP access or cPanel.
Forum: Networking WordPress
In reply to: delete admin account have delete admin panel accesDo you have a backup of the database? Can you access the database with PhpMyAdmin?
Forum: Fixing WordPress
In reply to: Pre populate woocommerce quantity field from URLI’d look in the old themes functions.php file to see if there is a function to capture the Post data and send it to woocommerce.
Forum: Fixing WordPress
In reply to: cannot find a location for thumbnail issueYou need to access the files using a FTP client or the file manager within your cPanel if your host uses it. What they are saying is to download those files, unzip them, and then upload them into the plugins themes folders listed above. What theme is it? Where is the site hosted?
Forum: Fixing WordPress
In reply to: Databse cannot be repaired with an error logSo what is the name of the plugin? It might have corrupted the database if you cannot connect. Check the wp-config file for the proper credentials. Also check with the hosting company in case its down.
Forum: Fixing WordPress
In reply to: Putting a widget into a pageYou could add a widget area to the front page and then display a login in that widget or this might work out of the box for you. (untested)
https://en-ca.wordpress.org/plugins/nice-login-register-widget/
Forum: Fixing WordPress
In reply to: Delete pictures on a pageAfter you delete the page you could use a plugin to clean out the media but I don’t know an automated method.
https://en-ca.wordpress.org/plugins/dnui-delete-not-used-image-wordpress/