zakkates
Forum Replies Created
-
I resolved the issue. It ended up being jQuery conflicts… I was loading jQuery 3.3 and when I commented that out it started working (with jQuery 1.12.4).
I’m still utterly surprised why the error logs wouldn’t say ANYTHING about the problem. There were no issues fired in the developer’s console, the error logs via woocommerce fired an error but the object was blank (see the original ticket), and I also turned on WP Debug and received no errors.
I am experiencing this exact issue. The error logs an empty object with no information on why it’s failing.
I’m having the same issue here.
object(PHPMailer)#3852 (76) {
[“Version”]=>
string(6) “5.2.22”
[“Priority”]=>
NULL
[“CharSet”]=>
string(5) “UTF-8”
[“ContentType”]=>
string(10) “text/plain”
[“Encoding”]=>
string(4) “7bit”
[“ErrorInfo”]=>
string(82) “SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting”
[“From”]=>
string(33) “XXXXXXXXXXXXX”
[“FromName”]=>
string(27) “Newton at GreenApple Campus”
[“Sender”]=>
string(0) “”
[“ReturnPath”]=>
string(0) “”
[“Subject”]=>
string(51) “WP Mail SMTP: Test mail to XXXXXXXXXXXXX”
[“Body”]=>
string(68) “This is a test email generated by the WP Mail SMTP WordPress plugin.”
[“AltBody”]=>
string(0) “”
[“Ical”]=>
string(0) “”
[“MIMEBody”:protected]=>
string(69) “This is a test email generated by the WP Mail SMTP WordPress plugin.
”
[“MIMEHeader”:protected]=>
string(393) “Date: Wed, 31 May 2017 20:07:16 +0000
To: [email protected]
From: Newton at GreenApple Campus
Subject: WP Mail SMTP: Test mail to XXXXXXXXXXXXX
Message-ID:
X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8hey, if you’re experiencing a similar issue you can reach out to me via DM on twitter: @zakkates and I’ll try to help out.
This months ago so I don’t recall the exact solution, but, I can help you with your issue.
it was my fault…. is there a way I can delete this post? oops.
Hmmm, I restored the old database and I ended up still getting the issue.
Maybe something else is the matter.
I submitted this to my host company for review.
I’ll post the resolution here once I figure it out.
zk
Yes. I have removed it from both the wp-config.php and the functions.php. The only thing that remains is the domain_current_site
The thing is, is that I didn’t migrate the site. I converted my multisite from https://www.danoyes.com to danoyes.com
I did this by finding all “www.danoyes.com” and replacing it with “danoyes.com”
The site (all pages and content) still work, including sub-domain microsites. However, I can not access wp-admin anymore, it insists that there’s an error establishing a database connection (which, seems false).
<img src="https://www.simple-edge.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-11-at-2.13.27-PM.png" style="display: block; width: 100%; height: auto; margin: 0 auto; " />
sub-directory set up.
I replaced everything in the database first. Again, the sites work just fine (danoyes.com, mancusi.danoyes.com, lions.danoyes.com). The problem is when I try to access wp-admin it gives me the “Error establishing database connection” warning.
I tried forcing things as an attempt to fix it. I was just listing out the things I’ve tried up to this point.
I’ve tried:
wp-config:
define(‘DOMAIN_CURRENT_SITE’, ‘danoyes.com’);
define(‘WP_HOME’,’https://danoyes.com’);
define(‘WP_SITEURL’,’https://danoyes.com’);functions.php:
update_option( ‘siteurl’, ‘https://danoyes.com’ );
update_option( ‘home’, ‘https://danoyes.com’ );“repair database” with no success.
error message: https://www.simple-edge.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-11-at-2.13.27-PM.png
boo-yah!
So, when I updated to 4.4.1, I won’t have to worry about the patch being overwritten, ’cause, it’ll be fixed.!
<3
zk
Lee, right! I’m hoping that future updates of WordPress Core will resolve this, if not, I’ll just re-patch it again.
It doesn’t look like there’s anyway for me to fix this in the theme’s functions.php file. So, I definitely don’t prefer a CORE modification, but, it works for now. ??
Worked for me, too! thanks!
Same thing is happening on my website. My screen options section is also not clickable anymore.
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Title not editable using certain themes<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php if ( in_category(21) ) { ?> <!-- some specific content for category 21 but no extra wp loops --> <?php } else { ?> <!-- content for everything else but no other loops. <?php } ?> <?php endwhile; endif; ?> <?php get_footer(); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Title not editable using certain themesI’m having the same problem.
My theme is a custom basic theme that I developed. I deactivated all of the plugins except the front-end editor and I actually can’t edit anything on my page. I can see I’m in the edit screen but nothing is editable.
https://www.simple-edge.com/blog/wordpress-instruction-videos-for-wordpress-3-6/
Also, on one of my other pages, when I clicked “edit” I kept getting a 404 error (I even rebuilt the permalinks, that usually fixes any permalink related issues, no luck)
awesome!!! I can’t believe I missed that. Thanks! ??