My software Mautic v 3.0.2 (Updating to v 3.2.2)
My PHP version is : PHP Version 7.2.34 (Linus vps server)
MariaDB version is 10.3.27
Updating Errors From the Log file
[2020-12-30 12:12:11] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: “An exception occurred while executing 'SELECT COUNT() AS dctrn_count FROM (SELECT DISTINCT id_10 FROM (SELECT m0_.is_published AS is_published_0, m0_.date_added AS date_added_1, m0_.created_by AS created_by_2, m0_.created_by_user AS created_by_user_3, m0_.date_modified AS date_modified_4, m0_.modified_by AS modified_by_5, m0_.modified_by_user AS modified_by_user_6, m0_.checked_out AS checked_out_7, m0_.checked_out_by AS checked_out_by_8, m0_.checked_out_by_user AS checked_out_by_user_9, m0_.id AS id_10, m0_.name AS name_11, m0_.description AS description_12, m0_.alias AS alias_13, m0_.public_name AS public_name_14, m0_.filters AS filters_15, m0_.is_global AS is_global_16, m0_.is_preference_center AS is_preference_center_17 FROM maukx_lead_lists m0_ ORDER BY m0_.name ASC) dctrn_result) dctrn_table’: Unknown column ‘m0_.public_name’ in ‘field list’" at /home/beau********/public_html/mauticvtest/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 60 {“exception”:”[object] (Doctrine\DBAL\Exception\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT COUNT() AS dctrn_count FROM (SELECT DISTINCT id_10 FROM (SELECT m0_.is_published AS is_published_0, m0_.date_added AS date_added_1, m0_.created_by AS created_by_2, m0_.created_by_user AS created_by_user_3, m0_.date_modified AS date_modified_4, m0_.modified_by AS modified_by_5, m0_.modified_by_user AS modified_by_user_6, m0_.checked_out AS checked_out_7, m0_.checked_out_by AS checked_out_by_8, m0_.checked_out_by_user AS checked_out_by_user_9, m0_.id AS id_10, m0_.name AS name_11, m0_.description AS description_12, m0_.alias AS alias_13, m0_.public_name AS public_name_14, m0_.filters AS filters_15, m0_.is_global AS is_global_16, m0_.is_preference_center AS is_preference_center_17 FROM maukx_lead_lists m0_ ORDER BY m0_.name ASC) dctrn_result) dctrn_table’:\n\nUnknown column ‘m0_.public_name’ in ‘field list’ at /home/beau********/public_html/mauticvtest/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60, Doctrine\DBAL\Driver\Mysqli\MysqliException(code: 0): Unknown column ‘m0_.public_name’ in ‘field list’ at /home/beau********/public_html/mauticvtest/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php:86)"}
My Issues
- I was unable to install the Mautic 3.2.2 update via the command line, it keeps timing out (probably internet download issues)
STEPS I TOOK TO ADDRESS IT:
I downloaded the v3.2.2 from the GitHub and did a manual update via CPANEL.
Installation managed through… with cache clearing… I could re-access my mautic dashboard.
MY PROBLEM NOW
However, the SEGMENT TAB in my instance is inaccessible… it just attempts to load… but stops and then remain on the same window.
Steps I have tried to fix the problem :
I have cleared cache…via Command Line… but the issue still persists though.
(Seems to me like a database issue, but i don’t know enough to know how to find the solution)
Thank you
Please help, I appreciate your time.