Extrawatch error
-
vivacomputers
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
11 years 3 months ago #1977
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
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
11 years 3 months ago #1978
by vivacomputers
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 3 months ago #1980
by admin
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 3 months ago #1983
by admin
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
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
11 years 3 months ago #1986
by vivacomputers
Thanks again! I think I am

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
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
11 years 3 months ago #1987
by vivacomputers
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.144 seconds