ptasker
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] Notice: wp_get_http is deprecated since version 4.4!Just to note, there is a Trac ticket in for this. I’ve mentioned that there is an ongoing issue with this plugin and I’ve witnessed it myself. It’s generally not a good idea to override core plugins with your own code, though I do understand the frustration.
Forum: Plugins
In reply to: [Media Library Assistant] WPML and MLAThanks for the work on this David. I will take a look and let you know.
Thanks,
Peter
Forum: Fixing WordPress
In reply to: Suspicious files in themes folderI’d also change your DB password, if you can.
I’ve used the define(‘DISALLOW_FILE_EDIT’, true); with W3 Total Cache and had no issues. It just doesn’t allow you to edit theme files. The cache files are typically stored outside of a theme.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionIt depends. If the DB is on the same server, it could be localhost, but with some hosts, it’s a different domain. This article says that it is localhost for Host Gator. https://support.hostgator.com/articles/cpanel/how-to-connect-to-the-mysql-database
Forum: Fixing WordPress
In reply to: User Registration Email Not SendingProblems with email are likely related to your hosting setup at ipage. I would submit a support ticket with them first to see if they can help out.
Forum: Fixing WordPress
In reply to: Suspicious files in themes folderI would change your FTP/SFTP password and WP Login details.
Also, disable file editing in wp-admin by adding this to your wp-config:
define('DISALLOW_FILE_EDIT', true);
Sucuri also has a good plugin to scan/fix vulnerabilities like this.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionIf you go to https://sweet-insights.com/wp-admin/ there’s a database connection problem error being displayed. You’ll have to change your database connection details in the wp-config.php file.
Forum: Themes and Templates
In reply to: Trying to figure out how to upload my own image to the themeOk well welcome to the world of WordPress. I would highly recommend reading up on theming WordPress and how to modify existing themes.
https://codex.www.ads-software.com/Stepping_Into_Templates
https://codex.www.ads-software.com/Using_ThemesYou will probably have to edit the style.css file in the theme are trying to edit. Themes are located in /wp-content/themes/your-theme. Might also have to edit header.php.
Forum: Fixing WordPress
In reply to: Limiting the length of PermalinkWhy not edit the permalink on a post by post basis? You could just trim the permalinks that are too long. Could also try modifying the .htaccess https://codex.www.ads-software.com/Using_Permalinks#Long_Permalinks
Forum: Installing WordPress
In reply to: Install–correct folder?Couple of things. /public_html/ is typically your webroot on a Linux server. I would remove the files from the directory above it as the wp-config.php files may interfere with each other. Also make sure you .htacess is writable by wordpress i.e. chmod 777