Brad Dalton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wont let me log in, PLZ Teach me how to use FTPLogin to Cpanel and locate the your admin folder then edit your menu.php file on line 34
If you have backup, upload your menu.php file to this location wp-admin/menu.php in your public_html root directory or wherever your wordpress installation is or upload a new menu.php file from a new wordpress download here https://www.ads-software.com/download
wp-admin/menu.php on line 34
Another option is to reinstall WordPress
How do i remove the site title from all my post/page title tags?
Example: <title>How To Start a WordPress Website In 3 StepsWordPress Sites</title>
The above is what is showing in the page source for this URL:
https://wpsites.net/how-to-wordpress/how-to-start-a-wordpress-website-in-3-steps-in-3-minutes/
Good answer and thanks for your help Michael.
Does this plugin use much CPU?
Forum: Installing WordPress
In reply to: Migration form Dreamhost to Bluehost? Any observations?Never said they throttled memory
Hosting providers are sneaky rats and snakes especially if your not in the same country as them
php memory can be increased on any plan by editing the limits in the php.ini file
Hosts offer unlimited everything and then have small fine print which is hard to find and hard to understand
Once the 30 day money back period has expired they start throttling accounts to force upgrades
Those are the facts
Hosting providers are liars and cheats. That’s not to say their staff are but many of the owners are
They don’t show their face or leave their contact details
If you want to contact the owners of Hostagator or Bluehost you can’t because their hiding
Forum: Installing WordPress
In reply to: Migration form Dreamhost to Bluehost? Any observations?All the hosting providers lie and throttle everyone’s account to try and force you to upgrade even on VPS so they make more money
I have tried 7 of them and they all do it as there’s NO regulator stopping them.
Blurhost and dreamhost are the worst at it even on the Pro plan which costs $25 a month for one site
You can increase php memory in your php.ini file
I have written a blog post about it but cannot leave links in this forum
Forum: Fixing WordPress
In reply to: Cannot loginWhat should the value be for user_status 0 ?
Forum: Fixing WordPress
In reply to: Cannot loginSecure HTTPS
If you are having a problem with secure HTTPS, change the following line in wp-includes/vars.php from:define(‘COOKIEPATH’, preg_replace(‘|https://[^/]+|i’, ”, get_settings(‘home’) . ‘/’ ) );
To:define(‘COOKIEPATH’, preg_replace(‘|https?://[^/]+|i’, ”, get_settings(‘home’) . ‘/’ ) );
Be sure also to change the URL in OPTIONS to https://.There is no code in vars.php like this
Forum: Fixing WordPress
In reply to: Cannot loginNo error messages
When i login it just goes around back to the login screen
Forum: Fixing WordPress
In reply to: Cannot loginI have changed the password in phpmyadmin but it keeps returning to https://wordpresssites.net/wp-login.php
Forum: Fixing WordPress
In reply to: Cannot delete any plugins or change widgetsMy host suggested 3000mg
doesn’t have a limit
I guess you don’t have a solution
Forum: Fixing WordPress
In reply to: Cannot delete any plugins or change widgetsTried all of that and no change
This happened after i installed 2 new plugins which i deactivated and no change
The other change is an increase in php.ini php memory to 3000mg and post max file size to 3200
could this cause it?
Forum: Installing WordPress
In reply to: Cannot import from Blogger to www.ads-software.comThe Blogger export file is xml format whereas the WordPress importer only allows WXR file format