When I try to add anarchive tag to my sidebar I get a database error, take a look:
http://www.push-play.com/wp ^
Would somebody help me with it please! I´m desperate!
When I try to add anarchive tag to my sidebar I get a database error, take a look:
http://www.push-play.com/wp ^
Would somebody help me with it please! I´m desperate!
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?
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(); ?>
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...
fixed!
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?
This topic has been closed to new replies.