mykeamend
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Automatic Upgrade to 3.0.1 failedI’ve had the same problem – on 4 different upgrades, 3 of which on fresh installs of 3.0, on 3 different servers.
Manual upgrade over the broken wordpress and deleting the .maintenance file straightened it out for all of these of course, but for right now the automatic upgrade seems to be a broken feature. I will manual upgrade every install from here out, at least until I see a fix.
I’m not looking for a solution, just chiming in to say “yes, this seems to be a standard problem with wordpress”. I am hoping, and thinking it is just specifically *from* 3.0 or *to* 3.01 (or the combination of the two).
Forum: Installing WordPress
In reply to: pictures not showingsettings : miscellaneous
wp-content/uploads somehow changed/reverted on its own to wp-content/plugins – and “organize into month – year” became unchecked.It makes no sense that it did this, but it did.
Thanks hinnerfeldt, I wouldn’t have thought to look there for the problem.
Forum: Themes and Templates
In reply to: WP E-Commerce – Images freezing in checkoutI uploaded a new version of jQuery to the wp-shopping cart folder, and now all is working fine (just in case anyone else was having this problem)
Forum: Themes and Templates
In reply to: WP E-Commerce – Images freezing in checkoutIn Wp ecommerce V. 3.5.1, the thickbox plugin is only working part of the time, the rest of the time it just takes the user directly to the image.
I am not using any other plugins that use thickbox, and there is only one version of thickbox loaded. I am using other plugins that use Jquery, but the same plugins as before.
Thickbox can work on one page, then only work for several images on that same page, or not work on that page at all. The only difference between this and other setups is that I have a lot of variations on each item, and I am wondering if that could perhaps be too much js to have loaded – but I wanted to check here and see if there are any known issues with v 3.5.1 and the thickbox plugin.
The instinct site has been gone or inaccessible for many months now :/
Forum: Fixing WordPress
In reply to: error page after posting or editing a postI poked through the code, traced everything back to the DB (thanks to this post letting me know it was DB related), and found this solution:
In the table “wp_usermeta”, just clear out the meta_value that corresponds with the meta_key “wp_autosave_draft_ids” and the user ids effected.
Forum: Fixing WordPress
In reply to: error page after posting or editing a postSame problem, same scenario – I just moved my site to a new server and domain.
Forum: Installing WordPress
In reply to: WordPress to WordPress import problem, nobody can fix it?I set up wordpress 2.3.3 in a folder on one server, and it has been a pain getting it running on another. The biggest problem is that I cannot import my posts and categories.
When I import, all my subcategories are there, but not the categories above them.
It seems that if any category has a subcategory, the top level category is just killed – just gone.
Same goes for all of the category descriptions, and of course the subcategory descriptions.
I can read that they are listed in the XML page, but they are not imported.
Forum: Fixing WordPress
In reply to: Can’t Add CategoryIn the write/manage pages area (post-new.php or post.php), when I type a category above the ‘add category’ button and click ‘add’.. nothing happens – except an error shows up in the java errors corner of my browser (little yellow exclamation mark) ‘Line 536 Object doesn’t support this property or method’.
I am using 2.2
Forum: Fixing WordPress
In reply to: Cannot write posts or pagesI have had that problem with tinymce and fck editors.
You might notice that your browser’s java parser is putting out an ‘access denied’ error.
Try adding ‘www’ to the beginning of the url you type to access the admin panel, or if it is there, remove it.
I wish I had a fix for you where you could type either to access your page, but you could always rewrite your htaccess file to append or remove the www accordingly ??
Notice that at the top of this page it says www.remarpro.com and not https://www.www.remarpro.com. If you type the www in there, it strips it away. I guess everyone has this problem.
Forum: Plugins
In reply to: Update: WP e-Commerce DropShop 2.0I am using 3.5 and just like the last versions, the category images do not show on the shop page (or any others for that matter). Category thumbnails are turned on – it makes no difference. The images show in the admin panels, but not in the main store… which only presents a textual list of categories.
I went and revised some code in 3.4.7 to make it happen, I think the code was there, but just not switched ‘on’, and then I made some mods to make it all show up in columns.
But it is a nuisance that everytime I upgrade, I am probably going to have to go and make these changes – and they will probably only get harder as the code expands :/