Forum Replies Created

Viewing 15 replies - 121 through 135 (of 143 total)
  • Thread Starter beggers

    (@beggers)

    I turned on debug and got quite a few errors on my archives page. Not sure that any are related to Smart Archives, though.

    Notice: Trying to get property of non-object in /var/www/vhosts/vegasnews.com/httpdocs/wp-includes/general-template.php on line 366
    
    Notice: Undefined index: aioseop_migrate in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 537
    
    Notice: Undefined index: aioseop_migrate_options in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 538
    
    Notice: Undefined index: aiosp_enabled in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 688
    
    Notice: Undefined index: aiosp_enabled in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 688
    
    Notice: Use of undefined constant MAX_RECENTLY_VIEWED_LINKS - assumed 'MAX_RECENTLY_VIEWED_LINKS' in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/recently-viewed-posts/recentlyviewedposts.php on line 47
    
    Notice: Use of undefined constant MAX_RECENTLY_VIEWED_LINKS - assumed 'MAX_RECENTLY_VIEWED_LINKS' in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/recently-viewed-posts/recentlyviewedposts.php on line 48
    
    Notice: Undefined index: postviews_id in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/wp-postviews/wp-postviews.php on line 646
    
    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of array_walk(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/wp-useronline/wp-useronline.php on line 122
    
    Notice: Undefined offset: 1 in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/wp-ban/wp-ban.php on line 108
    
    Notice: Use of undefined constant title - assumed 'title' in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/where-did-they-go-from-here/where-did-they-go-from-here.php on line 238
    
    Notice: Use of undefined constant add_to_content - assumed 'add_to_content' in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/where-did-they-go-from-here/where-did-they-go-from-here.php on line 239
    
    Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /var/www/vhosts/vegasnews.com/httpdocs/wp-includes/functions.php on line 2970
    
    Notice: Undefined variable: bcn_titlearray in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/breadcrumb-navigation-xt/breadcrumb-navigation-xt.php on line 226
    
    Notice: Undefined variable: page_result in /var/www/vhosts/vegasnews.com/httpdocs/wp-content/plugins/breadcrumb-navigation-xt/breadcrumb-navigation-xt.php on line 247
    Thread Starter beggers

    (@beggers)

    I tried increasing the max execution time to 120 but it still doesn’t produce any output. I’m wondering if the script itself could define more execution time for itself. This is way over my head, though.

    Right now the only way I can get fancy output is to exclude my largest category (about 2500 posts out of 3600).

    Thread Starter beggers

    (@beggers)

    scribu, great to hear from you, and you were absolutely right! I tried excluding my biggest category and it works fine. Wow, this is the first time I’ve seen the Fancy mode — very cool!

    Incidentally, I had tried changing the memory allocation in php.ini from 32M to 64M but that didn’t help this problem.

    Any idea about a solution? Many thanks!

    Thread Starter beggers

    (@beggers)

    That worked perfectly! I appreciate the quick response. Please send me your Paypal address so I can make a donation. Thanks.

    I have the same problem. I have 2000+ posts and about 4000+ tags. The browser locks up as the tags start to load. There should be a way to disable the loading of all tags, especially if I’m not even using tags as a criteria.

    YARPP was really working great until I passed the 1000+ post mark. I love this program but it hangs up my browser every time I hit the options page.

    I haven’t tried a cache program yet but I don’t think it would solve this problem as long as the options page tries to load all my 4000+ tags.

    If you can resolve this I’d love to starting using YARPP again!

    None of the graphs load anymore, but the numbers are still being calculated.

    Thread Starter beggers

    (@beggers)

    Forgot to mention that my site is http://www.vegasnews.com if you want to try it. Thanks.

    Screen options won’t save for me either! What’s up with that?

    I tried that fix but it looks like there are still other page not found errors still being generated. I’ve disabled the plugin until we get an official fix.

    Thread Starter beggers

    (@beggers)

    I removed it temporarily but let me look at those CSS files. If it doesn’t help I’ll show you what I mean. Thanks.

    Well, this person posted a fix for this problem if you are using IE8-beta (which I am) but it didn’t work for me. Please let me know what happens if you try this:

    http://regev.wordpress.com/2008/11/06/how-to-fix-wordpress-stats-chart/

    I was having the same problem occasionally. I’d sometimes only see the upper left corner of the stats block.

    But now the stats block has been replaced with a meaningless chart labeled 2003, 2004 and 2005 info. I didn’t even have an WP site back then.

    Yeah, what’s up with this? I have the meaningless block diagram, too.

    I started getting that error when I installed the Bad Behaviour plugin. When I deactivate it the error goes away. I’d like to get this resolved, too.

    I’d like to know how you fixed it. The syntax is different now that what’s shown in that example. The new lines looks like this:

    $output .= ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";

    I tried changing it to:

    $output .= ' <a href="'. get_permalink() ."\" class=\"more-link\">$more_link_text</a>";

    But the link still jumps to the MORE tag in the target page, not to the top.

Viewing 15 replies - 121 through 135 (of 143 total)