frankwarwick
Forum Replies Created
-
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Compatibility with ManageWPI would need WPManage to work on the free version to consider this as something I could introduce to my clients
Looks like I needed to install mcrypt
Homebrew command
brew install mcryptBut that did not work even after I restated Mariadb
Here is the full error
Fatal error: Uncaught Error: Call to undefined function mcrypt_get_iv_size() in /Users/mac/Sites/paw/wp-content/plugins/wpsitesynccontent/classes/auth.php:144 Stack trace: #0 /Users/mac/Sites/paw/wp-content/plugins/wpsitesynccontent/classes/apirequest.php(546): SyncAuth->encode_password(‘######’, ‘https://patrick…’) #1 /Users/mac/Sites/paw/wp-content/plugins/wpsitesynccontent/classes/apirequest.php(89): SyncApiRequest->_auth(Array) #2 /Users/mac/Sites/paw/wp-content/plugins/wpsitesynccontent/classes/settings.php(530): SyncApiRequest->api(‘auth’, Array) #3 /Users/mac/Sites/paw/wp-includes/class-wp-hook.php(300): SyncSettings->validate_settings(Array) #4 /Users/mac/Sites/paw/wp-includes/plugin.php(203): WP_Hook->apply_filters(Array, Array) #5 /Users/mac/Sites/paw/wp-includes/formatting.php(4293): apply_filters(‘sanitize_option…’, Array, ‘spectrom_sync_s…’, Arr in /Users/mac/Sites/paw/wp-content/plugins/wpsitesynccontent/classes/auth.php on line 144
I get the same error
Localhost running Homebrew
I ran the command – php –version
PHP 7.0.21 (cli) (built: Jul 29 2017 09:17:51) ( NTS )
Zend Engine v3.0.0Forum: Fixing WordPress
In reply to: Help with .htaccess setupHi @gbassoc
As your HTML page is not part of your WordPress installation, there is no reason to have the .htaccessHave you tried removing this reference from .htaccess
Forum: Fixing WordPress
In reply to: Admin & Client dashboard SectionHi @lazziebob,
I do not know of any theme that will do what you are after.You could use WordPress Multisite to do this.
Forum: Fixing WordPress
In reply to: Not Working some buttoms in 4.8 version or 4.8.1hi @felipescala
You could download a new copy of the latest WordPress and using an FTP program like Filezilla, use the compare function to see if the website files on your site are the same as the new downloaded WordPress version.A file on your server may not have fully loaded and could be causing this issue. Replace any that have size differences and remember, back everything up first and dont touch wp-config.php
Forum: Fixing WordPress
In reply to: Help with .htaccess setupHi @gbassoc
Did you change the path in wp-blog-header.php
Add the name of the folder to the wp-load.php … i.e. subz/wp-load.phpForum: Fixing WordPress
In reply to: How To Make This All Work?Hi @tspringer1
This is not something that can be explained in a forum, its to complex. You need an experienced WordPress person to step in and help. [redacted]- This reply was modified 8 years, 9 months ago by Steven Stern (sterndata).
Forum: Localhost Installs
In reply to: Trouble installing on localhost (MAMP)Hi @christine00
If you are still having the issue, check wp-config.php and see if the name is correct otherwise look in the MAMP settingsForum: Localhost Installs
In reply to: WP local installation recovery after system crashHi @numnah13,
Without the database you will need to start from scratch … the lesson here is always back up everything to a different location (Google or Dropbox) … sorry for the bad newsIf you had saved the database you could do the following:
Create a new localsite, upload you saved SQL database, if the naming is different for the database, change it in the wp-config
Replace your wp-content with your backed up versionForum: Localhost Installs
In reply to: Edit PermalinkHi @ncbogroupie
First, empty your trash.
The naming is probably because you have ‘Archives 2013’ sitting in the trash WordPress will create ‘Archives 2013-2’ and ‘Archives 2013-3’ because the name ‘Archives 2013’ already existsForum: Fixing WordPress
In reply to: Registration is Disabled, While the Setting is EnabledHi @dreamingfifi
One possibility is it could be a plugin that you have installed.
Try disabling one plugin at a time and test.Forum: Plugins
In reply to: [HookPress] Deprecated function used@willemdumee FYI – thanks, your fork works well
Forum: Plugins
In reply to: [HookPress] Deprecated function usedHi @willemdumee
Thanks, Just to confirm for myself and others that this is your fork that works with PHP7 –
https://github.com/Willemdumee/hookpressForum: Plugins
In reply to: [HookPress] Deprecated function usedHi, Added these changes with the current WP version 4.8 and PHP7 but the fields are not saved