demon11c
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.ok Im back:
http://www.picturesleeve45s.comNot sure if Ill get any surprises, but seems to be good so far.
Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.Ok so I move the entire directory. Installed a fresh install of WP and connected it to the DB old. The site is back but in a sorry state of affiar. Im at least glad to no longer see a white scrreen.
Im now copying bits and pieces (themese, plugins, content etc) back over from the old director – carefully refreshing after each step to see if anything breaks – until Im back to normal.
bleh.Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.The above shows my issue is not with config files, themes, plugins etc.
My apache config is fine and not changed (tried removing everything and just adding a basic index.html page – it showed up fine). What’s left? The DB?Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.ok this is weird. I renamed the entire blog directory and restored one from backup from a week ago and it’s STILL a blank white page. what the..?
Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.@vva116 NO it cant be resolved! Why dont you read a bit more before posting.
Forum: Installing WordPress
In reply to: Update to wp3.4 –> Installation failed –> Blank white page.Thanks for the reply Jan, but no luck with either of the two options.
Starting to read the link, but this is really not what I had in mind after coming back from work. Sigh.Forum: Fixing WordPress
In reply to: Theme logo – Duplicate ImageHi there. Anyone have an idea on this? It’s driving me nuts.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Shipping address details – Country pulldown only?Thanks, looks good. Will have a play with that.
I changed a couple of things, but I believe this fixed it:
At the bottom of the My selling tools page, click the PayPal button language encoding link. On the resulting Language Encoding page, select the More Options button. From the Encoding dropdown menu, select the appropriate character encoding scheme for data that your website sends to PayPal. If in doubt, set this to UTF-8 as per your WordPress installation.
Yes, it is.
Everything is mainly in English, but but there is quite a lot of Japanese (see here).
One guy who had a problem said he is on Safari (5.1.7) using Western (ISO LATIN 1) encoding.
This one is difficult to troubleshoot as I cant replicate it myself.
If anyone has any suggestions…Thanks, I will test this as soon as I have a chance and post the results.
Ive temporarily gottena round this by setting “Add to cart, without going to cart page.” to no, but would like to fix if possible if anyone has a suggestion.
Forum: Fixing WordPress
In reply to: Featured Image – Cropped to 500×375 – Make it stop!Good call. The image is full size and un-cropped when I use Twenty Eleven.
Found it in /wp-content/themes/gallery/functions.php. I replaced 500×375 with 500×500 in a couple of spots in that file and it’s fixed.
Thanks for your help and quick replies.
Forum: Fixing WordPress
In reply to: Featured Image – Cropped to 500×375 – Make it stop!I found this in /wp-includes/js/crop:
.imgCrop_wrap { /* width: 500px; @done_in_js */ /* height: 375px; @done_in_js */ position: relative; cursor: crosshair; }but it’s commented out and “cropper.js” does not contain “375” when I search for it. Not sure what else “@done_in_js” refers to…