404 Problems

So my domain is set up through CloudFlare with A records pointing back to InfinityFree.  I just installed OSTicket on one of my subdomains and when I go to the URL of the installation I get a big 404 error for some weird reason when I just installed it.

Does anyone know what’s wrong and how I can fix this?

I don’t know, maybe you can provide this subdomain?

Sorry.  blog.esbnonline.ml and help.esbnonline.ml

I checked your domain name, and while it's pointing to one of our IP addresses, it's not pointing to the IP address or the hosting account it's one.

Please note that every hosting account gets assigned an IP address at random, so if you have multiple accounts, they may have different IP addresses.

Please look up the new IP address and update your DNS settings in Cloudflare: https://infinityfree.net/support/find-your-ip/

Ok that fixes everything.  Thank you!

Ok, so I uploaded all the files and installed the blog software on the blog.esbnonline.ml subdomain, but when I go to visit it, it gives me an HTTP 500 Error?  Did I do something wrong?

Screenshot: https://docs.google.com/uc?export=download&id=1eMlhjhA8-gZo53k55MqY6qNpIOZrkrtm

Hi
please enable error reporting https://infinityfree.net/support/http-error-500/

I enabled the error report and one of the lines says this:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DB_POSTS has a deprecated constructor in /home/vol7_6/epizy.com/epiz_20246531/blog.esbnonline.ml/htdocs/admin/kernel/db/db_posts.class.php on line 12

Does that mean that I need to delete and re-upload the file?


https://stackoverflow.com/questions/37100373/php-deprecated-methods-with-the-same-name

you can try to change the current version of PHP to older versions inside the control panel

but I think the main problem is the lack of these files:

Warning: include(./languages/.bit): failed to open stream: No such file or directory in /home/vol7_6/epizy.com/epiz_20246531/blog.esbnonline.ml/htdocs/admin/boot/rules/5-regional.bit on line 15

Warning: include(): Failed opening './languages/.bit' for inclusion (include_path='.:/usr/share/pear/') in /home/vol7_6/epizy.com/epiz_20246531/blog.esbnonline.ml/htdocs/admin/boot/rules/5-regional.bit on line 15

Warning: Division by zero in /home/vol7_6/epizy.com/epiz_20246531/blog.esbnonline.ml/htdocs/admin/boot/rules/10-pager.bit on line 46



btw. I was curious what exactly you are doing when you have folders kernel and boot (linux / unix) in blog?

Well, I was installing a blog software onto the subdomain, and apparently those folders were in the ZIP that I downloaded

ok buddy :smile:
then it’s best to install wordpress over the softaculous app installer in control panel.
WP is
most popular blogging platform.

In wordpress you have mobile friendly, large amount of designs (business blogs, pro blogs, hobbies, personal blogs), plugins, extensions, etc…



"Deprecated" means that the code usage is discouraged and should be removed, but for now it should still work without any problems.

The warnings posted by @OxyDac are a bit more concerning.

From what I can tell from the message, I suspect the issue is that your website is configured to use a particular language file, but that language is not installed or available with your software. If you could change the language setting to a one which is installed, or install the missing language files, your website might work.

But that's just speculation. I don't know what software you're using, let alone how it works or how it should be installed or configured.