I recently installed MH2Treasury. running the following:
Joomla 1.5.2
MySQL version 5.0.45-community-log
PHP version 5.2.6
Rocket MediaMogul template.
Site is still under development:
http://69.89.30.244/In the left hand column there are three modules:
1) Quick links (standard Menu)
2) Partners & Sponsors (mod_allbanners)
3) Donation (MH2Treasury)
If is change the order of the modules to the following the module mod_allbanners stops working:
1) Quick links (standard Menu)
2) Donation (MH2Treasury)
3) Partners & Sponsors (mod_allbanners)
The <h3> title still shows so the module is loading, but none of the banners load. Agin this only happens when useing MH2Treasury.
Any assistance would be appreciated,
-Tim
Done a wee bit more trouble shooting....
Turned on site debug and notice the following:
When allbanners comes before mh2treasury:
4 legacy queries logged
1.
SELECT *
FROM `jos_acajoom_xonfig`
2.
SELECT *
FROM `jos_acajoom_lists`
WHERE `published` = 1
3.
SELECT *
FROM jos_banner
WHERE showBanner=1
ORDER BY RAND()
LIMIT 5
4.
SELECT id
FROM jos_menu
WHERE link LIKE '%index.php?option=com_mh2treasury%'
When mh2treasury comes before allbanners:
3 legacy queries logged
1.
SELECT *
FROM `jos_acajoom_xonfig`
2.
SELECT *
FROM `jos_acajoom_lists`
WHERE `published` = 1
3.
SELECT id
FROM jos_menu
WHERE link LIKE '%index.php?option=com_mh2treasury%'
Also...
- added mod_random_image module that seems to be unaffected.
- mod_events_latest upcoming module is unaffected
However, mod_acajoom has same symptoms as allbanners when placed after mh2treasury.