Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello, @lschuyler

    I gave it a go and can confirm that the issue is fixed using the new file.

    I have reverted to the original file and will wait for Jetpack to be updated.

    Thank you, everyone.

    Hi, I’m not much of a programmer but I would still like to help.

    Will it be possible for me to just

      deactivate the Jetpack plugin,
      rename the original file to something else,
      upload the new file as per the link you’ve provided,
      active the Jetpack plugin and
      do the test?

    I have to ask first before I break anything that I don’t understand.

    Thank you in advance.

    Hi, I have the exact same issue but the plugin I’m using is SendGrid.

    No issues with the Password Reset email also.

    Anything else I can provide to help with the troubleshooting?

    Hi gforum

    Glad I was able to help.

    Remember to mark this topic as resolved if it solves the issues that you are facing.

    Thanks.

    Regards,
    Rezdwan Hamid

    Hello gforum

    Moving WordPress to a new directory should not cause an out of memory problem. It could be a coincidence that you might have changed some other things like plugins or themes when you also moved WordPress to a new directory.

    If you’re seeing this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule-out a plugin-specific issue and try switching themes to rule-out a theme-specific issue.

    Firstly, regarding your questions about the copying of the .htaccess and index.php files, I assume you were using the following guide.

    Moving a Root install to its own directory

    Step 6 requires you to move all the WordPress files from the root directory to a new folder. So you’ll have to move everything to a new folder that you created, for example wp.

    As for step 7, everything should be in the new folder that you created. Now you only have to copy .htaccess and index.php to the root directory (which happens to be the original location).

    Secondly, once you have copied the two files mentioned above, they need to be updated. For index.php, you need to update the content from

    require( dirname( __FILE__ ) . '/wp-blog-header.php' );

    to

    require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );

    As for the .htaccess file, you can update it by going to Settings > Permalinks and change it to Default and then Save Changes. After that, select a structure that you want and click Save Changes again. Your .htaccess should be automatically updated.

    Lastly, you shouldn’t need to export or change the sql file in your database when moving your WordPress blog to another directory.

    Hope that helps.

    Regards,
    Rezdwan Hamid

    Hello Daniel-San-1000

    A bit messed up with what you did for the URL change but you may want to check the following.

    First of all, I was able to locate your Log In page. It’s actually at http://principledrivenmarketing.com/rgpF75aY2Y/ and I found it through a link at the bottom of your home page.

    Honestly, I’m not sure what you did to have changed the Log In page into a very weird looking URL like the one shown above. I hope you can at least log in now and investigate.

    Secondly, if you have actually installed WordPress to http://principledrivenmarketing.com/wp and now you want it at the root directory instead like http://principledrivenmarketing.com, you may want to read this codex instead.

    Giving WordPress Its Own Directory

    In your case, you might want to read the following section only.

    Using a pre-existing subdirectory install

    I hope that helps.

    Regards,
    Rezdwan Hamid

    Hi kamaleon

    You’re welcomed.

    Remember to mark this topic as resolved if it works.

    Thanks.

    Regards,
    Rezdwan Hamid

    Hello kamaleon

    Is there a way to do pages inside a so called directory? Yes, there is.

    Following your example, all you have to do is create a page called Private as the title and make sure the permalink looks like http://yourblog.com/private/.

    You then create your two or more other pages and the only difference is you have to select Private as the parent page under Page Attributes when editing these pages.

    I hope that helps.

    Regards,
    Rezdwan Hamid

    Hello RhysPrice2014

    I probably can answer your question about adding all posts, both new and old to a category.

    First of all, assuming you have already created a new category that you want, you can now make it the default category for all your new posts by going to the dashboard and clicking Settings > Writing. You should see a dropdown menu called Default Post Category. Just select the new category that you have created, click Save Changes at the bottom and all new posts will be in that category.

    To add all existing (or old) posts to a category, you could click on Posts > All Posts in the dashboard and then check the top most box to select all posts. After that click on the Bulk Actions dropdown box and select Edit and then click on the Apply button. Check the new category that you have created under Categories and then click on the Update button.

    As for hiding the category below the posts, you could easily do this using some CSS code. If you are using the Jetpack by WordPress.com plugin, it makes things easier for you to edit the CSS for your theme. Can’t advise you on this because different themes uses different codes so I won’t know what CSS codes to suggest to you. Maybe you want to share the link to your website so we can have a look at it?

    Hope that helps.

    Regards,
    Rezdwan Hamid

    Thread Starter Rezdwan Hamid

    (@rezdwanhamid)

    Hello fredericktownes

    Thank you for the update.

    I’ll look forward to the future release then.

    Regards,
    Rezdwan Hamid

Viewing 10 replies - 1 through 10 (of 10 total)