What’s the table prefix of your WP installation? It could be found in wp-config.php and it looks like the following
$table_prefix = 'wp_';
Can you give me the link to that plugin also?
Thread Starter
Aline
(@aline)
the table prefix is “wp_”
and there´s no plugins…I only added the tag <?php get_archives(); ?>
and then I get the error message 🙁
Hmmm, and is "aline_currently" your database name?
Does it still give the same error with the following code?
<?php wp_get_archives(); ?>
Thread Starter
Aline
(@aline)
yes…I still have problems…actually “aline_currently”
is the database of one of my scripts called “php currently”
that shows what your are doing currently…
I guess that script “php currently” messes it up.
Can you post the code for that script here: http://paste.uni.cc ?
Edit: you fixed it? good, care to share the solution?