Hi @Rohaan123,
I’m not sure if the fatal error:
PHP Fatal error: Uncaught PDOException: SQLSTATE[42000]:
Syntax error or access violation: 1066
Not unique table/alias: ‘issue_p’ in .../pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80
…is related to the stats processing issue, but I took a look through the 3.3.0-17 codebase, and the issue_p
alias is only used in one place. I also can’t see any way that it could be getting added to the query twice. Do you have any customizations or 3rd-party plugins that might be interfering?
Regards,
Alec Smecher
Public Knowledge Project Team