kaptkaos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.3 and scribefire not working together anymore …Yep, I have the same problem. Just installed Scribefire. I get the following:
Please add (or change) your API URL:
Server AIP URL:
http://thecheernews.com/xmlrpc.phpthen I get:
Login Error
Please check your username and password for errors and try againI know the login/password are correct.
Forum: Fixing WordPress
In reply to: 403 Forbidden Error when changing options.general.phpOK, I was really frustrated yesterday. I think I have isolated where the problem is. I believe it is with my ISP. I believe they are blocking posting javascript.
I add text widget to my sidebar. I include the google adsense javascript and I get the 403 forbidden error. If I remove the javascript and put in html or plan text it loads just fine.
I have now opened a ticket with my ISP to see if this is the case and if I get it resolved.
Forum: Fixing WordPress
In reply to: 403 Forbidden Error when changing options.general.phpI see after 11 months nothing has happened with this. This happens to me all the time. I 5 wordpress sites and they all have this issue at one time or another. One fix was to wipe out my database and rebuild it. Also, wiped out all my plugins.
It is frustrating me as know ever seem to help with this. There are mo posts like this with no response.
Yes, I am very frustrated as it has happened again on a clean install with only the default installation.
Forum: Plugins
In reply to: Widgets won’t configureOk, I have done some more testing and found that adding any code to a text widget causes me to get the following error:
You don’t have permission to access /wp-admin/widgets.php on this server.
Removing the text element doesn’t work to resolve this. I have to edit the text field and delete the code.
I get this trying to add google adsense code.
This happens on a default install of 2.3.2
Forum: Fixing WordPress
In reply to: Adsense in a relocated 2.3 siteI just upgraded to 2.3.2 and am having similar issues. When I try to add my adsense code and click update I get an error message.
You don’t have permission to access /wp-admin/widgets.php on this server.
As soon as I remove the adsense code this error message goes away.
Anyone have any ideas? This is happening in the default theme as well as another theme I downloaded.
Forum: Plugins
In reply to: Widgets won’t configureAnd on more test. I imported everything from the other version of the database and now I have the same problem.
Forum: Plugins
In reply to: Widgets won’t configureOK, after going one step further I have figured out where I have the problem. It is in the database somewhere. I change the database prefix in wp-config.php. Installed a new database using this new prefix and everything works fine.
So, how do I go about exporting all my articles from one to the other?
Forum: Plugins
In reply to: Widgets won’t configureI have been having this same problem for some time now. Today I upgraded to 2.3.2 without any trouble. The only issue is I still can not do anything new with widgets. I have removed all plugins and have removed all widgets. This didn’t work. I then deleted my entire site and rebuilt it from the 2.3.2 zip file. The only thing left from the old site is the database. No themes or plugins other then the defaults.
Still I am not able to make changes to the widgets.
Forum: Fixing WordPress
In reply to: WP 2.1 – “you don’t have permission..”This same thing just started happening to me as well. I have had my sites up and running without any problems for a few months. One has been running almost a year. I went on vacation for a week. Came back and now I can’t update my theme.
When I try to make a change and click the update button I am getting:
You don’t have permission to access /wp-admin/theme-editor.php on this server.
I think my problem is any time it tries to write a file back the file system on my server is when it fails. This happens from any screen I try to do this with.
If the screen I am working with only updates the database then everything seems to be fine.
I even tried setting the file permission on my them to wide open as well as for all .php files but nothing is working.
I also tried disabling all pluggins but no effect.
Your right, I am seeing a some other thing that are getting changed. Not sure if this is supposed to happen or not.
This is what I trying to put on the page.
<script type="text/javascript" src="http://www.google.com/reader/ui/publisher.js"></script> <script type="text/javascript" src="http://www.google.com/reader/public/javascript/user/1382752140241069/label/f1---racing?n=10&callback=GRC_p(%7Bc%3A'blue'%2Ct%3A''%2Cs%3A'false'%7D)%3Bnew%20GRC"></script>This is what is it getting changed to.
<script src="http://www.google.com/reader/ui/publisher.js" type="text/javascript"></script> <script src="http://www.google.com/reader/public/javascript/user/1382752140241069/label/f1---racing?n=10&callback=GRC_p(%7Bc%3A\'blue\'%2Ct%3A\'\'%2Cs%3A\'false\'%7D)%3Bnew%20GRC" type="text/javascript"></script>In the side bar this is what code looks like now.
<script type="text/javascript" src="http://www.google.com/reader/ui/publisher.js"></script> <script type="text/javascript" src="http://www.google.com/reader/public/javascript/user/1382752140241069/label/f1---racing?n=10&callback=GRC_p(%7Bc%3A'blue'%2Ct%3A'F1%20Racing%20News'%2Cs%3A'false'%7D)%3Bnew%20GRC"></script>The site is f1.kaptkaos.com if you want to see for yourself.
OK, first post and I made a couple of mistakes. The & is being replaced with
&is how it should have read.Sorry about that folks.
Ken