NAL-i5K / tripal_eutils

ncbi loader via the eutils interface
GNU General Public License v3.0
4 stars 3 forks source link

PHP deprecation #261

Closed dsenalik closed 10 months ago

dsenalik commented 10 months ago

Pull #262 Under PHP 8.1, try to import project PRJNA80035

INFO (TRIPAL_EUTILS): Inserting record into Chado: pubmed: 21810238
Processing 1 of 1. Memory usage: 53,005,464 bytes.
WD php: TypeError: property_exists(): Argument #1 ($object_or_class) must be of type object|string, bool     [error]
given in property_exists() (line 278 of
.../sites/all/modules/tripal_eutils/includes/repositories/EUtilsBioProjectRepository.inc).

Just needs to check that a pub was found before checking for the property.

dsenalik commented 10 months ago

Fixed with merged PR #262