Home
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 16 Hours, 12 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Bug with ZOO 2.0 modules... : (((
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Bug with ZOO 2.0 modules... : (((
#9312
Bug with ZOO 2.0 modules... : ((( 1 Year, 8 Months ago  
Thanx for the great plugin!

But i found a little bug with zoo 2.0 modules : (

When AMM is turn on and i makes some module of Zoo (Zoo item module), i seen
JHTMLMenu::treerecurse not found in file
on the left, above module's Title

and message about error above module's settings:

Warning: Invalid argument supplied for foreach() in xxx.gov.no\www\libraries\joomla\html\parameter\element\menuitem.php  on line 92


When I disable the plugin, the error disappears.

This error does not allow you to choose settings module item ItemID. : ((

joomla 1.5.18, AMM - 1.8.5, Zoo - 2.0.1
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
#9364
Re: Bug with ZOO 2.0 modules... : ((( 1 Year, 8 Months ago  
Shouldn't be happening in AMM 1.8.5. Also the line number it refers to doesn't match with the content of the file in v1.8..
Can you try reinstalling AMM (you don't need to uninstall first).
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9586
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
The problem exists in 1.8.5. However, there is a working fix for that, described in:

www.nonumber.nl/forum/4-advanced-module-...ootheme-zoo-fix#8592

Unfortunately that fix doesn't work any more in 1.9.1. Any ideas?

You can download Zoo 2.0 for free (including two apps). You can reproduce the issue by opening a module of type "mod_zoocategory"

PS
I also had a lot of problems with 1.9.0, I guess I should have waited a week or so before upgrading
yes number
Posts: 28
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#9590
Zoo 2 fix 1 Year, 7 Months ago  
To make AMM 1.8.5 work with Zoo 2, and avoid an error that was occuring:

Warning: Invalid argument supplied for foreach() in /var/www/virtual/msys.es/pr/htdocs/libraries/joomla/html/parameter/element/menuitem.php  on line 92

I got the tip of opening plugins/system/advancedmodules/advancedmodules.php and add the following line after line 19:

Code: Select all
    require_once(JPATH_ROOT . DS . 'libraries' . DS . 'joomla' . DS . 'html' . DS . 'html' . DS . 'menu.php');

Is this still required in 1.9.1?
waitz
Posts: 49
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Kristian Rajan | Joomla! 1.5.23 | PHP 5.2.13 | MySQL 5.0.91 |
 
#9591
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
i don't have new version of AMM, and i use 1.8.5.

the problem I decided in an unconventional way : )

Go to /modules/mod_zooitem/mod_zooitem.xml
and change line somewhere at end end


<param name="menu_item" type="menuitem" default="" state="1" label="Menu Item" description="MENUITEM_DESCRIPTION" />


<param name="menu_item" type="text" default="" state="1" label="Menu Item" description="MENUITEM_DESCRIPTION" />


this is handle set of itemid... and this worked... : )

(sorry for my english...)
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
#9592
Re:Zoo 2 fix 1 Year, 7 Months ago  
Yes, a fix would be required, because AMM doesn't work with Zoo Modules.

However the fix in your post is not functional anymore in 1.9.1
yes number
Posts: 28
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#9594
Re:Zoo 2 fix 1 Year, 7 Months ago  
Ahh... And do you know what the the fix would be.......?
waitz
Posts: 49
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Kristian Rajan | Joomla! 1.5.23 | PHP 5.2.13 | MySQL 5.0.91 |
 
#9595
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Weird stuff. I have Zoo2 installed and don't have any problems in the zoo_menu module...
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9596
Re:Zoo 2 fix 1 Year, 7 Months ago  
Weird stuff. I have Zoo2 installed and don't have any problems in the zoo_menu module...
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9598
Re:Zoo 2 fix 1 Year, 7 Months ago  
Well, actually..... When I look - the error doesn't appear anymore... I was halfway expecting it to be there. Can we conclude that 1.9.1 works with zoo 2 without any fix..?
waitz
Posts: 49
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Kristian Rajan | Joomla! 1.5.23 | PHP 5.2.13 | MySQL 5.0.91 |
 
#9599
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Try "mod_zoocategory" as mentioned above.
yes number
Posts: 28
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#9600
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Ah, I see... will look into this...
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9603
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
The problem is not with AMM, but with Zoo.
It is overwriting a bunch of core Joomla classes and functions. This makes things break.

It's up to Zoo to fix it.
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9605
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Thanks! I thought so : )
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
#9607
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
And while we are on the subject, why not use K2 or FLEXIcontent?
Zoo is - like the name suggests - full of wild animals requiring attention.
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#9609
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Yoo - good responsible and serious guys:)

I think that their products have less problems than flexi and K2.

Yes, there is a bug with this your plugin. But it is easy to cost, but other serious bugs have not yet discovered ...

True, Flexi and K2 I tried a long time, maybe they are better?
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
#9610
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
At the Zoo I do not like just one thing - their own commenting system. While most sites use proven Jcomments
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
#9611
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Thanks for the feedback. Could you give a little bit more information (only if you have time)? Then somebody could report this to Yootheme (which is not easy because their forum is not public

I think K2 is not a good CCK. Flexicontent is very good, however for most "normal" Joomla users it is too difficult. Of course Zoo is also kind of difficult (but less so than Flexicontent). But they also deliver "apps" on top of their CCK. Try to create a Cookbook or Movie Database or Business Directory or Catalog with Flexicontent. Yes, it is possible, but like templates, why spend weeks on something if you can buy something "nicely styled" for a few bucks.
yes number
Posts: 28
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#9613
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
Forgot to mention, Jseblod is probably the best CCK. But "normal" Users don't care what's inside, only how it looks in the end
yes number
Posts: 28
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#9615
Re:Bug with ZOO 2.0 modules... : ((( 1 Year, 7 Months ago  
From Jseblod, I can not use such modules as JU News Ultra.
This module cleans the tag, but he can not remove those inserts, which adds to the content Jseblod.

And I'm not a programmer to rewrite the code to remove these spots.

I tried but I did not succeed:)
Pavel Venevtsev
Posts: 23
User OfflineClick here to see the profile of this user
Pashka.Ru
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: Peter van Westen
Open Source Training | Online Joomla! Training and Support
MaxCDN | Content Delivery Network | Accelerate your site to the max
hosting joomla