DIV with ID not found

Phoca Gallery plugins - plugins for Phoca Gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: DIV with ID not found

Post by Jan »

Hi, please let me know what you exactly mean with "Joomla Categorie in Categorielist"?
If you find Phoca extensions useful, please support the project
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: DIV with ID not found

Post 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.
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: DIV with ID not found

Post 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.
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: DIV with ID not found

Post by Xaneth »

Here is a screenshot:

Image
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: DIV with ID not found

Post 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.
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: DIV with ID not found

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: DIV with ID not found

Post by Jan »

Hi, no there is no debug for this :-(
viewtopic.php?f=9&t=14372&start=20#p64920
If you find Phoca extensions useful, please support the project
izta
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 27 Mar 2012, 20:32

Re: DIV with ID not found

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: DIV with ID not found

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
morelandrs
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 30 Aug 2012, 21:37
Contact:

Re: DIV with ID not found

Post 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;
Post Reply