|
Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
Hello,
Thank you for this module !
I've Just installed it on J! 1.5.8. but I get nothing but a flash white square while used under Ja Purity template.
I've also tried the Sea of Glass :
www.shape5.com/demo/seaofglass/
And this time, I get lots of errors :
| Code: |
Notice: Undefined variable: dinamic_tags in C:\
xxx\modules\mod_joomulus\
mod_joomulus.php on line 8
Call Stack
|
| Code: |
Notice: Undefined variable: categorias_si in C:\
xxx\modules\mod_joomulus\
mod_joomulus.php on line 14
|
| Code: |
Notice: Undefined variable: categorias_no in C:\
xxx\modules\mod_joomulus\
mod_joomulus.php on line 14
|
(...)
Then same type of errors lines 24,31,36,54, 121, 124, 64, 82 (30 times !),95,112,113...
The last 2 errors are "Undefined index".
Hope this helps a bit...
About options into this module, I couldn't see where to setup which sections/categories from where to build the cloud, would love to see that ! :)
Cheers !
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 41
|
|
Hi,
Thanks for posting such detailed feedback - can you post a link to your site?
We have quite a few issues to sort through so you will have to bear with us for a day or two while we get everything in order.
Thanks
Big Bear
|
|
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
Hello,
Actually I'm testing it localy, might be online in a month, at least...:(
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
Hi!
First of all. I love this mod!
And it´s the only cloud tag that works for me...
It´s the same here. I got the errors with joomla 1.0.x, too!
I notice many variables are not defined.
And two indexes also too.
I made a quick and much dirty hack.
Before the undefined var is called i defined it before with a nulled value.
It seems to work.
But i am not a programmer.
4 example in mod_joomulus_1.0.x.php:
$categorias_si = "";
$categorias_no = "";
$secciones_si = "";
$secciones_no = "";
$dinamic_tags = "";
$section_id = "";
$category_id = "";
$debug_sql = "";
$tipo_low = "";
$listanegra = "";
$fuente_maximo = "";
$fuente_minimo = "";
$listaforzada = "";
$separador = "";
$mostrar_puntuacion = "";
$article_id = "";
and in the helper.php:
$tagcloud = "";
$flashtag = "";
$haveAnswer = "";
<!-- the two undefined indexes -->
$options['distr'] ="";
$flashtag .= $soname.'.addVariable("distr","'.$options['distr']
.'");';
$options['mode'] ="";
$flashtag .= $soname.'.addVariable("mode","'.$options['mode']
.'");';
I dunno if that is correct, but seems to work...
Have a nice day.
Hoping of a new, better version.
Rgds.
|
|
|
|
Last Edit: 2008/11/13 20:42 By oldschool.
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
Hello,
I think there might be an update, 1.0.1.
I've tested it, and now it works better :)
But only in Firefox, IE is listing the words...
Sometimes I have the message in IE "operation aborted" , and my screen goes to an error, but I'm not sure it's related to Joomulus...
Still a bug, in Firefox and Chrome, there are some words in the cloud that does not exist on my site ??!!!
For example, the words "lecyclage" or "Dnternet" are linking to 0 entries...
So still bugs, but keep this good work up ! :)
|
|
crony
Fresh Boarder
Posts: 13
|
|
Last Edit: 2011/03/20 22:08 By crony.
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
I found a conflict with this module:
mod_j7TitleScroller15, available here:
www.youthpole.com/index.php?
option=com_d...0&&Itemid=57
With joomulus installed, the page containing the joomulus module has his title freezing...(you can check the home of my website which has the problem)
:silly:
|
|
crony
Fresh Boarder
Posts: 13
|
|
Last Edit: 2008/12/01 16:18 By crony.
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
For your notice:
Tested my "quick and dirty hack" with IE6
minutes ago and it works...
Rgds.
|
|
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
Hey Oldschool !
I just tried your hack, but still the same problem under IE...
I'm using Joomla! 1.5.8 , are you ?
Because there's no variables used in helper.php in my file for:
$haveAnswer = "";
I'm not sure if I'm placing your code at the good place, could you zip'n'uppload those 2 files to check it ?
Thanks!
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
My PHP tells me alerts, so i tried to fix that.
My alerts are gone away and it works...
I have a really clean installation of Joomla 1.0.x.
Btw: The hack above is not completly.
I would think in your case check all your modules and/or components.
Worst scenario the on/off-methode.
Rgds.
|
|
|
|
Last Edit: 2008/12/01 20:15 By oldschool.
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
Any possibility to get your 2 files ?
Thanks :)
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
crony wrote:
I'm using Joomla! 1.5.8 , are you ?
I am using 1.0.x as stated above...
I tell you it´s your modules or components.
Rgds.
PS: In the next days i make 1.5.x installation and will make a report.
|
|
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 12
|
|
|
|
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
It works better for sure, but still not okay under IE...
But thanks for this good link :)
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
|
...
|
|
|
|
Last Edit: 2008/12/02 17:00 By oldschool.
|
|
|
Re:Joomulus blank...and error under other template. 3 Years, 2 Months ago
|
Karma: 0
|
Hey Oldschool,
| Code: |
I tell you it´s your modules or components.
|
Sure it is, but still looking for which one...
Strangest thing is that it seems to function on other IE...
I'm going to declare the variables as you explains to test further...
|
|
crony
Fresh Boarder
Posts: 13
|
|
|
|
|