I am trying to modify an existing theme (neo-sapien) using some ideas from duotone. So I tried selecting duotone and got a lot of the problems mentioned above (plus at first the gd library was not installed in spite of docs saying it comes as default).
I have fixed
1) Missing argument 1 for is_vertical(),
3) Missing argument 1 for get_year_link()
as suggested by blig above.
Can’t actually get thumby to work in functions.php.
The line
if ( !defined('IS_WPCOM') ) {
suggests that it all probably works on wordpress.com
In addition, a couple of Pages I have defined (About & one called Catalogue – they have no images), I get the following errors:
<b>Warning</b>: imagesy(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>181</b><br />
<br />
<b>Warning</b>: imagesx(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>182</b><br />
<br />
<b>Warning</b>: imagecolorat(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>193</b><br />
<br />
<b>Warning</b>: imagecolorat(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>194</b><br />
<br />
<b>Warning</b>: imagecolorat(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>196</b><br />
<br />
<b>Warning</b>: imagecolorat(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>197</b><br />
<br />
<b>Warning</b>: imagecolorat(): supplied argument is not a valid Image resource in <b>/var/www/wordpress/wp-content/themes/duotone/inc/duotonelibrary.php</b> on line <b>199</b><br />
As it all seems to work fine in monotone, and all I want to do is copy the way archive.php works in monotone/duotone (I like it a lot by the way), perhaps I should just stick to the monotone achive.php?
I would be interested to see if anyone is making any progress with all this.