projectnami
projectnami copied to clipboard
latest wordpress upgrade caused issues with posting
after upgrading to 5.3.2 fields mapping did not occur between MySQL and SQL Server resulting in failed database abstraction and translation. Variables were unable to be cast, resulting in a type discrepancy during the database read process and a subsequent PHP error. fields_map.php -> fields_map.parsed_types.php -> translation.php
The fields map returned null, which resulted a lack of defined arrays in the parsed map, which then caused an error in translation.php when application to database queries were attempted. Since the database structure remained the same in both production and pre-production environments, copying of the mapping arrays resulted in restoration of normal operations.