dhock194
Forum Replies Created
-
Forum: Plugins
In reply to: [CloudSearch] Plugin fatal errorChecked both WP debug log (debug enabled via wp-config.php) and the Apache logs — no log entries for the times/event around trying to enable the plugin.
Forum: Plugins
In reply to: [WPSiteSync for Content] 500 Error when saving the configLooking at the docs, mcrypt also needed config:
php5enmod mcrypt
Seems to be working now. Thanks!
Forum: Plugins
In reply to: [WPSiteSync for Content] 500 Error when saving the configI added the library on both sides, restarted apache both sides (service apache2 restart), but still getting the error
Call to undefined function mcrypt_get_iv_size()
Forum: Plugins
In reply to: [WPSiteSync for Content] 500 Error when saving the configThanks!
Just to clarify — is this library needed on both source and target (assuming one way sync) or just on source?
Forum: Plugins
In reply to: [WPSiteSync for Content] 500 Error when saving the configThanks! Wanted to see if this was a known issue before going log diving, but no worries.
Since this is an HTTP error, I enabled apache debugging first, and isolated the error.log entries generated while saving the config:
[Fri Oct 28 22:44:07.617879 2016] [authz_core:debug] [pid 6010] mod_authz_core.c(802): [client 204.153.194.234:35329] AH01626: authorization result of Require all granted: granted, referer: https://XXX.YYY.com/wp-admin/options-general.php?page=sync
[Fri Oct 28 22:44:07.617911 2016] [authz_core:debug] [pid 6010] mod_authz_core.c(802): [client 204.153.194.234:35329] AH01626: authorization result of <RequireAny>: granted, referer: https://XXX.YYY.com/wp-admin/options-general.php?page=sync
[Fri Oct 28 22:44:07.816038 2016] [:error] [pid 6010] [client 204.153.194.234:35329] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/wordpress/wp-content/plugins/wpsitesynccontent/classes/auth.php on line 129, referer: https://XXX.YYY.com/wp-admin/options-general.php?page=syncForum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageI tried the display:none in the child theme, but no change. I also contacted the theme creator, but their response is effectively “custom = $$$”, so I am stuck on getting this working correctly.
Any other ideas on how I can get this working with my existing theme?
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageOn the child theme, I am assuming, correct?
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageAlso, I would not mind trying your suggested workaround (display:none). Where would I change this as a test?
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageHow would I dump / re-add the themes menu code? I tried activating a different theme, and reactivating the child theme — no change.
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageI also tried replacing the section you referenced <nav….. </nav> with the add you reccomended (copied to child and modified there) – no change.
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageI have disabled MMM, and added the child theme, but have not modified the header.php for the child theme yet. I did note that, in adding the child theme, the MMM menu settings were lost (not an issue), but also that running with MMM active, but without any menus configured, the image does not present. Adding anything to the menu causes the image to show on all pages.