Super Archives and Extended Live Archives observations
-
Me again this time with some different questions! First of all I’ve just recently tried adding the Super Archives and the extension to that the Extended Live Archives plugins in my WP 1.5 setup (its here at https://blog.nonmundane.org/). First a few observations:
1. Neither plugin documents the fact that a cache directory needs to be created under /wp-content/teb-super-cache/ or /wp-content/af-extended-live-archive or that write permissions need to work for these directories
2. Neither plugin (nor does the Codex) say explicity HOW these plugins work. I was pulling my hair out trying to get these to work and it was only by accident that I fixed my problem. If you do not have ‘/archives/’ prefixed in your Permalink variable you will never see these plugins work or even execute.
So to recap
———–
If your Permalink values are this:
/%year%/%monthnum%/%day%/%postname%/Going to https://blog.com/archives/ results in a 404 from Apache 1.3
If your Permalink values are this:
/archives/%year%/%monthnum%/%day%/%postname%/Going to https://blog.com/archives/ works now!
This is never specifically said anywhere in the Codex that I could find per se, it was only because the Codex had that listed as an example Permalink value that I even tried it.
Ok, so now that I have the Super Archives with the Extended Live Archives running I have noticed this set of errors being caused anytime I load the archives page by clicking on its link from my main index page:
[Tue Jul 26 03:59:09 2005] [error] PHP Notice: Undefined variable: posts in /home/nonmundane/docs/wordpress/wp-content/plugins/teb-super-archive/includes/tsa.php on line 109
[Tue Jul 26 03:59:09 2005] [error] PHP Notice: Undefined variable: fade_year in /home/nonmundane/docs/wordpress/wp-content/plugins/teb-super-archive/includes/tsa.php on line 158
[Tue Jul 26 03:59:09 2005] [error] PHP Notice: Undefined variable: fade_month in /home/nonmundane/docs/wordpress/wp-content/plugins/teb-super-archive/includes/tsa.php on line 185
[Tue Jul 26 03:59:09 2005] [error] PHP Notice: Undefined variable: fade_post in /home/nonmundane/docs/wordpress/wp-content/plugins/teb-super-archive/includes/tsa.php on line 227Anything I can do to make these errors go away? I like to keep the error log clean of spurious errors if possible so I can catch the really important stuff. Thanks!
- The topic ‘Super Archives and Extended Live Archives observations’ is closed to new replies.