PDouglas
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes Collection] [Plugin: Quotes Collection] Lost the widget…Here’s the fix
It turned out that jquery was being loaded twice: with this plugin and also with SexyBookmarks. I found a checkbox on the SexyBookmarks config page to prevent it from loading jquery.Forum: Plugins
In reply to: [Quotes Collection] [Plugin: Quotes Collection] Lost the widget…We’re noticing the same problem. The site was updated from 2.9.2 to 3.1x. The plugin may have been updated at the same time. The plugin is still in the list of plugins, and the configuration (ie list of quotes) is still present. However, it isn’t available on the page of widgets and there’s no code at all on the rendered page.
Forum: Themes and Templates
In reply to: Multiple posts with category=blog don't show up on a single pageNever mind. It turns out that the site is hosted somewhere else. No wonder I had so many problems!
Forum: Themes and Templates
In reply to: Multiple posts with category=blog don't show up on a single pageUpdate
My error logs started working!I found an issue with the plugin “WP-ContactForm: Akismet Edition” so I disabled that. I found some query issues, so I took the line
define('SAVEQUERIES', true);out of wp-config.php. I took the query statement and a php cofig issue out of footer.php. It now looks like<!--Not getting other erros. Lines in wp-config.php will trap queries. The lines below will print them.--> <?php print "something"; ?> Something <center> <div id="footerContent"> Copyright © 2010 XXXXXX</a></div> </center> <?php wp_footer(); ?> </body> </html>Of the remaining errors
- One error tells me that /wp-includes/cron.php is timing out on line 60.
- Another error is “get_settings is deprecated since version 0.0! Use get_option() instead. in /XXXXX/wp-includes/functions.php on line 2970″
-
Still another error is “PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so’ – libavformat.so.51: cannot open shared object file: No such file or directory in Unknown on line 0
“
All this with no change to how the page displays. /category/blog is the only way I can get to the page with multiple blog posts. The navBar still refers to /blog and it goes to first post. “Something” is supposed to print twice before the footer, but it doesn’t. Any suggestions? Am I going nuts? Is the WordPress installation corrupt? Declare failure and start over?
Thanks
Pat