Page is broken after Update to 15.0.0-A1
I see only a white site with this Text in Browser:
Site is temporarily unavailable due to scheduled maintenance, please try again in a minute.
Someone here who can fix this?!
-
- · OneEagle
- ·
Hello,
Please make sure that your Cron Jobs are set correctly and running. Are you able to access Studio?
Also, make sure that all your modules are updated and compatible with 15.0.0-A1, specially third-party modules. This issue may also be caused by outdated modules.
-
-
- · PavelS
- ·
Try disabling module directly in the database...
-
@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.
-
- · OneEagle
-
·
In reply to Ξx¢ΞL 2
- ·
Disabling the module directly from the database could be the solution.
Another option would be to contact your mod vendor for a fix, or restore your site from a previous backup, disable the module, then run the UNA upgrade again.
-
- · Ξx¢ΞL 2
- ·
can u tell me how i do this, please i am not an expert in this? ^^
-
Hello,
Have you checked your error_log file in UNA. what does it say?
-
- · PavelS
-
·
In reply to Ξx¢ΞL 2
- ·
It depends what you use to manage your database..I use PHPMyAdmin. Go to the Install folder which you will find in the module. There is a SQL folder and the disable and uninstall files. Open disable and enter the command in the database manager and perform the action. Then do the same with uninstall. You should then be able to get into Studio.
Be careful which module you uninstall, you will lose data!!!
BACKUP!!
-
- · Ξx¢ΞL 2
-
·
In reply to PavelS
- ·
What command i need to change?
-- SETTINGS
DELETE FROM `top`, `toc`, `to` USING `sys_options_types` AS `top` LEFT JOIN `sys_options_categories` AS `toc` ON `top`.`id`=`toc`.`type_id` LEFT JOIN `sys_options` AS `to` ON `toc`.`id`=`to`.`category_id` WHERE `top`.`name` = 'mz_ticker';
--
-- Deleting data for '_mz_ticker' ticker
--
-- INJECTIONS
DELETE FROM `sys_injections` WHERE `name` IN ('ticker_ads_top', 'ticker_ads_bottom');
-
- · OneEagle
-
·
In reply to Ξx¢ΞL 2
- ·
Here we go: Assuming that you have access to your UNA database, please go to the 'sys_modules' table, find the row of the module giving you that error. It's probably the 'Post - Articles - News Ticker' module from Jerome, based on the 'MzTicker' in the error message you posted. I am not quite sure.
Then, in the 'enabled' column/field, change the value from 1 to 0 to disable the module.
-
- · Ξx¢ΞL 2
-
·
In reply to OneEagle
- ·
I cant find it :(
-
- · OneEagle
-
·
In reply to Ξx¢ΞL 2
- ·
Do you have access to your UNA database? Can't you find the sys_modules table? What is your database administration tool? phpMyAdmin? Try to use your Database search tool to find the mz_ticker or MzTicker module.
-
- · Ξx¢ΞL 2
- ·
I have access to your UNA database
-
-
·
Alex T⚜️
-
·
In reply to Ξx¢ΞL 2
- ·
this is not a true cause of the problem, it's just deprecated message which doesn't stop script execution, could you please try to find out other errors ? especially Fatal errors in php log file ?
-
·
Alex T⚜️
-
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.
-
-
·
LeonidS
-
·
In reply to Ξx¢ΞL 2
- ·
Hello!
Could you please share us more details? Especially with the "access to your UNA database"
-
·
LeonidS