adetaylor76
Forum Replies Created
-
Forum: Plugins
In reply to: [Polarsteps Integration] Your last saved step is “, “Ah, I think I had made my profile public this morning, instead of the trip!
I’ve fixed that now, but it still doesn’t seem to be working, even with a public trip. Can you try again please?Forum: Plugins
In reply to: [Polarsteps Integration] Your last saved step is “, “ID is AdeTaylor. I’ll speak to hosting company about the log.
ThanksForum: Plugins
In reply to: [Polarsteps Integration] Your last saved step is “, “Hi,
Thanks for the prompt reply, here’s what you’re looking for:
WP version: 4.9.4βen_GB
PHP version: 5.6.31I also made my trip public, then ran the cron again. Same issue.
What is the location of the error logs, I’ll fetch them down for you.
- This reply was modified 8 years, 2 months ago by adetaylor76.
Forum: Fixing WordPress
In reply to: Media libary issues – images not showing even though they existOK, fixed… somewhow I’d deleted a pretty key line from my .htaccess file:
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]Forum: Networking WordPress
In reply to: Domain mapping only working on root pageThanks Andrea… Apologies Donncha.
PS… both of them might want to put it in caps in there docs… ‘DON’T leave two copies up there’ π
Forum: Networking WordPress
In reply to: Domain mapping only working on root pageI was actually using Otto’s plugin – I should have mentioned,
I’ve actually solved it. I hadn’t placed the domain_mapping.php in the right place as every time I did it brought the site down previously. What I hadn’t spotted was that I had copied it an not moved it – when it was in two places it didn’t work. when it was in the wrong place the redirects didn’t work… we’re all good now though.
Cheers
Ade
Forum: Fixing WordPress
In reply to: WP3.0 site not redirecting http:\\domain to www.domainGreat, I had the same problem and removing the WWW in the site config page as suggested in
http://ww.wp.xz.cn/support/topic/homepage-redirects-to-signup-page?replies=5 (thanks reuben)The only issue is that I would like the www. to remain and tried the .htaccess hack to no avail.
RewriteCond %{HTTP_HOST} !^portraits.adetaylor.co.uk$ RewriteRule ^(.*)$ http://www.portraits.adetaylor.co.uk/$1 [R=301]It’s not redirecting back.
Any ideas?
NB… I’ve also posted this query in the other post too.
Forum: Networking WordPress
In reply to: Homepage redirects to signup pageGreat, I had the same problem and removing the WWW in the site config page has resolved the problem.
The only issue is that I would like the www. to remain and tried the .htaccess hack to no avail.
RewriteCond %{HTTP_HOST} !^portraits.adetaylor.co.uk$ RewriteRule ^(.*)$ http://www.portraits.adetaylor.co.uk/$1 [R=301]It’s not redirecting back.
Thanks
Forum: Fixing WordPress
In reply to: WP3.0 site not redirecting http:\\domain to www.domainThanks guys.. this is the contents of the .htaccess
#Options +FollowSymlinks # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] </IfModule> # END WordPress RemoveHandler .php AddType application/php5-fcgi php Action application/php5-fcgi /cgi-bin/php5fcgi.fcgiForum: Fixing WordPress
In reply to: WP3.0 site not redirecting http:\\domain to www.domainIt’s not plugins or themes, just ruled those out.
Interestingly I’m using networked sites;
And the site I created http://www.adetaylor.co.uk won’t redirect http:\\adetaylor.co.uk to www.
but….
the site I created as http:\\prototype.adetaylor.co.uk will redirect http://www.traffic to http:\\prototype.adetaylor.co.uk
Odd…..
Forum: Networking WordPress
In reply to: Can't access 2nd dashboard on new Network installationnot sure…. best to ask the hosting company to do this for you . I didn’t have access to it
Forum: Fixing WordPress
In reply to: Gallery images only showing mouseover -Timthumb issue?Also checked
* The scripts/cache folder has permissions 777 in order to save the cache files.And found some tips here……
* The custom field key is case sensitive. It must be βImageβ not βimageβ (but, not sure where to find this….)
* The custom field value for the image path should be relative to the site root. This means you should not include the http://sitename.com bit, but include everything else. (a bit beyond me)Thanks to…. http://prothemedesign.com/news/mimbo-timthumb-quickfixes/
Forum: Networking WordPress
In reply to: Live Writer (WLW) not detecting second siteClosing this as it was the maintenance mode plugin which was stopping WLW access to the relevant files! Doh!
Forum: Networking WordPress
In reply to: Live Writer (WLW) not detecting second siteI added the sub-site through the network functionality of WP3.0. With this method I believe there is only one xmlrpc.php file in the install.
Interestingly this is working ok on the WordPress iphone app but not when I use the new WLW version.
**Edit** I may have cracked it! I’m using a maintenance mode plugin whilst I’m creating the sub-site. This is also screwing up the iphone access when it’s activated so must be blocking the file access! I’ll deactivate it tonight and see what happens with WLW!
Forum: Networking WordPress
In reply to: Live Writer (WLW) not detecting second siteNo, when I was trying that I was getting a 503 error. I thought the there was only one xmlrpc file in the root