projectnami icon indicating copy to clipboard operation
projectnami copied to clipboard

latest wordpress upgrade caused issues with posting

Open dticgithub opened this issue 5 years ago • 0 comments

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.

dticgithub avatar Jan 09 '20 18:01 dticgithub