Announcement

Collapse
No announcement yet.

Issue with portals in the newest version?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issue with portals in the newest version?

    Hello Guys,
    i can see on one instance of EspoCRM which is running on version 7.0.9 a lot of errors related to portal:
    [2022-02-16 08:44:28] WARNING: E_WARNING: Undefined variable $basePath {"code":2,"message":"Undefined variable $basePath","file":"/home/www/domains/domain.com/public/portal/index.php","line":64} []

    Is it possible that error is related to the update? Or configuration? There is no custom in code, only custom domain which is set in portal configuration.

  • #2
    Hi,

    Try to add
    PHP Code:
    $basePath null
    to here https://github.com/espocrm/espocrm/b.../index.php#L45

    Comment

    Working...
    X