Jeremy Pry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 infinite redirect loop error on SOME postsHi sveralex,
There should be no reason at all to make changes to WordPress core, and I strongly recommend that you do not apply the patch that you found. If there is any logic that you need to modify, then it should be done via a plugin instead of a patch, especially when dealing with WP_Query.
Forum: Fixing WordPress
In reply to: Accidentially changed my URL without knowing what I didHey Maria,
Assuming you have control of the “mariaberthel.com” domain, you will want to update the domain to point to the same IP address as “mariaberthel.dk”. I can see that those domains are resolving to different IP addresses.
If you don’t yet have control of the .com domain, then you may need to manually revert the change in the database. Do you have direct database access to your WordPress install?
Forum: Fixing WordPress
In reply to: 301 infinite redirect loop error on SOME postsHi sveralex,
I tested every one of the links you provided, and they all work without causing a redirect loop. If you’re still seeing redirect loops, you should try clearing the cache and cookies in your browser.
Hey Suyash87,
If you have modified that file at all, it may be best to just delete all of the WordPress files and download a fresh copy. That would be the quickest way to ensure you have a clean, unmodified copy of all of the WordPress files, and you won’t have to worry about any syntax errors from those files.
Forum: Fixing WordPress
In reply to: Get cookie when logged outGlad to help out!
Forum: Fixing WordPress
In reply to: Get cookie when logged outIt would be worth reaching out to your host to see how they recommend handling cookies in your PHP scripts. They may have some specific suggestions for how to still accomplish your goal in their environment. Without being familiar with their exact setup, myself and others on these forums will be limited in the advice we can give.
Hey Suyash87,
The problem is likely the
->after$menu_itemon the last line. When you use the->operator, PHP is expecting you to reference a property name using a string or variable. If there’s nothing but whitespace following the->operator, that may be the reason for your error.It’s worth noting at this point that you shouldn’t be modifying the core WordPress files directly, which includes everything in the
wp-admin/andwp-includes/directories. Instead, you should take advantage of the Plugin API to change default WordPress functionality.Forum: Fixing WordPress
In reply to: Get cookie when logged outHey isbuilder,
Are you using a Managed WordPress host, such as WP Engine, as your hosting provider? Or do you possibly have some other caching system in place? If so, that’s likely the reason you aren’t able to see any cookies in your PHP scripts.
Forum: Fixing WordPress
In reply to: People can't reach page 2 of my blogHey Harvie,
The best thing to do would be to try to figure out what is causing the redirect. Have you added any new plugins lately, or done any updates, or made any changes to the site besides adding new content?
Forum: Fixing WordPress
In reply to: Bizarre problem not contained to a titleHi zoesah,
The problem that you’re describing is understandably very frustrating, especially when you aren’t even sure where to start. These support forums are 100% volunteer-based; there is no WordPress organization officially responsible for answering questions on this forum. With that in mind, expecting a quick answer to a complex problem is unrealistic, and posting messages like “answers are hard to come by on WordPress” is counter-productive. Most of this is outside the realm of the WordPress software itself.
To address your actual problem, in order to regain access to the WordPress dashboard, you’ll need access to the hosting environment of the website. In particular, you’ll need access to the database. Based on what you’ve said, it’s likely that will be very difficult since the person who set up hosting is not able to be contacted.
If you want to create your own hosting account and point the domain name to the new hosting, then that’s definitely possible if you have (or someone else has) access to the domain registrar account. Hosting companies and domain registrars typically have good support documentation about how to set up an account and change DNS settings for a domain name. Because the process varies slightly depending on the provider, it’s best to use their documentation.
Unfortunately, if the domain registrar account is also in the hands of the person who left, then there are going to be very few options available.
Forum: Fixing WordPress
In reply to: New User Invites Not Working as describedHey baadtaste,
The “invite new” option for users is a function of WordPress.com. These support forums are for self-hosted WordPress.org. There’s a good explanation of the differences between .org and .com here. I would recommend using the WordPress.com Support page to get help with the invitation of new users.
Forum: Fixing WordPress
In reply to: Fatal Error!?Hey Kmadden2004,
If you have FTP/SFTP access to the website, then you can move or rename the wp-content/plugins/page-links-to/ folder. With the folder renamed or removed, WordPress won’t be able to load that plugin, and it should prevent the fatal error from occurring.
Forum: Fixing WordPress
In reply to: People can't reach page 2 of my blogHey harvie316,
When clicking any of the links for the pagination, there is a redirect back to the homepage. I noticed that you’re using the Leaf Theme. The following notice is at the top of the download page for that theme:
This theme hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Has the pagination ever worked with this theme for you? Have you tried any other themes that are kept up-to-date?
Forum: Fixing WordPress
In reply to: Fatal ErrorAn initial search on Google for the same problem seems to indicate that you should update your version of BuddyPress to the latest version, which is 2.4.0. However, I would recommend asking your question on the BuddyPress Support page so that you can get help from people who are more familiar with BuddyPress.
Forum: Fixing WordPress
In reply to: getting 404 errors for category pages that don't existThe 404 error means that the resource or page you’re looking for can’t be found. If these category pages don’t exist, it is expected that you would get a 404 page.
Could you clarify what you’d like to be seeing instead, or what you’re trying to accomplish?