Website URL
Error Message
Other Information
(other information and details relevant to your question)
(other information and details relevant to your question)
Please read
I went through that already and it didn’t seem to help me solve my problem.
So what did you do?
I had two domains on my IF account so I deleted the .cf domain and kept .lol. So now the url for some reason is redirecting to the previous domain .cf. Help?
Most website software has some internal configuration that links it to a certain domain. So if you just load the same files, database and configuration on a different domain, it will try to redirect you back to the “correct” domain.
Some website software doesn’t have such settings, some have it in the database and some have it in a configuration file.
If you’re not sure how to change the URL, then usually searching the web for something like “{software name} change url” usually provides more information.
if this is correct then the instructions are below:
elimination of some possible additional problems
So now the link works but it goes to a blank page and oxwall doesn’t load up. Could it be that oxwall is no longer functioning?
I am getting a OW Debug Notice which points to a problem in entity.php.
A lot of this is way over my head so I’d appreciate some more help.
The debug notices you see are just deprecation warnings. A deprecation warning means that the code you are using works in a way that’s not recommended and may not work anymore with a future PHP version.
But that’s for the Oxwall developers to fix, and it should still work for now.
As for why you you get the blank page, I don’t know, but the error messages shown don’t indicate anything that’s actually broken.
it seems that your newsfeed plugin is an older version that is not compatible with PHP-8
so try to update plugin
or from here
because it is stated there that an update for php8 has been made (see folder classes
)
You only need this file newsfeed/classes/event_handler.php at master · oxwall/newsfeed · GitHub
(all other files are years old and probably identical to yours)
and upload it in the right place instead of the existing one with the same name
so… you can try downloading it from git and then uploading to the appropriate place.
Or for a test, simply disable that plugin and see if everything else works or not…
Thank you. I updated those plugins but it seems that there are more files that need updated due to php8 support so I’m going through all of them at the moment. Will let you know what happens! But thanks so much!!
online search
If I understand correctly, it is a part of the plugin or a separate plugin
and you probably don’t have that class (and other files) that should be in this location…
I have a feeling that these errors could go on and on…
so if you don’t have anything serious on the website, maybe you should install the latest version (if yours is very old) and reduce the hassle.
but of course, make sure you have a backup of everything
Yeah. It’s literally been a rabbit hole.
I will simply reinstall Oxwall and just backup and hopefully retrieve my website. Thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.