Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

after updating on my mac - I cannot open various password protected pages - like my WordPress site. I can open them from Safari and from Firefox on my windows pc.

  • 3 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: chayn123

more options

after updating firefox , it won't allow input of password on various sites - like my wordpress admin page. I can access this page from safari and from firefox on my windows pc.

after updating firefox , it won't allow input of password on various sites - like my wordpress admin page. I can access this page from safari and from firefox on my windows pc.

모든 댓글 (3)

more options

Clear the cache and the cookies from sites that cause problems.

"Clear the Cache":

  • Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"

"Remove Cookies" from sites causing problems:

  • Firefox > Preferences > Privacy > Cookies: "Show Cookies"

If clearing the cookies doesn't help then it is possible that the file cookies.sqlite that stores the cookies is corrupted.
Rename (or delete) cookies.sqlite (cookies.sqlite.old) and delete other present cookie files like cookies.sqlite-journal in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.

more options

Thanks cor-el for your very clear directions and suggestions. I followed each recommendation, several times actually and rebooted - no change in firefox behavior. Any other ideas?

more options

I cannot open password protected WordPress pages using Firefox. They open using IE

If I remove the password protection the page opens correctly in FF.

I have cleared the FF cache and cookies several times, No change

I have modified the wp-pass.php file several suggested ways related to the referrer and nothing solves the issue.

I tried:

wp_safe_redirect(wp_get_referer());

to

wp_safe_redirect(wp_get_referer() . '?');

NO GOOD

I tried:

$location = wp_get_referer();
if ( $location == '' )
     $location = './';
wp_redirect($location, $status = 302);

NO GOOD

I have upgraded WordPress to 3.3.1. Still NO GOOD

I have deactivated, and also removed all plug-ins. Still NO GOOD.

Anyone have any ideas?

Why just an FF issue?

IE no problems

글쓴이 cor-el 수정일시