iamronen
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] error in Title column in custom-post-type search resultsThank you for the quick response Scott.
Do you have any wishes / intentions to look further into this? It isn’t a critical issue so not high priority on my list of tasks. However if it isn’t sorted out, I may choose to revert to custom code instead of the comfort of your plugin.
this is the hack I found:
– there is a field in the posted_data array called “_wpcf7_unit_tag”
– it contains (as I write these words) 4 bits of information – the third of which is the postid within which the form was embedded.I extracted the postid and then used get_post to get at all the information I was looking for.
I still believe it would be more consistent behavior to include the special tags in the posted_data array.
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingFor me the solution FINALLY came through a better Internet connection. We live in a remote rural area and use a cellular provider. When we visited the city and hooked up to a broadband connection it seemed to work fine and has since continued to work on our home connection.
Forum: Installing WordPress
In reply to: Reverted to 3.2.1 – media flash uploader still not workingI renamed the wp-admin and wp-includes folders and placed in the new ones. I overwrote the files in the root folder.
Forum: Installing WordPress
In reply to: Reverted to 3.2.1 – media flash uploader still not workingbeen there tried that … nothing worked
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingsilence … dear WordPress inner-circle people / pros / someone PLEASE help!
tell me how to get you some debug information … something / anything so that this problem can be resolved
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingJava 6 Update 23 (running on Ubuntu 64 bit)
I have other websites (on the same server) that are running fine (from the same desktop environment).
I don’t know in what mode I uploaded the files … loaded and expanded the compressed file via a web interface on my server (have been doing so for a few years without a problem).
True … I shouldn’t have to use it … and it shouldn’t break ALL media upload capabilities too … yet here we are 🙂
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingwell this looks like its in the 1% category.
I disabled ALL my plugins AND switched to TwentyEleven and it still didn’t work.
I’ve done a manual upgrade … still didn’t work
Cleared cache numerous times in the process ….
Even downgraded to 3.2.1 and still Flash loader doesn’t work:
http://wordpress.org/support/topic/reverted-to-321-media-flash-uploader-still-not-working?replies=2all this for some lame drag&drop gadget that no one needs
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingI have other WordPress websites that do work in both browsers … though there is inconsistent behavior – sometimes (rarely!) I get the new uploader other times the older one which works fine.
working on Ubuntu with Firefox & Opera
Forum: Networking WordPress
In reply to: Changing the domain name of a WP multisite installation?You also need to update the following line (added as part of the network configuration) in wp-config.php:
define( ‘DOMAIN_CURRENT_SITE’, ‘yourdomain’ );Forum: Networking WordPress
In reply to: Changing the domain name of a WP multisite installation?You also need to update the following line (added as part of the network configuration) in wp-config.php:
define( ‘DOMAIN_CURRENT_SITE’, ‘yourdomain’ );Forum: Fixing WordPress
In reply to: Web Server AttackThank you samboll 🙂
I coudn’t find something there that would mitigate such an attack. It seems to me that something that would block too many recurring requests from the same IP could do the trick (without infringing on search engine crawling!?).
Anyways … in the end there was no attack. Some kind of error (the specifics of which I don’t know) caused our own served pages to generate the “attack”.
If anyone is interested – what I do know is documented here:
http://www.odharma.com/2010/06/24/upgrading-wordpress/#attackForum: Installing WordPress
In reply to: Moved to New Server, Some Posts Wont Loadcan you give a sample link to a post that doesn’t load?
Forum: Installing WordPress
In reply to: transfering to new domainIf you are using an updated version of WordPress, you will find under the menu “Tools” options for importing and exporting the entire blog. So you can:
- Create a new WordPress installation on your new hosting
- Export the site contents from the current installation Admin
- Import the site back into the new installation using it’s Admin
You may also need to transfer Theme files…
Forum: Installing WordPress
In reply to: 404 Error – I can’t find my blog!There’s a good chance it can be corrected by fixing the value in the database… if you’d like to send me credentials (iamronen@iamronen.com) for accessing your hosting account – I could do that for you.