NamelessMC

I’ve put NamlessMC files into the htdocs folder. But whenever i try to go to my website it shows this error:

Warning : require(/home/vol7_1/epizy.com/epiz_24667425/htdocs/core/init.php): failed to open stream: No such file or directory in /home/vol7_1/epizy.com/epiz_24667425/htdocs/index.php on line 54

Fatal error : require(): Failed opening required ‘/home/vol7_1/epizy.com/epiz_24667425/htdocs/core/init.php’ (include_path=‘.:/usr/share/pear/’) in /home/vol7_1/epizy.com/epiz_24667425/htdocs/index.php** on line 54

How could i fix this? (I never installed NamelessMC)

You have to download fresh file of NamelessMC. then upload those missing files and directories. like /core/init.php

2 Likes

How/where would i find the missing file?

Done all of that, but i’m getting another error:

Fatal error : Uncaught Error: Class ‘Redirect’ not found in /home/vol7_1/epizy.com/epiz_24667425/htdocs/index.php:61 Stack trace: #0 {main} thrown in /home/vol7_1/epizy.com/epiz_24667425/htdocs/index.php on line 61

Code:
if(!isset($GLOBALS[‘config’][‘core’]) && is_file(ROOT_PATH . ‘/install.php’)) {

Redirect::to(‘install.php’);

}

You need to upload all files from the NamelessMC source code folder extracted from the zip file on your computer, replacing the existing ones, with a FTP client on your htdocs folder, and then redirect your browser to yourdomain/index.php and follow the instructions.

2 Likes

Ok i figured out the problem, i cannot for some reason upload every file at once. Is this normal? Because that’s quite strange by my opinion.

Did everything, though it’ll work. Guess what? I have errors enabled, but there is not errors displayed. Screenshot: Screenshot - 23e8ef0087a8004c8c6f29a9cba3e05a - Gyazo

The reason you don’t see errors is because “Display Errors” is off by default. You can enable it through the Alter PHP Config menu in the control panel.

2 Likes

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