plutone
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: export not functioningI am experiencing this problem too, in version 2.2.
Ik tried to remove all plugins (you never know), without success.Tried both FF 2 and IE 6 and 7, no difference.
Forum: Fixing WordPress
In reply to: 2.1 flooded with spamYou may find https://protectwebform.com a good help. But I did not yet try it on WP 2.1.
Forum: Plugins
In reply to: Need Plugin IdeasI am quite a novice user, so I am not sure at all whether or not these things exist:
– a nice editor for HTML/PHP that does all the bracket stuff for me
– a method to search in PHP files for a certain string. Could be quite useful for debugging purposes.
– Some nice tool for basic form handling based on SQLtables. Preferable linked functionality like master-detail relationships with decoding at the detail level. I used to be a 4GL developer in the past.I have spent quite some hours searching for PHP scripts, and are overwhelmed by the volume of what exists already. So maybe somebody can just help me where to search.
grtz,
Plutone
Leiden
NetherlandsForum: Fixing WordPress
In reply to: Database / Header / Error / Help Please!I’m really sorry, I am just a novice user with no knowledge of PHP at all.
Just downloaded wordpress 2.0.3, and it worked after the white space correction.
Maybe it could help to choose an other template?
I was quite happy with the greentrack template, modified it a little bit (translated it in dutch).
You can get an impression of what is possible with WordPress for a complete novice user at https://plutone.labarca.nlgrtz,
PlutoneForum: Fixing WordPress
In reply to: Database / Header / Error / Help Please!In My case, the problem was caused by trailing space in the WP-config file. Make sure that it looks like:
————-file wp-admin.php: first line just <?php
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘mydb’); // The name of the database
define(‘DB_USER’, ‘dbuser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘dbpwd’); // …and password
define(‘DB_HOST’, ‘myhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ‘nl_NL’);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>——————so not even a white space as trailing char.
Forum: Fixing WordPress
In reply to: Database / Header / Error / Help Please!I got a similar problem logging in!
I just tried to install WordPress for the first time. My MySQL is not on localhost where the website runs, I hope this might explain something to the experts.
I get the same errormessage, several times. My first impression would be that it has to do with file protection.
Does anyone have an idea where to look?