Author Topic: SOLVED: ERROR 401 after update to 1.4  (Read 4120 times)

Offline Toskache

  • Newbie
  • *
  • Posts: 3
SOLVED: ERROR 401 after update to 1.4
« on: November 12, 2019, 04:33:49 AM »
Hi,

I updated to 1.4 and now a "ERROR 401 - Access denied!" comes (before the login screen).
The issue  remains even after a complete reinstallation under a new domain. Unfortunately, I find nothing in any logs.

If I replace the index.php with one with the following content, the "phpinfo" works fine.
Code: [Select]
<?php
phpinfo
();
?>

Then I tried to drill down, where it turns wrong by inserting
Code: [Select]
error_log("### i was here ###");
It works fine until line 50 of index.php. No debug-Info after that line:
Code: [Select]
$RCMAIL = rcmail::get_instance(0, $GLOBALS['env']);
System:  debian (stretch), PHP 7.0, FPM / FastCGI and nginx.

Would be great if someone had an idea ....
Br
 Toskache
« Last Edit: November 12, 2019, 01:42:16 PM by Toskache »

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: ERROR 401 after update to 1.4
« Reply #1 on: November 12, 2019, 07:51:03 AM »
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline Toskache

  • Newbie
  • *
  • Posts: 3
Re: ERROR 401 after update to 1.4
« Reply #2 on: November 12, 2019, 01:41:30 PM »