I moved my installation to a new host. I updated my data/config.php file. When first trying to load the application I got bad server response trying to use the host I.P. address. I changed the text in the data/config.php file to be "localhost". So that seemed to work.
Then when I try to load the application I get a warning "Auth error". Here are the log errors.
Before reporting that here, I decided to use the rebuild.php option. When I tried rebuild over CLI it gives me this error
So I thought ok, maybe this has to do with the php 7.1 error. I tried updating from 4.3.1 to 4.4.0 and the same error as above happened. Furthermore, I used rebuild.php via my browser (by comment blocking the cli check in rebuild.php) and checked the error log and it was empty. I cleared my cache as well, although I don't think that has anything to do with this .
Then when I try to load the application I get a warning "Auth error". Here are the log errors.
2017-01-30 14:09:28 | Error | 76.121.xxx.xxx | 401 | GET /api/v1/Settings HTTP/1.0 | installurl.com/ | 289 | Apache access | |
2017-01-30 14:09:28 | Error | 76.121.xxx.xxx | 401 | GET /api/v1/I18n HTTP/1.0 | installurl.com/ | 289 | Apache access |
Code:
[root@crm httpdocs]# php rebuild.php PHP Parse error: syntax error, unexpected ']' in /var/www/vhosts/installurl.com/httpdocs/application/Espo/Core/Utils/Config.php on line 56
Comment