When I publish the plugin, site goes offline

regin 17 Oct, 2013
Hi

When I publish the Chrono plugin, my site goes offline when I refresh it.

I use Joomla 3.1.5

Does anyone know of this error and a possible solution?

Regin

Update: I noticed it is only my frontpage that goes blank. But that is not even where the chronoforms code is located..
GreyHead 20 Oct, 2013
Hi regin,

This sounds like a PHP error. Please see this FAQ

If you see an error talking about JParameter please make sure that you have the latest version of ChronoForms installed.

Bob
regin 22 Oct, 2013
Hi

thaks, I tried to re-install component and plgin, but same result..

Altthough I get this error when etting the error massageing to maximum:

Fatal error: Cannot redeclare class JParameter in /home/regindk/public_html/elkaer2/plugins/system/nextendjoomla3compat/compat/libraries/coomla/html/parameter.php on line 33

So JParameter is part of it, but I cannot see how to solve it. I am using falang translation system. Could that have something to do with it? It is just my front site that goes offline. The other urls work as they should, when I deactivate the plugin.
Just index.php goes blank..

Regards
Regin
GreyHead 22 Oct, 2013
Hi Max,

Are you using the latest release? I thought that Max had added a fix for the JParameter problem :-(

Bob
Max_admin 22 Oct, 2013
Hi,

It looks like you have a plugin which redeclares a class already loaded by Chronoforms, the plugin name is "nextendjoomla3compat", you should disable it, or ask the developer to add an "if exists" check before loading the class!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 23 Oct, 2013
Hi Max,

For some reason I though that this had been fixed in the latest releases of ChronoForms. I think that the problem - or part of it - is that the version of the JParameter class in ChronoForms doesn't implement all the methods of the old, now deprecated, Joomla! version so even if the other developer checks if the class has already been loaded the method they need may not be there.

Bob
nextendweb 11 Nov, 2013
Hi!

We have fixed this in our extension some weeks ago as we got some reports on this case.

Just for suggestion, in your codes (ChronoForm), that class declared 2-3 times and non of them are complete declarations. If you define a class for compatibility, please define that class with the same methods and properties as it was in the original form (maybe not you are the only one who is trying to solve the Joomla 1.5-2.5-3.0 compatibility and you should be prepared for others). If you follow this rule, it will be great for both of us🙂 (Less support and less troubleshooting)🙂
This topic is locked and no more replies can be posted.