Tested with the last daily snapshot there are problems with the above module.
If I change the style all parameters are missing behind the url on my local xampp-installation.
I don´t know whether this is wanted or a problem, simply wanted to tell it.
Greats LeisureLarry
Daily Snapshot breaks Styleswitcher-Module
Re: Daily Snapshot breaks Styleswitcher-Module
Hmm it broke after beta-2. I´ll test the next days with another daily snapshot. If the problem still exists, it would be nice to make a bug report. But first I´ll do some more tests.
Greats LeisureLarry
Greats LeisureLarry
Re: Daily Snapshot breaks Styleswitcher-Module
Tested today with the daily snapshot. Problem still occurs. Must be dependent on the changes of the last ten days. Because with the daily snapshot before it works like a charm.
Would be nice, if you open a bug report.
Greats LeisureLarry
Would be nice, if you open a bug report.
Greats LeisureLarry
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Daily Snapshot breaks Styleswitcher-Module
I noticed yesterday, that the "action" param was removed from the $params array
so I did this inside of DoAction to work around it:
if( !isset( $params['action'] ) )
{
$params['action'] = $action
}
That helped feusers a fair bit
Also, check any place where forms are constructed manually, and replace them with the appropriate $this->CreateFormStart(...) stuff, as the form stuff has changed considerably.
Unforunately, any module that doesn't use the module api completely may be broken with the latest stuff.
so I did this inside of DoAction to work around it:
if( !isset( $params['action'] ) )
{
$params['action'] = $action
}
That helped feusers a fair bit
Also, check any place where forms are constructed manually, and replace them with the appropriate $this->CreateFormStart(...) stuff, as the form stuff has changed considerably.
Unforunately, any module that doesn't use the module api completely may be broken with the latest stuff.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.