Comment to 'Page is broken after Update to 15.0.0-A1'
  • @Andrey Yasko @Alex T⚜️ @Anton L

    Same problem.

    While I had access to studio, I first tried to upgrade Artificer and then tried to uninstall it, but that was unsuccessful.

    I switched templates, but it didn't work either. My fiddling resulted in a permanent white screen with 503 error.

    I have restored backups and tried twice after that, which resulted in more files that will not upgrade due to the "more than xx% change", even if I set the force upgrade.

    • Hello,

      Have you checked your error_log file in UNA. what does it say?

      • This is what I received after TMD tried to restore my site:

        [14-Oct-2025 01:11:22 UTC] PHP Fatal error: Uncaught Error: Failed opening required './splash.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/bravohos/public_html/clickandshare.net/index.php:30 Stack trace: #0 {main} thrown in /home/bravohos/public_html/clickandshare.net/index.php on line 30

        • Hello @ClickandShare.NET !

          If your hosting allows to use the php.ini files in the the directory as your main site (like where are located the UNA files) then you may create your php.ini with this content:

          include_path = "."

          It will avoid the search of the files in the system directories like your have now. Or ask your hosting support about setting up this parameter.