1
toolsmythe
Notification Registration Not Working on Site
  • 2006/6/21 16:11

  • toolsmythe

  • Just popping in

  • Posts: 34

  • Since: 2004/11/27


Greetings.

I just noticed that on one of my sites, I cannot register a request to be notified of events (like the Global "Notify me of blah blah blah" or sub-global-level "Notify me when a new comment is posted for this item.").

When I hit "Update Now", it winds up re-directing me without saving the notification request.

I've traced it through this far:

When I hit "Update Now", the form executes notification_update.php from the XOOPS root.

I get as far as this section of notification_update.php:

if (!$GLOBALS['xoopsSecurity']->check()) {
redirect_header($_POST['not_redirect'], 3, implode('
', $GLOBALS['xoopsSecurity']->getErrors()));
exit();
}

where it takes the "true" path.

The call to $GLOBALS['xoopsSecurity']->getErrors() is returning an empty array.

I don't know enough about the internals of XOOPS to understand why this is failing. I have this working properly on another site. The biggest difference I can see between the two sites is the site that is working was a full install of XOOPS 2.0.13 whereas the site with broken notification is an upgrade to XOOPS 2.0.13.

Any help would be much appreciated. Thanks.

JP

Login

Who's Online

449 user(s) are online (60 user(s) are browsing Support Forums)


Members: 0


Guests: 449


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits