Oxwall Issue

My website recently (about 3 days ago) stoped loading. I debugged it and got the error message 500 with the following message: Fatal error : Uncaught TypeError: OW_ErrorManager::exceptionHandler(): Argument #1 ($e) must be of type Exception, Error given in /home/vol8_7/epizy.com/epiz_33181482/htdocs/ow_core/error_manager.php:235 "

I use Oxwall CMS so is it because the upgrade? The website was working normally until 3 days ago.

I found out that the function ExceptionHandler (Exception $e) on PHP 7.4.2 but it was before. I am trying to fix it but at the moment I could not figure it out correctly.

Please help me!

If you can afford such a premium CMS, perhaps you should get their support.

Free hosting does not condone the use of illegal softwares

3 Likes

Oxwall appears to also have a free version, as it’s available from Softaculous:

Unfortunately their free version seems to be unmaintained, so it likely doesn’t run well with PHP 8.2.
@JeffRic, you can try asking on their forum, but I’d suggest looking for an alternative:
https://developers.oxwall.com/forum

4 Likes

I am using oxwall free version and it was working very well as I already mentioned.

It was; now it isn’t.

Maybe; we can’t be sure. You can try checking by creating a file with the following code:

<?php
phpinfo();

If visiting it prints PHP information and has PHP 7.4.8, then you’re still on PHP 7.4. If it doesn’t work, you’re on PHP 8.2.

You can assume that it broke because of the update; but this question is suited for the Oxwall forums. We can’t provide assistance for a script we don’t develop.
If you haven’t already, you can try submitting it on https://developers.oxwall.com/forum, although from how I see it riddled with spam, you may just wish to look for another script as I suggested.

5 Likes

Thank you! I will try Oxwall Forum and I am trying to fix the code myself.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.