Page 2 of 3

Re: DIV with ID not found

Posted: 07 Oct 2011, 14:46
by Jan
Hi, please let me know what you exactly mean with "Joomla Categorie in Categorielist"?

Re: DIV with ID not found

Posted: 10 Oct 2011, 16:56
by Xaneth
What he means is, let's say you have an article that you are using the phocagallery slideshow plugin in. If you create a menu item that is a category list of a particular category that contains this article, and you open that link, you get this error message. I'm seeing the same thing on both my mobile site as well as my desktop site.

Re: DIV with ID not found

Posted: 10 Oct 2011, 17:58
by Xaneth
As a workaround, I think I'm going to just use one of the modules inside the article. I'm using an extension "Modules Anywhere" that will accommodate that, but this is a bug of some kind, if I'm not the only one seeing this behavior. To see the error, visit http://joomla.llenergyinc.com/index.php ... 7-23-49-09 for now. I will be fixing it within the next 24 hours though.

Re: DIV with ID not found

Posted: 10 Oct 2011, 18:09
by Xaneth
Here is a screenshot:

Image

Re: DIV with ID not found

Posted: 12 Oct 2011, 03:40
by Xaneth
I switched to html mode and tried removing any extra, unnecessary tags as well to no avail. So I just used the Floom module and placed it inside the article using Modules Anywhere extension. Worked a treat.

Re: DIV with ID not found

Posted: 13 Oct 2011, 08:13
by Xaneth
Still unsettling... I have some pages where the slideshow plugin just rocks that much more. Need to get to the bottom of this. Is there any debug that can be enabled to find out more?

Re: DIV with ID not found

Posted: 17 Oct 2011, 22:37
by Jan
Hi, no there is no debug for this :-(
viewtopic.php?f=9&t=14372&start=20#p64920

Re: DIV with ID not found

Posted: 27 Mar 2012, 20:41
by izta
In my case the problem was that I turned on the caching in Joomla (Progressive Caching) to enhace performance. If you turn off caching in "Global Configuration->System->Caching Setting->Cache" you won´t see de error window anymore. For now I am trying using Conservative Caching and all seems running smoothly. Hope this help.

Re: DIV with ID not found

Posted: 02 Apr 2012, 21:39
by Jan
Ok

Re: DIV with ID not found

Posted: 30 Aug 2012, 21:50
by morelandrs
andret wrote:Hi There,

I have got the same problem. Site was working fine until yesterday. On every page I have this error. I found a "solution" by manual overriding the error checking. There should be a js-file somewhere where the code should be changed into this:
Does anyone knows which file I should edit?

if (setting.$wrapperdiv.length==0){ //if no wrapper DIV found
//alert("Error: DIV with ID \""+setting.wrapperid+"\" not found on page.")
//return
}

Regards,
André
I believe this is not a solution.
it may be caused by:
  • box style inside in-line blocks, for example: <span><div></div></span>;
  • Could be called the same plug twice, with two ids, causing one to me in error;
I tried to isolate the error, but content (phoca plugin slideshow) showed correctly, but got same error message;