ashbydesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Captcha] math captcha not working after latest update.There’s been an update to Formidable’s math captcha now that resolves the issue.
Forum: Plugins
In reply to: [Incapsula] Warning message after plugin updateYep – fixed the error message fine, thanks.
I presume this is just a message string that has no effect on the functionality required by Incapsula to run incapsula plugin first…?
Forum: Networking WordPress
In reply to: Help! Uploads path issue after server moveThanks for getting back to me Mika
I have been thinking along the lines of what you’re suggesting, but I’m not remotely qualified to attempt it on guesswork and I hadn’t found your post when searching.
So… I’m not a deep coder – please bear with me. Would you mind if I check the following points with you before I wade into the deep end.
1) Back up!
2) Move each site’s images – I’ll be doing it manually by FTP (I’ve never used command line)
** I’m confused, all this rewriting is doing my head in. I DO or DON’T need the /files/ directory for each site?
For instance, should I move from — blogs.dir/10/files/2013/01/image.jpg
to — uploads/sites/10/2013/01/image.jpg
or to — uploads/sites/10/files/2013/01/image.jpg3) Manually edit site paths in Network Admin:
Upload Path = wp-content/10/files (was wp-content/blogs.dir/10/files)
Upload Url Path= wp-content/uploads4) Do a database search/replace in phpmyadmin on each site posts table (because I prefer the safe and sure method)
UPDATE wp_10_posts SET post_content = REPLACE ( post_content, '="https://ageofwe.org/files/', '="https://ageofwe.org/wp-content/uploads/sites/10/');
5) Add the following to wp-config
define( 'UPLOADBLOGSDIR', 'wp-content/uploads/sites' );
6) More database action. Ok… not sure what I do in phpadmin to do this – how to go about it?
INSERT INTO
my_database.
wp_sitemeta(
meta_id,
site_id,
meta_key,
meta_value) VALUES (NULL, '1', 'ms_files_rewriting', '0');
7) If it don’t work for sites, try your patch-em-up function
function stupid_ms_files_rewriting() { $url = '/wp-content/uploads/sites/' . get_current_blog_id(); define( 'BLOGUPLOADDIR', $url ); } add_action('init','stupid_ms_files_rewriting');
8) comment out ms-files line in .htaccess
9) Cross fingers no weirdness – check path options under sites
Forum: Networking WordPress
In reply to: Help! Uploads path issue after server moveNo luck so far. All seems fine – httpd.conf good. No php error logs appearing. Images are uploaded as expected – they are just not visible in blog admin or on the blog front end.
See ageofwe.org – open at the moment though broken on blogs images – it’s being looked at by another tech to see if they can figure.
Forum: Networking WordPress
In reply to: Help! Uploads path issue after server moveSorry about that… it still amazes me that people are so generous with their time, so I’ll not do that again. The second post was an edit but the third was me getting desperate at the end of my working day (UK) and sounds cheeky.
I’ve sent a message to the server re. httpd.conf and await an answer. I’m pretty sure the new server config is the same as the old but will check. One thing is that the new server has Incapsula security set up on it, so I am wondering if this might be causing issues (am new to it). Will investigate.
Forum: Networking WordPress
In reply to: Help! Uploads path issue after server moveIs there anyone who might be able to help? I’ll happily donate for a bit of assistance here. The network is supposed to be live and I’m getting people asking why it’s not… I’m
Forum: Networking WordPress
In reply to: Help! Uploads path issue after server moveOK – I can see that the Network Setup htaccess code makes provision for wordpress 3.5 AND for the older uploads system to the blogs.dir (instead of sites). So, I’ve now changed my htaccess file code to this – I presume this is correct…?
Still no difference to the issue I am having concerning the image upload path, however.
Another check I’ve run:
blog.domain/wp-includes/ms-files.php?file=2013/05/image.jpg
– produces the same missing image link.
Same for me – have only just installed the plugin. I’m using Twenty Eleven as my blog theme.
Forum: Plugins
In reply to: [Captcha] Captcha incorrect…but it isn'tSame issue for me, too. Conjunction with Formidable Forms.
Ta! No probs. Appreciate your rapid feedback.
In addition to the above, I’m also not getting any shipping form show up at all – even when selected to show the shipping form for shippable items. I am only using the order form option.
The form validation settings are in Cart66GatewayAbstract.php; I guess the only way to resolve this is to dive in there. Causing a bit of a headache…
Forum: Fixing WordPress
In reply to: How to alter .htaccess to fix .epub downloads(Apologies for my disappearance there – it’s my dinner time – I went away to chomp…)
Forum: Fixing WordPress
In reply to: How to alter .htaccess to fix .epub downloadsi.e.
/wp-content/uploads/2011/04/TLE_Sony.epubForum: Fixing WordPress
In reply to: How to alter .htaccess to fix .epub downloadsUploaded to Media. I tweaked to allow this.
Forum: Fixing WordPress
In reply to: How to alter .htaccess to fix .epub downloadsI will hallelujah anyone who has a clue: I will have stumbled at the last hurdle if I can’t find an answer…