white page when deleting RSS readers
cosmin 269
From: -
From: -
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
Philipp Esselbach
From: -
Editor
0From: -
I see. There is a typo in /cadmin/stats/admindomassrssreadersdelete.php:
should be:
if( ( $system -> admimhashget() != $input_security_hash ) and( $preferences[ 'website_subsessions_admin' ] ) )
should be:
if( ( $system -> adminhashget() != $input_security_hash ) and( $preferences[ 'website_subsessions_admin' ] ) )
This would delete 7 RSS readers entries. Are you sure? yes
and then I get a white page. And the entries are still there.