mgsisk / archimedes

A barebones child theme for Inkblot.
3 stars 1 forks source link

Php errors on storyline/character pages #3

Closed dotlaura closed 13 years ago

dotlaura commented 13 years ago

The storyline and character pages on an unmodified theme do not generate information, and post a php error.

Changing the theme to inkblot creates the pages correctly.

Replacing the code section from the inkblot theme (replacing references to inkblot with webcomic) generates a blank page with title 'archives' in all cases.

http://cultofstylus.com/mis-/?webcomic_storyline=gmm http://cultofstylus.com/mis-/

dotlaura commented 13 years ago

I'm now modifying my theme to try to get it to work, but the PHP error on the standard theme is

Fatal error: Call to undefined function get_webcomic_character_info() in /home/cultofs1/public_html/mis-/wp-content/themes/archimedes/index.php on line 159

mgsisk commented 13 years ago

Thanks dotlaura. I think the issue is that get_webcomic_character_info() doesn't actually exist for some reason. I've modified Archimedes to use the $webcomic object and more generic get_webcomic_term_info() method in that spot, which should address the issue. If you can confirm this by downloading the most recent version I'll close out this issue.

dotlaura commented 13 years ago

Well, I'm not getting errors anymore, but the thumbnails/text that are in Inkblot aren't generating!

mgsisk commented 13 years ago

It looks like the version of Archimedes in Github was missing loops for both the search and archive pages. Should be addressed now.

dotlaura commented 13 years ago

Great - last thing, it's displaying the full size + content automatically. Otherwise issue fixed!

mgsisk commented 13 years ago

Latest update should correct the full size to small size. Thanks dotlaura.

dotlaura commented 13 years ago

No problem, great plugin!