EmbadoBen
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Strange Permalinks behaviourDaanial, thanks for trying to help but I’m going to go down the road of a fresh wordpress install and then import in the old content. The time it’ll take to do that is measurable whereas trying to fix something like this by going from one option to another can be endless.
It would be better to understand why it’s happened, what broke and how to fix it but time is my enemy on this one. Thank you again for having a look in to it.
Forum: Installing WordPress
In reply to: Strange Permalinks behaviourPermalinks are set up to default at present so it works as it’s live. I can’t change it to where it breaks till this evening when the site traffic slows down to a crawl (3 hours time).
Forum: Installing WordPress
In reply to: Strange Permalinks behaviourThe really strange bit is that it’s not going to a “page not found” error. It loads the URL but shows the home page???
Forum: Installing WordPress
In reply to: Strange Permalinks behaviourHi Dannial. Thanks for the reply. I downloaded the htaccess file and deleted all the content from it so it was just:
# BEGIN WordPress
# END WordPress
I then ftp’d it back up and changed the permalinks on the dashboard and re downloaded the file where it then had:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /acornblue/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /acornblue/index.php [L]
</IfModule># END WordPress
So it has the correct permissions. It’s a really strange issue.
Since posting I’ve also set up a dummy site that’s an exact copy with the same issue then over-wrote all the core wordpress files with a fresh download from wordpress. That didn’t fix it. I’ve already tried everything relevant from Moving WordPress page, none of which worked!
It’s getting to the point where I’m ready to admit defeat, take a content backup and start from scratch 🙁
Forum: Fixing WordPress
In reply to: WordPress menus – Dynamic Label & URL in Custom LinksShould have said the dynamic link will display the name and url of the custom taxonomy for a specific custom post type that the post you’re viewing is in.
Forum: Fixing WordPress
In reply to: Insert/Edit Link not workingThanks for your help and time, much appreciated 🙂
I’m getting the following error in developer tools:
Error: TypeError: c.wpdialog is not a function
Source File: http://259224.temp-dns.com/wp/wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin.js?ver=358-23224
Line: 1Is that where I’d need to point any programmer to for fixing the issue?
Forum: Fixing WordPress
In reply to: Insert/Edit Link not workingFeast
http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/461906When I did this site I was a total newbie to WordPress so just edited the them templates directly rather than creating a child theme of it. The theme hasn’t been updated by the author sine January 2012.
Forum: Fixing WordPress
In reply to: Screen Options not savingHi Bill,
Thanks for the reply. The site hasn’t been compromised but that link you sent will come in handy for future testing so thank you for that 🙂
I’ve got a feeling the issues may be down to an update failing somewhere but not enough to stop the site working. It may be that we have to backup the database and wipe the server clean and do a clean install 🙁