Cato
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't install plugins without FTPThis worked!
I went into phpmyadmin, to the wp_options table, and changed db_version back to 8204
Then I went back to the admin area where it forced a database upgrade and voila! It now works again.
I guess this had nothing to do with the server but a bug in WordPress. Glad it now works.
Forum: Fixing WordPress
In reply to: Can't install plugins without FTPDon’t seem to be able to edit it anymore.
But why is this the only site I have this problem? I have around 12-15 other sites on the same hosting services but on different domains. I have had no similar problems on the others. Just this one. Why is it different?
Forum: Fixing WordPress
In reply to: Can't install plugins without FTPI’ve been in contact with one.com and they say it’s not anything different with this server than the other ones.
I’ve added this to my wp-config:
//*added ftp login credentials to avoid WordPress asking for FTP details every time I wanted to upgrade a plugin*
define(‘*******’);
define(‘******’);
define(‘******’);
//*If you can use a SSL connection set this to true*
define(‘FTP_SSL’, true);define(‘FS_METHOD’, ‘ftpext’);
define(‘FTP_BASE’, ‘/**********/’);
define(‘FTP_CONTENT_DIR’, ‘/*************/’);
define(‘FTP_PLUGIN_DIR ‘, ‘/**************/’);
define(‘FTP_PUBKEY’, ‘/************’);
define(‘FTP_PRIKEY’, ‘/*************’);It still does not work.
[mod note: removing password & login info]
Forum: Fixing WordPress
In reply to: Can't install plugins without FTPI’ve tried modifying the wp-config as suggested here.
I’ve also tried setting wp-content to 777 with no luck
I’ve also tried disabling all plugins with no luck
I’ve checked the DB-tables and I have wp_capabilities = a:1:{s:13:”administrator”;s:1:”1″;} and user level = 10.Automatic updates works fine. I’m using the 3.4.2 version.
It’s hosted on one.com where I have many other wordpress sites. None of which I have these kind of problems.
Forum: Your WordPress
In reply to: 500 Internal Server ErrorPlease, I’m going crazy here. Can someone go wild on my server and figure this out, if I grant access?
Forum: Your WordPress
In reply to: 500 Internal Server ErrorMy host could not find anything in the error logs.. What should I do???
Forum: Your WordPress
In reply to: 500 Internal Server ErrorMy host does not run mod_security.
I’m still waiting for the error logs
Forum: Your WordPress
In reply to: 500 Internal Server Errorno one?
Forum: Your WordPress
In reply to: 500 Internal Server ErrorI found some www log files.
After going trough them I found this line with edit.php in it.
[04/Sep/2006:12:02:45 +0200] “GET /blog/wp-admin/edit.php HTTP/1.1” 500 537 “http://www.catonett.com/blog/wp-admin/” “Opera/9.01 (Windows NT 5.1; U; nb)”
But it does not tell me much. Doesn’t look like anything is wrong.
Forum: Your WordPress
In reply to: 500 Internal Server ErrorWhen making a empty .htaccess file that only has SecFilterEngine Off in it, I couldn’t access anything within the admin area.
Forum: Your WordPress
In reply to: 500 Internal Server Errorhave a go: http://www.catonett.com/phpinfo.php
Forum: Your WordPress
In reply to: 500 Internal Server ErrorI just said that the could not find anything in the logs. And that I should remove the htaccess file and everything should be ok. If that didn’t work I had to contact WordPress.
Not much help in other words.
Forum: Your WordPress
In reply to: 500 Internal Server ErrorDoes anyone know if b-one.net is running mod_security?
Forum: Your WordPress
In reply to: 500 Internal Server ErrorIt has worked, but I upgraded from wp 2.0 to 2.0.4 and it could be after that it stoped working. I’m not sure.
I’m using b-one.net as host. It has worked just fine before. I know the run php in safe mod, but I think they have always done that
Forum: Your WordPress
In reply to: 500 Internal Server Erroranybody?