Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

Error messages
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: Error messages

Error messages 3 years, 6 months ago #8960

Hello,

I'm getting the following error occurring repeatedly in my php error log, and need help with fixing it:

[28-Jul-2008 16:14:14] PHP Warning: Missing argument 2 for DeSiteManagerLoginFront::redirect(), called in [site]\components\com_desitemanager_login\desitemanager_login.class.php on line 192 and defined in [site]\components\com_desitemanager_login\desitemanager_login.class.php on line 67

I'm using SSO 2.0.1 on J1.5.3 with three subsites; this error is occurring on all three subsites, but I don't know how to fix it by myself.

The code it is complaining about is:
function redirect($url, $message) {
mosRedirect($url, str_replace(array('"', '\''), '`', $message));

Thanks!

Re:Error messages 3 years, 6 months ago #8962

The warning should be prevented but I don't think it is the real problem.
Do you have the legacy plugin enabled (on the subsite in that case)?

Re:Error messages 3 years, 6 months ago #8965

Yes, on all of them.

Re:Error messages 3 years, 6 months ago #9041

Apologies for the late reply...
Could you please provide access information to the site through the support system?

Re:Error messages 3 years, 6 months ago #9049

Finally! What do you mean by 'through the support system'?

The site is an intranet, so unless you are physically in my office, you cannot access it, however I can send any files you need - including the PHP error logs to show this is an ongoing problem!

Re:Error messages 3 years, 6 months ago #9090

This is tough then... you could get rid of the Warning you posted by modifying:
function redirect($url, $message) {
to:
function redirect($url, $message = '') {

Without that Warning, assuming there is nothing else displayed, I would expect it to use a HTTP redirect instead of a JS one. I don't suppose you turned JS off?
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.50 seconds