Search found 2 matches

by sygnas
25 May 2020, 18:16
Forum: Developers
Topic: Cannot access information in material.inc.php from game layout
Replies: 1
Views: 582

Re: Cannot access information in material.inc.php from game layout

solved! :D I used require_once to load an external file from material.inc.php. I solved it by changing here to require. I noticed by doing var_dump () in material.inc.php. I apologize for the trouble. before: require_once __DIR__. '/modules/php/material/TEXT.php'; after: require __DIR__. '/modules/p...
by sygnas
23 May 2020, 11:52
Forum: Developers
Topic: Cannot access information in material.inc.php from game layout
Replies: 1
Views: 582

Cannot access information in material.inc.php from game layout

I accessed the information in material.inc.php in the game layout. But I got an error. Notice: Undefined property: xisizetest::$TEXT in /var/tournoi/release/games/xisizetest/999999-9999/xisizetest.view.php on line 35 material.inc.php $this->TEXT = [ 'PLAYER' => "Player", 'CARD_EXP' => &quo...

Go to advanced search