Class 'OCA\RoundCube\Controller\OC' not found

Hi,

I’m trying to fix a bug of the roundube app to the Nextcloud, but I’m facing a extremely weird error. The error that I receive is ‘Class ‘OCA\RoundCube\Controller\OC’ not found’.

It is weird because it disappears if change the line lib/PageController.php:49 of the the following ways:

  • Commenting the line, //$email = 'example_email.com'
  • Changing it to $email = 'example_email.com' or $email = "example_email.com"

But it continues happens if I change to line to

$email = 'example@email.com'

Thanks in advance :slight_smile:

Hey @ITorrente

I believe, you are missing a backslash in line 58.

2 Likes

@marcelklehr, thankssssssssssssssss!!!