mrjeany
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange 403 error on ONE page onlyAnd mine!
Forum: Installing WordPress
In reply to: Login Problems After domain changeHi
I had a similar problem with two forward slashes appearing in a blog – I tried bypassing it in various ways and could manage the admin login, but the other authors kept coming up against login problems. I finally figured something out – at some point in the early stages when switching from a test url to the full domain of the site, I had added this to my wp-config.php file:
define(‘WP_HOME’,’https://www.mysite.com/’);
define(‘WP_SITEURL’,’https://www.mysite.com/’);as I’d been having problems getting the url to work.
Removing the forward slash and writing the url like this:
define(‘WP_HOME’,’https://www.mysite.com’);
define(‘WP_SITEURL’,’https://www.mysite.com’);fixed the problem. Anyone having this problem, maybe check your wp-config for these lines?
Forum: Installing WordPress
In reply to: Backend working but pages not displaying in new WP installationHi Esmi
Thanks for your help. I’ve re-uploaded everything and it’s still not working.
???
Forum: Installing WordPress
In reply to: Backend working but pages not displaying in new WP installationThere’s nothing to see there, I’m afraid… ??
Forum: Installing WordPress
In reply to: Backend working but pages not displaying in new WP installationNope, nothing – page is completely empty in Firefox. In IE, I get the error page code. I just tried upgrading to 2.8 and it didn’t make any difference. Argh!
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now pages don’t display…WTF?Turns out this was a problem with my hoster that coincidentally happened as I was working on the files…it’s fine now, my minor heart attack was for naught! The rewrite fix didn’t work for me however, I ‘m stuck with the default permalinks for this site.
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now pages don’t display…WTF?I’ve just had a disaster with the rewrite.php file – I read through this thread carefully, downloaded the rewrite.php file and copied it to my server. The site stopped working; nothing will load. I deleted it from the server and restored the original version, but the problem is the same – the browser attempts to load the page for about 10 mins and then either a database connection error comes up, or it says ‘The specified CGI application exceeded the allowed time for processing. The server has deleted the process.’. I haven’t changed anything else on the server. Anyone have any ideas what might be going wrong? I’ve tried copying the rewrite.php file in binary and ascii modes…
Forum: Plugins
In reply to: [Plugin: Events Calendar] What’s wrong with my Event Calendar ?Just wanted to add my voice to the thanks, that worked really well for me too.
Forum: Themes and Templates
In reply to: Running flash objectsHi
I’ve tried using Kimli flash install to add a flash header and it’s just not working for me. I’ve installed Kimli v 1.4, and have checked that it’s activated in my plugin area. I’ve put the following code in my header.php:
[kml_flashembed movie=”header_temp.swf” height=”150″ width=”970″ /]
I’ve tried both a relative and an absolute path, and the flash file is definitely published to the server – but nothing shows up on the wordpress blog. It’s driving me crazy – anyone have any suggestions? Is there a step I might have missed?
Any help would be greatly appreciated…
Cheers
mj