Open sbulen opened 4 months ago
I get this error when attempting to run a profile export (PMs and posts, human readable).
Error exists in both 2.1 & 3.0.
An exported profile.
The process hangs, leaving an entry in background tasks. No errors in SMF, but the reported error is in the PHP error log.
2.1.5, current GitHub
MySQL
8.0.31
8.2.19
The error is NOT in the SMF log, it is in the PHP error log. [10-Jun-2024 18:43:05 UTC] PHP Fatal error: Uncaught Error: Interface "MatthiasMullie\PathConverter\ConverterInterface" not found in D:\wamp64\www\80van21\Sources\minify\path-converter\src\Converter.php:19 Stack trace: #0 D:\wamp64\www\80van21\Sources\Profile-Export.php(1818): include_once() #1 D:\wamp64\www\80van21\Sources\Profile-Export.php(1678): export_load_css_js() #2 D:\wamp64\www\80van21\Sources\tasks\ExportProfileData.php(621): get_xslt_stylesheet('XML_XSLT', 1) #3 D:\wamp64\www\80van21\Sources\Subs.php(5773): ExportProfileData_Background::add_dtd(Array, Array, Array, Array, Array, Array, 'smf', 'profile', '') #4 D:\wamp64\www\80van21\Sources\News.php(349): call_integration_hook('integrate_xml_d...', Array) #5 D:\wamp64\www\80van21\Sources\tasks\ExportProfileData.php(251): buildXmlFeed('smf', Array, Array, 'profile') #6 D:\wamp64\www\80van21\Sources\tasks\ExportProfileData.php(552): ExportProfileData_Background->exportXml(Array) #7 D:\wamp64\www\80van21\Sources\tasks\ExportProfileData.php(120): ExportProfileData_Background->exportXmlXslt(Array) #8 D:\wamp64\www\80van21\cron.php(249): ExportProfileData_Background->execute() #9 D:\wamp64\www\80van21\cron.php(131): perform_task(Array) #10 {main} thrown in D:\wamp64\www\80van21\Sources\minify\path-converter\src\Converter.php on line 19
As reported in the forum: https://www.simplemachines.org/community/index.php?topic=589098.0
Note this related topic in the forum - "Use of "parent" in callables is deprecated": https://www.simplemachines.org/community/index.php?topic=589127.0
Related recent activity:
FYI, I recommend this one for 2.1.5.
Basic Information
I get this error when attempting to run a profile export (PMs and posts, human readable).
Error exists in both 2.1 & 3.0.
Steps to reproduce
Expected result
An exported profile.
Actual result
The process hangs, leaving an entry in background tasks. No errors in SMF, but the reported error is in the PHP error log.
Version/Git revision
2.1.5, current GitHub
Database Engine
MySQL
Database Version
8.0.31
PHP Version
8.2.19
Logs
Additional Information
As reported in the forum: https://www.simplemachines.org/community/index.php?topic=589098.0