Forum Replies Created

Viewing 13 replies - 16 through 28 (of 28 total)
  • I have run into this before and took a week or two for the changes to reflect on Facebook. I have a feeling that Facebook is caching the Meta Data from when it was originally posted. In theory, it makes, sense. From an FB performance perspective, it makes more sense to cache the Meta results then to continuously fetch new data especially if it is a URL that get’s posted by multiple users.

    Hi Pleek,

    I have a feeling it won’t be that easy. While updating the WP-Config file is correct you may need to dive into the DB itself. I would suspect that there are references to the old site URL within the Database.

    You may need to change the below to reference the other 2 instead of 1.

    define(‘SITE_ID_CURRENT_SITE’, 1);

    Also, I would look at the following article from WP Engine, https://wpengine.com/support/how-to-change-a-multi-site-primary-domain/. This should be first but make sure you have a GOOD backup of your entire setup before diving in to make these changes.

    There are several things you need to do to move a WordPress install from one folder to another as well as the URL itself. I outlined the basic steps below.

    Prerequisites include access to File Manager or FTP and a COMPLETE backup of the site before you try any of this including files and DB.

    1. Most likely if you login into your hosting companies file manager or connect via FTP you will see that your website is within a folder called wp in the root directory. You will need to move all the contents in the /wp/ folder to the root of your hosting directory. This takes care of the /wp/ in your URL.
    2. Once the contents of the wp directory have been moved you will need to run a Search and Replace of your WP database to change any instances of http://www.itsallorganic.in/wp/ to http://www.itsallorganic.in/. I recommend using this tool https://interconnectit.com/products/search-and-replace-for-wordpress-databases/. Once you have run the tool and replaced all of the instances of the old URL make sure to delete the tool from your server. This is very important!

    Your website should now work when you visit http://www.itsallorganic.in/. There are a few things to be aware of, sometimes plugins don’t like when the URL changed. You may need to deactivate and re-enable all your plugins.

    These are the basic steps but they can vary depending on your host, themes, and plugins. Let me know if you run into any errors.

    From what you describe, it sounds like a theme or plugin may be calling a depreciated function. I would start by disabling all of your plugins and switch to a theme such as Twenty Sixteen. If the error disappears then there is an issue with one of the two. From that point I would make sure all of your plugins and themes are up to date and start enabling plugins one-by-one until you can identify which plugin is causing the issue.

    What plugins do you have installed? If you have Resize at Upload please disable it. There is a problem with the newer versions of WP which causes an HTTP error when uploading.

    For your first issue. This sounds like a problem directly related to the server, is it a VPS on Digital Ocean? WordPress uses PHP and unless any defaults have changed it should cap the memory usage by the site and not allow this to happen. Your site would throw errors but it shouldn’t take down the server.

    Can you provide me with more details about the server, such as OS and any updates that may have been installed? If you have root access to the server install something like https://sealion.com/ to start monitoring the server itself. It will collect data on processes, from that you should be able to identify what process is specifically causing the memory overload.

    For your send question, have your tried to use something like https://wordpress.org/plugins/disable-xml-rpc/ instead of using htaccess rules?

    If you have access to your server log files I would check your PHP error logs, this should give you an idea of what is going on.

    Else you could try to manually reinstall WordPress, something may be corrupted. Start with the log files and if everything seems fine try re-installing WP. Let me know what happens, there are a few other things we could try as well.

    If you have the same issue using different themes the issue is most likely not directly related to your theme or version being loaded by your theme.

    I would, however, review any log files you can, if it’s a PHP error or a problem with IIS then it should stand out in the log files.

    The following links have some good resources about WordPress running on Windows, https://codex.wordpress.org/Installing_on_Microsoft_IIS.

    Last but not least if your host has an option to reset file permissions give this a try.

    This is not a solution but a quick fix. Change the permission of the .htaccess file and only allow the user write access, make group and public have only read access. This should technically stop whatever is going on from writing to the file.

    Not to scare you but from what you are describing your site may have some kind of malware infection. I would reinstall the core files and all plugins. You can use something like Wordfence or Sucuri to scan for potential infections. Sucuri can also do a mass re-install of all plugins.

    Ok. From the looks of the screenshot, it is indeed an Ajax error. A few questions.

    What version of WP are you running?

    Is the site hosted by a 3rd party provider or an internal Windows server?

    Do you have direct OS level access to the server or access via a control panel?

    Any additional details you can provide relating to the hosting and versions would be helpful.

    Can you manually change/reset the password and is this issue only happening for a single user or all users?

    When I go to Admin/Users/Edit and then go to the New Password section, and then click the Generate Password button nothing happens. No message and no function to change the password.

    Last time I used a Windows Server to host WordPress I ran into a slew of permissions issues and random Ajax problems.

    If you are in Chrome and open the inspector tool while you are on the user edit page do you see any errors in the console?

    If you have access to your hosting error or access logs I would do a search on your IP address to see if any error messages are being displayed. These log files should tell you a lot.

    If you don’t see the Menu’s option your user account may not have the proper permission. Sometimes design companies don’t provide clients with admin access.

Viewing 13 replies - 16 through 28 (of 28 total)