michael_
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error establishing a database connection@beuys: With typo I mean:
If the database name is e.g. “wqrdpress”, but you have entered “wordpress” in the wp-config… Note the “q” instead of the “o”. What I mean is to double-check every letter you have entered.@beuys and washburnhead:
Just a shot in the dark:
I’ve had an issue very recently: Installed MySQL 5, created a user, but didn’t have access via PHPMyAdmin. to the database. I needed to change a MySQL option to enable “Use old passwords”. After that, I needed to change the user’s password again and then it worked.Forum: Installing WordPress
In reply to: Error establishing a database connectionNo, seems being OK if both the MySQL DB and the webserver are on the same machine. But do you have a database named “wordpress”? No typo in username and password?
I am asking just in case, and I assume in 99% of this error a typo is the cause (Once in a while I also get such messages due to a typo or misconfigured MySQL user)…
Also, does the MySQL user ‘cedis’ have appropriate access to this database?BTW: if this is your real data, you should remove it in this post to avoid having someone access to your MySQL database & you should change your MySQL password.
Forum: Installing WordPress
In reply to: Error establishing a database connectionWell, typo in the username, password etc. can cause this error as well. That’s why I was asking. localhost should be fine if your MySQL server is running on the same machine.
Forum: Fixing WordPress
In reply to: Make users login to view weblogAs far as I know is there no WP option for this.
But why don’t you use server side access control, e.g. by htpasswd for Apache?*edit* I was much to slow in posting, Ming already posted a plugin ๐
Forum: Installing WordPress
In reply to: Error establishing a database connectionCan you rule out *everything* that is mentioned in the error message?
Michael
Forum: Fixing WordPress
In reply to: RSS FeedSeems that the theme is using “feed:” for the rss links. If you have an rss reader installed, the feed should be added automatically to your reeder. If not, an error message might occur.
Take a look at the theme’s footer.php….search for “feed:” and remove it.
Forum: Fixing WordPress
In reply to: WP2.0.1: class-IXR.php Maximum execution time of 30 seconds exceededOkay, thanks, didn’t know that this pingomatic thing is a known issue. It was working like a charm on WP2.0, so I assumed it was caused due to my upgrade from WP 2.0 to 2.0.1.
Michael
Forum: Fixing WordPress
In reply to: WP2.0.1: class-IXR.php Maximum execution time of 30 seconds exceededThanks podz.
But I wonder why not more bloggers are complaining about this error message since pingomatic seems to work. If I save a post the 2nd or 3rd time, it does work mostly.
Also, IMHO the error message should be improved if the pingback service fails, ‘…maximum execution time exceeded…’ is IMHO not sufficient.Forum: Fixing WordPress
In reply to: WP2.0.1: class-IXR.php Maximum execution time of 30 seconds exceededYes, but when doing so, PingPack won’t work anymore ๐
Forum: Plugins
In reply to: Simple view counterYes, unfortunately it’s in Turkish. I only know a German version of this plugin..
Forum: Fixing WordPress
In reply to: WP2.0.1: class-IXR.php Maximum execution time of 30 seconds exceededAnyone can help?
Line 513 of class-IXR.php is
$line = fgets($fp, 4096);This error occurs if I have a weblink like http://www.google.com in the post and if http://rpc.pingomatic.com/ is entered in the Update Services in WP Admin and if pings are enabled.
So it seems being a pingback issue?
Forum: Plugins
In reply to: Simple view counterDo you want to display an info like “90 visitors have viewed this post”?
Take a look at:
http://www.dmry.net/wordpress-sayfa-sayac-eklentisi-20Forum: Plugins
In reply to: How to apply a filter to the entire page?I have implemented ob_start() for applying the plugin to the entire site as suggested by alphaoide.
But if gzip compression is used (WP Admin / Options / Reading / โWordPress should compress articles (gzip) if browsers ask for themโ), the plugin is not being applied.Any other ideas?
Thanks,
MichaelForum: Plugins
In reply to: How to apply a filter to the entire page?Great, many thanks!
Michael
Forum: Fixing WordPress
In reply to: Changing the hostnameI have always a similar problem if I copy my WP to loalhost:
In table ‘wp_options’, alter the fields ‘siteurl’ and ‘home’.Michael