Error page=ethics

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Error page=ethics

    Bei Auswahl auf der "ethics" Seite bekomme ich nur eine weiße Seite mit folgender Fehlermeldung:

    Source Code

    1. Warning: Uncaught ErrorException: require_once(includes/subclasses/subclass.UpdateSqlСhoice.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php:46 Stack trace: #0 /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php(46): errorHandler() #1 /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php(46): require_once() #2 /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php(60): ShowEthicsPage->UpdateEthics() #3 /home/users/ronnyjechorek/www/newstar/game.php(59): ShowEthicsPage->show() #4 {main} thrown in /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php on line 46
    2. Fatal error: ShowEthicsPage::UpdateEthics(): Failed opening required 'includes/subclasses/subclass.UpdateSqlСhoice.php' (include_path='/home/users/ronnyjechorek/www/newstar/') in /home/users/ronnyjechorek/www/newstar/includes/pages/game/ShowEthicsPage.class.php on line 46

    Die Dateien sind alle vorhanden

    und hier ist nicht von wegen php8.xx

    Source Code

    1. Serverinformationen: Apache PHP-Version: 7.4.33 (fpm-fcgi)
    2. JSON ist verfügbar: Ja
    3. BCMath verfügbar: Ja
    4. cURL verfügbar: Ja
    5. Abgesicherter Modus (SafeMode) ist verfügbar: Nein
    6. Speicherlimit: 512M
    7. MySQL-Clientversion: mysqlnd 7.4.33
    8. MySQL-Version: 5.5.5-10.11.11-MariaDB-0+deb12u1
    9. Fehlerprotokoll: includes/error.log (51, Aktiviert)
    10. Zeitzone (PHP/CONF/USER): 1 / 1 / 1
    11. Suhosin verfügbar/aktiviert: Nein
    12. Spielversion: 2.8.1
    13. Datenbankversion: 4
    14. Spieladresse: http://psygalaxy.w4f.eu/
    15. Der Pfad (Pfad) des Spiels: http://psygalaxy.w4f.eu/newstar/index.php
    Display All
    ?( ?( ?(
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • YES

    the file is existent

    Source Code

    1. ftp://server.web4free.eu/www/newstar/includes/subclasses/subclass.UpdateSqlðíhoice.php
    2. ftp://server.web4free.eu/www/newstar/includes/subclasses/subclass.UpdateSqlhoice.php
    the first is original from download and the second, i renamed a copy of this file because the error.
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • the folder has chmod 755 and the files 644
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • No, i didn`t change nothing in the

    ShowEthicsPage.class.php
    nor
    subclass.UpdateSqlhoice.php
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • Trotzdem Danke für den Versuch zu helfen!

    hier noch ein Blick in die Template Datei?

    HTML Source Code: page.ethics.default.tpl

    1. {block name="title" prepend}{$LNG.lm_ethics}{/block}
    2. {block name="content"}
    3. <link rel="stylesheet" type="text/css" href="{$dpath}css/building.css">
    4. <div id="page">
    5. <div id="content">
    6. {if $EthicsList}
    7. <div id="ally_content" class="conteiner">
    8. <div class="gray_flettab" style="padding-right:0;color:#6ccdce;">
    9. <strong>{$LNG.tech.{$name}}</strong>
    10. <a href="game.php?page=overview" class="tornaindietroa">{$LNG.lm_overview}</a>
    11. </div>
    12. <div id="build_elements" class="race_elements">
    13. {foreach $EthicsList as $ID => $Element}
    14. <div id="ofic_{$ID}" class="build_box">
    15. <div class="head">
    16. <a style="color:#6ccdce;"><strong>{$LNG.tech.{$ID}}</strong></a>
    17. </div>
    18. <div class="content_box">
    19. <img style="float:right;margin-bottom:5px" src="{$dpath}gebaeude/{$ID}.png" />
    20. <div class="prices_mini" style="margin-left: 7px;margin-bottom: 5px;">
    21. <font style="color:#6ccdce;"><strong>{$LNG.in_bonus}</strong></font><br>
    22. <font color="#6ccdce">{foreach $Element.elementBonus as $BonusName => $Bonus}{if $Bonus[0] < 0}-{else}+{/if}{if $Bonus[1] == 0}{abs($Bonus[0] * 100)}%{else}{floatval($Bonus[0])}{/if} {$LNG.bonus.$BonusName}<br>{/foreach}</font>
    23. </div>
    24. <div class="clear"></div>
    25. <div class="btn_build_border" style="height:29px;width:101%;">
    26. {if $Element.maxLevel <= $Element.level}
    27. <span class="btn_build red">{$LNG.et_yes}</span>
    28. {elseif $Element.buyable}
    29. <form action="game.php?page=ethics" method="post" class="build_form">
    30. <input type="hidden" name="id" value="{$ID}">
    31. <button type="submit" class="btn_build">{$LNG.et_one} {foreach $Element.costResources as $RessID => $RessAmount} {$LNG.tech.{$RessID}} <span style="color:{if $Element.costOverflow[$RessID] == 0}lime{else}red{/if}">{$RessAmount|number}</span>{/foreach}</button>
    32. </form>
    33. {else}
    34. <span class="btn_build red">{$LNG.et_one} {foreach $Element.costResources as $RessID => $RessAmount} {$LNG.tech.{$RessID}} <span style="color:{if $Element.costOverflow[$RessID] == 0}lime{else}#666666{/if}">{$RessAmount|number}{/foreach}</span></span>
    35. {/if}
    36. </div>
    37. </div>
    38. </div>
    39. {/foreach}
    40. <div class="clear"></div>
    41. </div>
    42. </div>
    43. {/if}
    44. </div>
    45. </div>
    46. {/block}
    Display All

    zu der SqlChoice und den anderen subclass, kann ich keine Templates finden.
    ?( ?( ?(
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • Danke trotzdem!

    gerade bemerkt, auch bei "page=formgovernment" das gleiche... ;(
    weiße seite mit fehlermeldung ;(
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • files are from original download.

    i made only lil changes like the "NOTES" button

    and i had in other files some other little errors with some links they linked in a wrong folder like

    "psygalaxy.w4f.eu/newstar/game.php?page=overview" linked to "psygalaxy.w4f.eu/game.php?page=overview"


    so i´ve changed only the parts with the links from "/include/xxx" to "./include/xxx" so the game runs almost correct


    but in this ethic files i´ve changed nothing
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐
  • okay, if important...

    i added the chat from mimikri added the "shipyard speed" mod and the "Dotmap"

    but i remember no other changes
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐

    The post was edited 1 time, last by RonXTCdaBass ().

  • Instalacion limpia, no presenta ningun problema.
    Como te he dicho antes, si quieres que cualquier core 2moons te funcione sin problema debes usar PHP 7.3.x
    Ya he probado lo suficiente como para saber que si solo subes a PHP 7.4.x empezarar a obtener errores :thumbsup:
    VERY SAD :/ :/ :/ :/
  • yamilrh wrote:

    RonXTCdaBass wrote:

    y no hay php8.xx
    no importa, debes bajar a php 7.3.x ya en la version 7.4.x obtendras errores.
    Entschuldigung!
    Aber man kann sich nicht auf Dauer vor dem Fortschritt verstecken. Schon php7.x ist nicht mehr zeitgemäß.

    Das wäre ja als ob man immernoch in DOS und BASIC programmieren wolle.

    Leider ist für Gratis-Spiele, Programme, Skripte und sonstige Tools der Aufwand einfach zu groß um alles zu updaten, das verstehe ich.
    Es zählt nicht wie lang man lebt, sondern wie intensiv.Euer Mond ist meine Sonne, Euer Montag - mein Sonntag.Musik ist Leben!

    ⭐Psy Love Is My Love⭐