Despues de migrar un sitio desde Drupal 7 a backdropCMS al entrar a caulquier págine me da el error siguiente:
Unsupported operand types
Alguna idea de donde puede estar el problema?
----------------------------------------------------------------------------------------
After migrating a site from Drupal 7 to backdropCMS when entering any page, I get the following error:
Unsupported operand types
Any idea where the problem may be?
Comments
That's a fairly generic and non-specific error message, which on its own will be hard to troubleshoot and fix.
However, if you can navigate to your Recent log messages (In the Reports menu and at /admin/reports/dblog), there might be more relevant information in one or more entries there.
Thanks for the reply,
The error is in all pages and I cannot access the reports.
Do you know in which tables they are stored?
I did a search for this error `Unsupported operand types` in the Backdrop CMS core issue queue. It comes up three times and every time, it's related to config files (or lack thereof).
https://github.com/backdrop/backdrop-issues/search?q=Unsupported+operand&type=Issues
Thanks for the reply,
I will try to disable modules from the PhpMyAdmin to see ...
In the end I could see in the watchdog table the error in more detail, the problem is being given by the GlobalRedirect module, I delete it and you can access the site, although with other problems that I will already comment in another thread.
Thank you all.