× Here you can get community support related to ReDJ.

Extrawatch error

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #1977 by vivacomputers
Extrawatch error was created by vivacomputers
Hello. I have Extrawatch installed and it gives now the following error:

Warning: Parameter 1 to PlgSystemRedirect::handleError() expected to be a reference, value given in /home/servername/public_html/plugins/system/redj/redj.php on line 642

It is not a big issue and the Extrawatch version is 2.2 RC. I disabled the software at the moment.

Thanks!

Please Log in or Create an account to join the conversation.

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #1978 by vivacomputers
Replied by vivacomputers on topic Extrawatch error
Now I also have a problem with saving. When I press the Save button I get a blank screen.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #1980 by admin
Replied by admin on topic Extrawatch error
Hi,
I want to try ExtraWatch on my site. Can you just tell me whic Joomla and ReDJ version are you using?

Thanks,
Luigi

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #1983 by admin
Replied by admin on topic Extrawatch error
I figured it out. I will release the fix in the next version. Meanwhile, just change line 642 from this:
call_user_func($GLOBALS["_REDJ_EXCEPTION_HANDLER"][0]."::".$GLOBALS["_REDJ_EXCEPTION_HANDLER"][1], $error);

To this:
$GLOBALS["_REDJ_EXCEPTION_HANDLER"][0]::$GLOBALS["_REDJ_EXCEPTION_HANDLER"][1]($error);

This line calls the existing exception manager (usually PlgSystemRedirect::handleError()) after the ReDJ exception manager. In the next version I will add an option to enable or disable this (could be not necessary).

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #1986 by vivacomputers
Replied by vivacomputers on topic Extrawatch error
Thanks again! I think I am :silly: but were must I change the code? Also will this hopefully also solve the problem why I get a white screen after saving?

Please Log in or Create an account to join the conversation.

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #1987 by vivacomputers
Replied by vivacomputers on topic Extrawatch error
Hello Luigi. A little update; I think I solved the white screen problem. I did a database optimization with RSFirewall and voilà it works now. The only funny thing is that when I press Save/Close I think it automatically makes a copy.

Please Log in or Create an account to join the conversation.

Time to create page: 0.155 seconds