My visual editor isn't working on a site after just launching it to a new server. I assumed a permissions issue, but the file itself is set to 644. I tried 755 on it as well and still no go. The directories all the way up are 755. I can access other files in the directory, but not this one file. Any ideas?
I added this code to my .htaccess file to get rid of index.php, but now all the pages 404 (the hyperlinks are mapped to the correct url) # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress i set up my permalinks using http://1.1.1.1/%postname%/ what are the next steps in order to troubleshoot this issue? what is the default permalink for me to …
I am trying to develop the website to find images that have been deleted from the media library as they were not needed. These Images that I have deleted have previously been on pages but have been replaced on the page now... but if you go to https://tools.pingdom.com/#!/ctzBfY/http://waggypetservices.co.uk you can see that some of the deleted images are still being called... this call also be seen in the page source. My question is how can I find what is calling …
I have a problem with images. I can see my uploaded images, as previously, through the media library. I can access each image by clicking on "edit". But if I then click on "View Attachment Page", I am taken to the "404! We couldn't find the page!" message. This applies to all images in the library. At the same, images in some posts (but not all) are behaving differently from before. It used to be possible for readers to click …
Whenever I try to add new posts or pages, or edit posts or pages from the admin menu, from the front end or even from the all posts and all pages lists, I can't. I'm always taken to a 404 error page. How can I fix this? Wordpress was installed in English, installing in Spanish results in same issue. Database is UTF-8, PERMALINKS ARE NOT THE ISSUE (I've set and reset them to try and fix as I've seen other …
So in my homework I was given code example and it works for teacher, but not for me. So from what i understand that I'm creating custom post type and custom taxonomy for it, also there is filter that replaces my %gaming_genre_new% with created category. And it works on custom post type stage, but it breaks when I add taxonomy. I can access for example my archive "gaming" and even created with taxonomy "genres" in it, but when i want …
I can't solve this issue. I tried everything I found over the web. I first tried configuring my nginx.conf following the example on codex with no success. https://codex.wordpress.org/Nginx I found that many users encounter this issue but the most popular fix is this: location / { try_files $uri $uri/ /index.php?$args; } I still get 404 for all pages. This only happens if I don't use the Plain setting in permalinks structure. Any ideas on how can I fix this? Thank …
I'd like to have the following: Single Post test.com/blog/new-category/post-name/ Category test.com/blog/new-category/ So I changed the Permalink structure to: /blog/%category%/%postname%/ and the category base to blog. But this gives me a 404 on the post. So I tried blog/. for the category base, which works. But only for the first page. On the second page it gives me a 404 for test.com/blog/new-category/page/2/. I guess WP is looking for a post with the slug page/2/. Does anybody had a similar problem and …
I am on a fresh install of Wordpress on Ubuntu / LAMP, and noticed that none of my site's images are showing. I tried to install a theme (Sydney) and none of the images were showing up. I was able to fix this by manually installing the theme to the wp-content directory. You can see in the image below that all of the files being requested from wp-content are returning 404 errors. I tried uploading images, but they are returning …
On one of my sites the permalinks are broken regularly. After saving them again it's all fine but a few days later the permalinks result in not found and I have to save them again. There are no errors in the log files and I also deactivated all plugins which might impact rewrites/permalinks. Due to the fact that it happens over time it's hard to see if maybe a plugin is causing the issue. Any idea?
I've followed the code based off this and everything is working perfectly -How to create a permalink structure with custom taxonomies and custom post types like base-name/parent-tax/child-tax/custom-post-type-name So I am able to browse taxonomy archives with my/category (or) my/category/subcategory and view a custom post associated with each term as my/category/subcategory/custompost However, I cannot view my/category/page/2/ or my/category/subcategory/page/2/ It gives me a 404. Here is the code I am using. posttype.my.php function create_my_posttype() { register_post_type( 'my', array( 'labels' => array( 'name' …
I had to use a backup of the website and on restoration the Homepage has 404's to all JS/CSS files Every other page is accessible and does not experience the issue I've checked the permalinks, I've checked file permissions but the problem persists https://onemoresong.com.au Does the HTAccess need to be altered or this issues with the DB?
Not very familiar with WordPress so I'm not sure what's causing this. Essentially, we have a few image assets stored under wp-content. When we access some assets (i.e. cmssubdomain.apex.com/wp-content/image.png) we are getting some peculiar behavior around the Referer request header: It works if accessed without the Referer header It works if accessed with the Referer header as long as the value matches the cms subdomain It fails once the Referer header is set to a value different than the subdomain …
I have some posts that were permanently deleted, however, instead of wordpress returning the 404.php page template, it is returning the index.php template. In other posts, the behavior is right, but in some like this it is not What I've done so far: theme change to twenty-two I updated the permalink structure I cleaned the database with the advanced database cleaner plugin. There is no cache However, nothing resolved. You can see below the template shown and the correct status …
I have been Googling and trying anything + plugins I can find on Google, but none of the things I tried fixed my issue. For some reason, when I go to my URL/category --> Works URL/category/subcategory/post.html --> works URL/category/subcategory --> DOESN'T WORK (https://businessanddata.org/excel/excel-general/) For my permalink, I am currently using the custom structure as the screenshot is showing. I have check Yoast settings and don't see anything out of ordinary. The URLs were working before the version 4.9.4. Any help …
Every Wordpress site I am building shows 404 (Not Found) error in the Javascript console for a file called null. I have confirmed that this happening on a clean install of WP 5.9.3 without any plugins, settings changes, or database edits. Here's what it looks like in Chrome Dev console: This happens on every page on the site whether I am logged in or not. In the above example, if you look at the referenced line 330, it's always a …
I have a custom post type named episodes_listing and a custom taxonomy named episodes_category. My goal was to have pages like domain.com/episodes/season-one. This works great, and if I have a template called taxonomy-episodes_category.php and someone goes to domain.com/episodes/season-one, using the standard WordPress loop it works fine and shows all of the episodes from season one. However, when I try to add pagination to this, When someone goes to page 2, the url changes to domain.com/episodes/season-one/page/2 and returns 404. I'm not …
I have built a new site based on a content from an old one. Also, there is some partial content in another WordPress blog which I have to import. Unfortunately, on the blog I don't have full access, but the owner shared the full backup file. I needed only some categories, not the entire blog. So, I tried to import the file in a brand-new website, on a subdomain, but the export file was too big and the settings of …
Today I migrated a WordPress site from another server to a new server, there is a new domain and new host, so I follow the manual way to upload my site. That was, I downloaded files and upload it on to new fresh host and, database export and import to the new host. After that, I have changed site URL, home page URL in the database, so site looked fine. But when I try to edit a page, that my …