• Resolved cogmios

    (@cogmios)


    I can see in my webserver and by running firebug that which each page request calls are made to /undefined.

    In my serverlogs the top request, accounting for 5.59% of traffic is (my weblog)/undefined apart from that in the top list is also /category/undefined, /tag/undefined and /page/undefined.

    This is actually costing me money.

    I can see that a request is being made but I’m a bit in doubt to what exactly causes it. I saw i similar posting on it but that was related to supercache which I do not use.

    Most of my posting here get no reply whatsoever, so probably this one will also get no replies. Is there anywhere on the Internet a WordPress forum where people answer?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is there anywhere on the Internet a WordPress forum where people answer?

    Don’t know. Why don’t you look around a little and try to find one?

    To put it another way, I’ve got 42 pages worth of replies in my profile so I find these ‘nobody here ever answers’ posts damned annoying.

    Thread Starter cogmios

    (@cogmios)

    Ok… I created a test blog on http://wordpress.aweblog.net and installed the same 15 plugins as on http://farmville.aweblog.net

    To no avail the error is independent of the plugins … the quest continues…

    Thread Starter cogmios

    (@cogmios)

    , I've got 42 pages worth of replies in my profile so I find these 'nobody here ever answers' posts damned annoying.

    I appreciate the replies you post however I have posted questions here since 3 years so i can basically statically prove that almost no-one answers … ever. This is not “emotion” but basically a statistical fact (for me at least) see http://edward.de.leau.net/where-can-i-really-find-help-to-wordpress-problems-20100103.html

    Don’t take it personal but if a lot of people indicate that this is the case then probably there is a truth in there. For me… on the posts of the last 3 years about 95% got no answer at all even on simple questions like http://wordpress.org/support/topic/211065?replies=5 or even http://wordpress.org/support/topic/232386?replies=1 etc…

    Thread Starter cogmios

    (@cogmios)

    Im closer to the problem.

    When I run firebug on http://farmville.aweblog.net and view the dom I see that four times :

    <div style="display: none;">
    <img width="1" height="1" src="undefined"/>
    </div>

    is appended after the footer before the closing body tag.

    the strange thing is that I have made a setup of the same 15 plugins on another blog which does not have the problem.

    So… the problem is now easy: WHAT appends this code to the bottom of my blog?

    Close… very close…

    It must be something in your current theme.

    Thread Starter cogmios

    (@cogmios)

    YES. I found it, pheeeeeeeeeeew!

    It is actually the “round” styling of the dynamic HTML menu I took from http://www.mycssmenu.com/ … without the rounding of the boxes it does not add the invisible divs (they are not visible when viewing the source of the page only in the DOM).

    Ok… time for another DHTML menu… You don’t want to know how much money this has cost me the past months in terms of traffic over GPU usage…. but Im glad that I found it.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘undefined pages, tags etc’ is closed to new replies.