Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Error when accessing settings
Status | Resolved |
Add-on / Version | DataGrab 4.1.0 |
Severity | |
EE Version | 7.2.0 |
Cameron Ross
Nov 17, 2022Hi
I get this error when accessing datagrab settings
syntax error, unexpected ‘int’ (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
user/addons/datagrab/Model/ImportStatus.php:7
Stack Trace: Please include when reporting this error
We are om the following php veriosn
PHP Version 7.3.33-4+0~20220627.98+debian10~1.gbp40b3e4
Thanks
BoldMinded (Brian)
Nov 17, 2022
I can send a new build or you can just remove “int” from each of these lines in the ImportStatus file so it looks like this:
FYI, I’ll probably be bumping min PHP version to 7.4 early next year. If you’re on 7.3 now upgrading to 7.4 should be no problem. Consider going all the way to 8.1 if you can.
Cameron Ross
Nov 17, 2022
Thanks for the quick response
I upgraded to 7.4 and I will upgrade to 8.1 soon
all sorted