inspired2write
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: edit image doesnt workDid you test it with the default theme? And, disable your plugins to see if one of those might be problematic?
Forum: Fixing WordPress
In reply to: 2 WP Blog Problemsmonnaellithorpe,
If your not using the default theme, revert back to that and also disable your plugins to see if your sidebar widgets show back up. Did you double check your feed urls to make sure they are correct? Also, it might help if you indicate which version of WP you’re using.
Forum: Fixing WordPress
In reply to: send xmlrpc post request via http with tcl clientI’m not sure it’s an xml-rpc issue, so much as a hosting weakness there
I agree with what you’re saying, but I’m not with that host and I’ve seen some suspicious attempts from my log files, pertaining to that file. Of course, that can happen pertaining to any file, but I figured it was best to be on the cautious side since I didn’t need it.
Also, just read this thread:
http://wordpress.org/support/topic/386977?replies=3
May have been a theme issue, but it appears it may have involved the xml file?Forum: Fixing WordPress
In reply to: how restrict authors from enter in wp-admin area?If you don’t want them to access anything other than the front end, then set your default authorization level to ‘subscriber’ for new members in your dashboard. (The default setting). You can always then go in and select only the specific members you want to write posts etc.
Forum: Fixing WordPress
In reply to: Change categories path in widgetTried that but the link remains the same :S
Maggical, did you try disabling your plugins, making the change you want and then see if it takes?
Forum: Fixing WordPress
In reply to: send xmlrpc post request via http with tcl clientThe XML-RPC services are disabled by default on new installs of WordPress. That said, there are no known holes in the XML-RPC services.
This is the source, which addressed some potential concerns in regards to the xml-rpc file:
http://wordpress.org/support/topic/385477
As an added precaution I deleted mine since I don’t need it, and due to some activity shown in my log files.Forum: Fixing WordPress
In reply to: Recently upgraded to version2.9.2 Site is gone now.In that you cannot get to your dashboard, did you by chance set a new password in phpmyadmin, but forgot to change it in wp-config.php? (Or change your admin name)?
Forum: Fixing WordPress
In reply to: Removing old custom fieldsNo, nothing to do with a them, it was a plug in
Which plugin?
Forum: Fixing WordPress
In reply to: send xmlrpc post request via http with tcl clientNot trying to discourage you from what you want to accomplish, but the xml rpc file is a potential security issue with WP. If you look at some of the other posts here in the forum, it’s been identified as a potential door for some sites that had been hacked, and the recommendation is to disable the capability, rename, or delete the file.
Forum: Fixing WordPress
In reply to: Removing old custom fieldsYou might find some clues from here, as to where else it may be:
http://codex.wordpress.org/Using_Custom_FieldsDid you first delete the theme you had, which was using the ‘Custom Fields’. Atahualpa is one theme that uses those. If that was the theme you used research it and find out what other files may be leftover, if you deleted it. Just a guess, as I don’t know which theme you used. If there are residual files from it in your directory, you would want to be sure you delete those.
Forum: Fixing WordPress
In reply to: Widget editor not workingWhen I go into the widget editor the default WP widgets are not showing as active, Sidebar 1 is empty.
While using the default theme, did you try moving all the widgets out of the active area to disable them, and then back to the active area again?
Forum: Fixing WordPress
In reply to: Tried to move blog to new URL and now not workingForum: Fixing WordPress
In reply to: Change categories path in widgetI don’t have a solution for you, but if you provide a reason why you would want to do that, it may help someone provide a solution for you.
Forum: Fixing WordPress
In reply to: Fatal error message: Zend_Search_Lucene_ExceptionNot familiar with that plugin, but if you look at wpsearch in the plugin directory, neither version of that plugin is compatible with 2.9.2.
Disable it from your dashboard, better yet you should probably delete it. If you can’t get to your dashboard, go in through your ftp and delete the plugin.
Forum: Fixing WordPress
In reply to: Recently upgraded to version2.9.2 Site is gone now.vernston,
When you did your upgrade, did you have a different theme other than the default theme active? If you did not have the default theme enabled prior to the upgrade, and if the theme you did have enabled is not compatible with 2.9.2, as well as any plugins having compatibility issues, that may be the challenge.Go in through your ftp and delete the themes you had, other than the default theme. If that doesn’t get you back to your admin panel you may need to do the same with your plugins, if they were not disabled prior to the upgrade. Hope that provides a solution for you.