Cypher
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 2.0 Takes a Long Time to PostIn the Options->Writing, see what websites you are pinging with each post. Usually it’s ping-o-matic.com by default and sometimes delays contacting the server is the problem.
If you wish not to ping any update service like Technorati and others, just keep that entry blank.
Regards
Forum: Plugins
In reply to: Private blogUse the “viewlevel” plugin and set it to be the user level of what you consider to be registered.
Anyone who randomly visits your site will get no posts. To that end, you can do a very quick check in PHP and perhaps print a message about registering to your blog.
Regards
Forum: Fixing WordPress
In reply to: rss feed problemRemove the “feed:” portion infront of the URL in your sidebar.php and you should not get the error anymore.
Regards
Forum: Fixing WordPress
In reply to: Date incorrectFirst check the date on your webhost and make sure that date is correct. WP will just pick up the server time.
Regards
Forum: Installing WordPress
In reply to: PHP installation missing MySql.If you’re on Windows, you’d want to make sure that mysql support is enabled in PHP. You can get that information from writing a simple file that called “phpinfo();” and make sure that you see: “MySQL Support enabled”.
In MySQL itself, some functions work without any output, all errors are reported and certain commands, like UPDATE, INSERT, and so on will output how many rows were affected by your command.
Regards
Forum: Plugins
In reply to: Quick “Bad Behavior” questionI’ve been using Bad Behaviour on my site for a while now, I switched over from Spam Karma. I did face a few issues initially with 412 Precondition Failed errors, but finally figured out the cause and have had no problems and more importantly no spam since then.
@24fc, for a member whose been around these forums for about 2 days you seem to pretty negative things to say about pretty much everything.
Regards
Forum: Plugins
In reply to: Is this plugin exist ?That would be a cool plugin to write. I’ll work on it in my spare time…
Regards
Forum: Installing WordPress
In reply to: Transport information from old WP 1.52 blog to new WP 2.0 blogYou should be able to install a new 1.5.2 WP Blog and import your posts into it. And THEN upgrade the blog to 2.0, if you wish.
Regards
Forum: Installing WordPress
In reply to: i keep getting this errorThis is what Stat does; http://us3.php.net/stat. Basically gives information about a file.
Could you provide us with a link so we can see what’s going on.
Regards
Forum: Fixing WordPress
In reply to: All posts displaying as “news”A link please?
Regards
Forum: Installing WordPress
In reply to: Transport information from old WP 1.52 blog to new WP 2.0 blogPerhaps these links will help you:
http://codex.wordpress.org/Backing_Up_Your_Database
http://codex.wordpress.org/Moving_WordPress
http://codex.wordpress.org/Restoring_Your_Database_From_BackupRegards
Forum: Installing WordPress
In reply to: i keep getting this errorCan you check to see if the directory “wp-content” exists. The error seems to indicate that it does not.
Regards
Forum: Installing WordPress
In reply to: PHP installation missing MySql.For WP to work, you need you need the MySQL extentions to PHP installed. If you are on a Linux (RPM based) machine, then you specifically need the ‘php’ and ‘php-mysql’ packages.
If you are trying this on a hosted site, then contact your provider about ensuring that they have the extentions installed.
This has nothing to do with your database name, access, password, and so on. You’re not there yet. 🙂
Regards
Forum: Fixing WordPress
In reply to: Login to Admin bring up Php info pageGo into /wp-admin and look at the index.php file there. You have a “phpinfo();” call in there. You will want to overwrite that file from the index.php in the WordPress.ZIP file.
Regards
Forum: Fixing WordPress
In reply to: Precondition FailedDo you have Bad Behaviour installed? If so, it’s entirely likely coming from that plugin.
Grab yourself a copy of phpMyAdmin and then browse over into the Bad Behaviour tables, you will see debugging information in there indicating what caused this problem. Bad Behaviour is pretty stringent with it comes to HTTP headers and a lot of programs don’t pass the right values, so you get that problem.
I used to get it constantly when I use an offline blogging tool.
Regards