So, Iāve been advised to upgrade SuiteCRM, which Iām trying to do (Windows 10 Pro 64 + PHP 7).
I follow this guide : https://docs.suitecrm.com/admin/installation-guide/using-the-upgrade-wizard/
I used Wizard Upgrade from Admin options,
Step 1 :
File Permissions: All Files Writable
Database Privileges: All Privileges Available
Detected Settings: All System Settings Requirements Satisfied
Sounds good.
Step 2 :
These are the first warnings I have :
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_base has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 321
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_fault has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 1455
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_xmlschema has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 1744
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soapval has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 2924
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soap_transport_http has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 3227
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_server has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 4733
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; wsdl has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 6069
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_parser has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 8205
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_client has a deprecated constructor in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/include/nusoap/nusoap.php on line 9057
Warning: Declaration of ListViewPackages::setup($data, $file, $where, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = 'id') should be compatible with ListViewDisplay::setup($seed, $file, $where, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = 'id', $id = NULL) in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/ModuleInstall/PackageManager/ListViewPackages.php on line 42
I donāt know what they mean⦠Still, I try to load the SuiteCRM-7.11.zip Iāve downloaded from the website.
Step 3 :
Depreacted errors are the same, but the warning message has changed :
Warning: Declaration of ListViewPackages::setup($data, $file, $where, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = 'id') should be compatible with ListViewDisplay::setup($seed, $file, $where, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = 'id', $id = NULL) in /home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/ModuleInstall/PackageManager/ListViewPackages.php on line 42
ZIP Error(0): Status(9): Arhive(upload://SuiteCRM-7.11.0.zip): Directory(/home/clients/575e5b9b21300238da884952b8217187/web/Suite_CRM/cache/upgrades/temp/dMWaIV)
Everything stops here⦠Any captain here to help a damsel in distress ?