Yaro2709 / New-Star

Web. browser game engine :)
https://yaro2709.github.io/New-Star-website/
MIT License
85 stars 57 forks source link

error in race page #62

Open fisher762 opened 1 year ago

fisher762 commented 1 year ago

hello there.. i have some errors .. .when i to race page and choose character i got this

http://localhost/newstar/game.php?page=race

Warning: Uncaught ErrorException: require_once(includes/subclasses/subclass.UpdateSqlСhoice.php): failed to open stream: No such file or directory in D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php:46 Stack trace: #0 D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php(46): errorHandler(2, 'require_once(in...', 'D:\\xampp\\htdocs...', 46, Array) #1 D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php(46): require_once() #2 D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php(60): ShowRacePage->UpdateRace(1501) #3 D:\xampp\htdocs\newstar\game.php(59): ShowRacePage->show() #4 {main} thrown in D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php on line 46

Fatal error: ShowRacePage::UpdateRace(): Failed opening required 'includes/subclasses/subclass.UpdateSqlСhoice.php' (include_path='D:/xampp/htdocs/newstar/') in D:\xampp\htdocs\newstar\includes\pages\game\ShowRacePage.class.php on line 46

also this pages http://localhost/newstar/game.php?page=ethics http://localhost/newstar/game.php?page=formgovernment

4lin commented 1 year ago

Same for me even online race, form of government and ethics is not working.

StevenG916 commented 1 year ago

Not sure if this is the problem or not, but once installed and set the system to PHP7.4, i haven't had any problems since

Ronneraz commented 1 year ago

this bug is caused by the filename,the file “includes/subclasses/subclass.UpdateSql [С] hoice.php” is a Russian letter not the english letter。but the code in php are same as the filename。so it can works under the UTF8. you can replace the code in 3 files and rename whe file to make it works in old php visions

4lin commented 1 year ago

the problem was solved i missed one file was not copied on my server (includes/subclasses/subclass.UpdateSqlСhoice.php) that one was missing, so everything works fine on race, ethics and government on php7.4.8