This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

white page when deleting RSS readers


avatar
cosmin 269
From: -
white page when deleting RSS readers

This would delete 7 RSS readers entries. Are you sure? yes

and then I get a white page. And the entries are still there.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: white page when deleting RSS readers
avatar
Editor
0
From: -
I see. There is a typo in /cadmin/stats/admindomassrssreadersdelete.php:

       if( ( $system -> admimhashget() != $input_security_hash ) and( $preferences[ 'website_subsessions_admin' ] ) )


should be:
        if( ( $system -> adminhashget() != $input_security_hash ) and( $preferences[ 'website_subsessions_admin' ] ) )

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.