Hi Grafik,
Please make sure that your installer file has J2.5 in the file name, maybe you have downloaded the J3.0 version ?
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi grafik,
Well, we can do something, please set the "Error reporting" to "maximum" under the Joomla global configuration, see if you get some error message instead of a blank page ?
You may also contact me though the "Contact us" page to test the new version ?🙂
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max sorry for the late reply. i was realy busy,
site was going live: thats why i cant just do something with error reporting, or install / uninstall to search for other reasons.
and i was not able to reproduce the problem on a "not live site"/ testsite till now:
Error came from: /modules/mod_exmenu/exmenu/view/menuview.class.php
line 291:
$secure = $menuItemParameters->def('secure', 0);
if i comment out that line, the form reappear.
but i dont know what this line do, or why stable Release didnt work anymore but old RC3 did.
Hi grafik,
That looks like a bug in the exmenu module code to me :-(
Bob
Hi Bob
First of all, thank you verry much.
The tip that you found works.
When i add jimport('joomla.html.parameter'); a line before the code that i first had commented out. than i had no problem with extended menunodule 😀
the only thing that make me unsure is:
i had now that import on line 11, and also at line 73.
is that a problem?
And can Max release a chronoforms version with that fix, included? because than i can uptate to newer releases without had to apply this fix this manually again.
Hi grafik,
Repeating the 'import' line is no problem; Joomla! checks to see if the code is already loaded and, if it is then ignores the second request.
I expect that Max will catch up with this on his bugs list soon.
Bob