- b2evolution CMS Support Forums
- Archives
- Older bugs
- Bugs in 2.4.x
- [2.4.6] Error when removing widgets in Safari
1 lturner Feb 01, 2009 09:45
Hi all
When I try to remove widgets in Safari on both Mac OSX and Windows I get the following error:
Bad Request!
The parameters of your request are invalid.
If you have obtained this error by clicking on a link INSIDE of this site, please report the bad link to the administrator.
Go back to home page
Additional information about this error:
Illegal value received for parameter «wi_ID»!
I am not sure if this is relevant or not but I thought I would take a little look in the database to see if the wi_ID that the admin console is looking for is actually in the database and it is all there as far as I can see. The URL for the delete action looks OK (49 is in the widgets table):
/admin.php?ctrl=widgets&action=delete&wi_ID=49
Interestingly though if I click on that link to delete the widget I still get the error displayed but the url in the browser is:
/admin.php?ctrl=widgets&action=delete&wi_ID=49?ctrl=widgets&blog=3
Not sure if that is part of the problem or not but the beginning part of the URL has been duplicated so wi_ID would actually be taken as 49?ctrl=widgets
Even though the error is displayed the widget is still deleted.
Many thanks
Lee