Wordpress theme uploading problem

K guys, since I know a majority of you use WP I thought you could help me with this problem that keeps happening over and over.

K, I had 2 themes I wanted to upload. So I open FileZilla upload it and whatnot then I go to set it and WP says it is a broken theme and there is no stylesheet. There is a stylesheet in the directory and I tried re-uploading it and overwriting it but nothing happens. Any help, please?

#292726

Would you post the first 10 lines of the stylesheet here, please?

#292732

WordPress 1.2 themes aren't compatible with WordPress 1.5.

#292733

Here are the first few lines of the stylesheet

/* =-=-=-=-=-=-=-=-=-[Theme Name: Human Condition]-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-[Designed for Alexking Wordpress Competition - 30/01/04 - Ian Main - www.e-lusion.com]-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-[Licensing]-=-=-=-=-=-=-=-=-=

1. GPL - Ian Main */

/* =-=-=-=-=-=-=-=-=-[Hacks Used]-=-=-=-=-=-=-=-=-=

1. BMH - #content */

body, html {

margin: 0 auto;

background: #E4F2FF url(images/bg.gif) repeat-y center;

width: 767px;

font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;

text-align: center;

}

a:link {

color: #3F729E;

text-decoration: none;

page-break-after: always;

}

a:visited {

color: #ABABAB;

text-decoration: none;

}

a:hover, a:active {

color: #093860;

}

#rap {

margin-left: auto;

margin-right: auto;

width: 749px;

#292736

/*

Theme Name: Human Condition

Theme URI: http://www.aqua-soft.org

Description: Human Condition

Author: Ellada

Author URI: http://www.aqua-soft.org

Template: Human Condition

Version: 1

.

no comments

.

**/

maybe changing it to this fixes it?

edit:

I mean you should insert it at the very beginning

#292738

But I didn't make it. :P

#292739

Like I said, WordPress 1.2 themes aren't compatible with WordPress 1.5 because the theme system has completely changed.. Human Condition is a 1.2 theme. It won't work right off the bat... maybe with some changes it will.

#292745

yeah you are probably right. I thought he made it himself.

#292751