rayge
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] PHP Fatal error, after update – URGENT!Uninstall and reinstall.. once we updated to 2.40.3 it was fine again.
Forum: Plugins
In reply to: [Strong Testimonials] PHP Fatal error, after update – URGENT!As far as I can tell its been fixed
Forum: Plugins
In reply to: [Strong Testimonials] Critical Error@mplusb no we ARE NOT using wordpress.com and its and issue. so its not related to wordpress.com.
Forum: Plugins
In reply to: [Strong Testimonials] PHP Fatal error, after update – URGENT!You’re welcome
Forum: Plugins
In reply to: [Strong Testimonials] PHP Fatal error, after update – URGENT!They have already been notified. you will have to find an older version or leave it off until the update is fixed.
@mplusb No we are not using wordpress.com at all.
we are having the same issue.
I am confused how this is CUSTOM validation? zip codes are 5 digits in US. anything over that is invalid. I meant to say 5 digits earlier.
- This reply was modified 4 years, 11 months ago by rayge.
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] catalog mode not workingI am also having this issue.
Using Free version with Divi- This reply was modified 5 years ago by rayge.
Forum: Fixing WordPress
In reply to: Update issueI agree maybe it was a glitch as NOW I dont see the message.
WordPress 5.2.4 is available! Please update now.
Which is great. it just took a few days.THANKS.
Forum: Fixing WordPress
In reply to: Update issue/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = ‘5.2.4’;Forum: Fixing WordPress
In reply to: Update issueNOT sure how to resolve it
- This reply was modified 5 years, 1 month ago by rayge.
Forum: Fixing WordPress
In reply to: Update issueOK so i did the manual update using the directions here
it says
No Update Required
Your WordPress database is already up-to-date!and yet it also shows.
WordPress 5.2.4 is available! Please update now.AFTER the manual update.
Strange…Forum: Fixing WordPress
In reply to: Plugin ConflictOK so i surrounded my plugin code with
if(!is_admin()) {
}
This solved the problem but it would be nice to know what caused the issue in the first place.Forum: Fixing WordPress
In reply to: Plugin ConflictIt should only invoke on the front end. and its working fine EXCEPT when i try and save changes in the theme-editor
I tried adding this to wp-config.php
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );but it generated no log file. so that didnt help me any
RAY