abletec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizer not working, can’t edit site…Penster4, changing the theme is a *temporary* measure to see if the problems resolve. If so, then you know the problem is your theme.
Sometimes the code in child themes becomes out-of-date & causes errors, or contains errors in & of itself.
The objective here is to try to figure out why you’re having the problem. Clearly, if you change the theme to its parent, or as I stated, better yet, to a default theme, & the problem goes away, then you know where the difficulty lies & can start working from there. It’s merely a temporary attempt to track down in which component of the WordPress installation the problem lies.
Forum: Fixing WordPress
In reply to: Can not add new pluginsHello, ligang, & welcome. Please look at your ‘Tools’ menu in your dashboard & let us know if it contains anything about ‘network’. If so, then you’ve installed a multisite network in which case there will be lines in your wp-config.php & .htaccess files pertaining to multisite. If you do not want a multisite network, then eliminate these. If for some reason you do–&if you don’t have multiple authors on the site, it’s probably not a good idea–then you need to log in as a super admin, ie, mulanwigs.com/wp-admin/network.php to install plugins.
If your site is not a multisite, then please get back to us for some additional troubleshooting assistance.
Forum: Fixing WordPress
In reply to: Customizer not working, can’t edit site…Hello, penster4, & welcome. These things can be tough to troubleshoot, but here are some equaly random thoughts from a likely much slower mind.
* You’re using a child theme. Please switch to the parent–or better yet–a default WordPress theme (these begin w/the word ‘twenty’), & see if the problem resolves. If it does, then you know your problem is w/your theme.
* Your Instagram feed appears not to be working, & the message is that your access token is invalid. If you’re using a plugin for this, often they have a page where you can go to get an access token.Thank you *so* much for giving us your site url. It was incredibly helpful & saved some time, ie, it’s the first question we’d have asked, & then both of us would have to wait around until that was answered.
Forum: Fixing WordPress
In reply to: Removed /wp from my site link and now everything is wrongHello, enyeartmarketing, & welcome. That would be anticipated, of course, because the site is installed in the wp folder.
You can choose to deal w/this in a variety of ways. You can either choose to move the WordPress installation to the root of your folder, ie, out of wp, in which case you’ll need to do a search-&-replace on the database to eliminate the wp from all site urls. If that seems difficult, then you’ll need to change the urls back. You can either do that in the database, under the wp_options table, (provided your default table prefix is wp_, change it accordingly if not). Make very certain you have a backup, please, prior to editing the database. Or you could edit them by opening your wp-config.php file & entering the following lines.
define(‘WP_HOME’,’http://www.nettingworld.com’);
define(‘WP_SITEURL’,’http://www.nettingworld.com/wp’);Let us know if you require additional assistance.
Forum: Fixing WordPress
In reply to: Failed To Import Tag, Media – Can’t Import my old WordPress Contentmichaelnjc, from the sounds of it, you’re entering the wrong credentials. Unfortunately, these things are not standard amongst hosting providers. Some, like me, use the same ssh credentials as the client’s CPanel. Others have totally different rules. Some also use different ports instead of the standard port 22.
Some links that may prove helpful are:
https://my.bluehost.com/hosting/help/180 &
https://my.bluehost.com/cgi/help/301Other than that, I don’t really know what to say. Perhaps posting a job on:
http://jobs.wordpress.net
might also be helpful.Forum: Fixing WordPress
In reply to: Failed To Import Tag, Media – Can’t Import my old WordPress Contentmichaelnjc, Please consult the following to enable SSH (shell access) on your account.
https://my.bluehost.com/hosting/help/180Beyond that, you should, unless GoDaddy has already cancelled your account, be able to log into GoDaddy w/your customer# & password.
Forum: Fixing WordPress
In reply to: Failed To Import Tag, Media – Can’t Import my old WordPress ContentHello, michaelnjc, & welcome. The problem is that the scripts are likely timing out. If Bluehost permits shell access, then WP-CLI is the perfect tool for this. Otherwise, you may have to break your imports down into smaller pieces.
Forum: Fixing WordPress
In reply to: HTTP error when uploading PDFHello, Edward, & welcome. Thank you so much for starting your own topic. “me too” posts tend to really muddy the waters, as each configuration is diferent & it’s confusing when a reply to 1 person’s situation isn’t applicable to another person’s, even though it’s the same thread.
HTTP errors are indeed frustratingly vague. Unfortunately, there are quite a few causes to add to the vagueries involved. 1 of the most common, though, is improper configuration of 2 variables in the php.ini file, specifically, post_max_size & upload_max_filesize. The 2 should be = & be more than the size of the file you wish to upload.
If these are configured correctly, then other issues are likely afoot. Sometimes you can determine these either by looking at your site’s error logs via your hosting provider’s control panel, if that facility is available, or via error logs in your WordPress folder(s). Other causes of the problem can be firewall issues, either at the client’s or the server’s side, (or both), resource limitations, & even browser incompatibilities &/or misconfigurations.
It would really assist if you could be very specific regarding what you’re experiencing. Unfortunately, I’m afraid I don’t understand the part surrounded by *’s: “The person who normally does it reported the problem to me, and **I got the same — two different home networks.**”
Forum: Fixing WordPress
In reply to: Media Upload http errorHi, pamjasperx, & welcome. Do you happen to know whether your hosting control panel has an applet where you can view your site’s error logs? Also, have you checked your upload_max_filesize & your post_max_size & compared it w/the size of files you uploaded?
Forum: Fixing WordPress
In reply to: Password Protected Page not redirecting properly@otto42, wrong gender, but, that’s ok. thank you for your help, & please accept my apologies if I was in any way out of line. I am truly sorry if that’s the case.
Forum: Fixing WordPress
In reply to: Password Protected Page not redirecting properlyI feel terrible for asking now, but, having said that, the lines I point out look as though they may be contributory. This is 1 of the standard procedures in these sorts of circumstances.
Forum: Fixing WordPress
In reply to: Password Protected Page not redirecting properlyJohannaa, actually, I find these last lines possibly contributory:
# Block external access to wp-login.php file
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^.*?wp-login\.php.*$
RewriteCond expr “! -R ‘192.168.0.0/16′”
RewriteRule ^.*$ /error [R,L]
</IfModule>Can you check w/your IT folks?
Forum: Fixing WordPress
In reply to: Password Protected Page not redirecting properlyHi again, johannaa. Please go to ‘Settings > General’ of your site & ensure that the url structure is in fact https://www.supportuw.org.
If that does not help or is already in place, can we please see your .htaccess file? Please enclose it in
, ie,line 1 line 2 line 3I know your IT department says it’s fine, & it likely is, but I guess I’m from Missouri even though I’m not.
It appears you’re hosting w/Network Solutions, unless my not yet having had coffee this morning is seriously impairing my investigative prowess. If I am indeed correct here, do you have facilities such as a control panel wherein you can see error logs?
Forum: Fixing WordPress
In reply to: Password Protected Page not redirecting properlyHello, johannaa, & welcome. When I attempted this, I was asked to log in, which of course I can’t do, as I don’t know & don’t want to know your credentials. So I am receiving a login screen. Are you receiving that? Or does the problem occur after you enter your password to log in?
I notice you’ve got some caching going on. Perhaps you might want to try clearing that cache & see if that’s at all helpful.
Forum: Fixing WordPress
In reply to: 404 when editing a post with hyperlinkActually, I think I was doing pretty well figuring it all out. I just didn’t want to miss something if I could help it, Michael.
I figured the stray quote was likely a pasting error, but you know what you do when you assume. So I thought I’d point it out just in case it was relevant.
I think the forbidden error is pretty telling, & I suspect perhaps some changes made to your hosting provider’s mod_security rules may be the culprit. Again, I’ll ask if WordPress is set to close tags automatically, because if so, then closing them manually may (or may not) create problems. But I think your next call is to the hosting provider, asking them to check on whether mod_security is firing on some rules.
If the hosting provider doesn’t/can’t help, I’ll be glad to offer you a staging area on my server in order to clone the site & see if you’re receiving similar results, if that’s of interest. If no problems occur, then we pretty much know it’s a hosting issue. You’ve actually kind of done that already on your local box, but it might be something to consider nonetheless.
You’ve done a really great job troubleshooting this, Sir, & I do hope that once this is all said & done, you’ll think about joining the volunteers here to lend a hand to those who need it. We could always use more help. & you’ve already got a friend on here so it’s not like you won’t know anyone, which can always be a bit intimidating :).