[quote] Essa é a pagina de magias do meu ot...
Warning: file_get_contents(D:\x\htdocs\Forgotten\data\spells\spells.xml) [function.file-get-contents]: failed to open stream: No such file or directory in D:\x\htdocs\info.php on line 1021
Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1024
Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1067
Essas são as linhas 1021, 1024 e 1067 do info.php
$file = simplexml_load_string(file_get_contents($spells_file));
foreach($file->instant as $spell) {
foreach($file->conjure as $spell) {
[/quote]
[quote]Essa é a pagina de monstros do meu ot
Warning: opendir(D:\x\htdocs\Forgotten\data\monster/) [function.opendir]: failed to open dir: No such file or directory in D:\x\htdocs\info.php on line 1115
Warning: readdir(): supplied argument is not a valid Directory resource in D:\x\htdocs\info.php on line 1120
Essas são as linhas 1115 e 1120 do info.php
$folder = opendir($dirmonster);
while($filename = readdir($folder))
[/quote]
Até agora vou postar só esses dois, se o problema for fácil de arruma faço eu mesmo os outros, se não, eu posto o resto outra hora.
Valew, Thissy...

[quote name='Thissy' date='14/04/2010, 16:47' timestamp='1271274454' post='998293']
To configurando umas paginas do meu ot, e tem uns erros q n entendo, me ajudem plx..
[quote] Essa é a pagina de magias do meu ot...
Warning: file_get_contents(D:\x\htdocs\Forgotten\data\spells\spells.xml) [function.file-get-contents]: failed to open stream: No such file or directory in D:\x\htdocs\info.php on line 1021
Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1024
Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1067
Essas são as linhas 1021, 1024 e 1067 do info.php
$file = simplexml_load_string(file_get_contents($spells_file));
foreach($file->instant as $spell) {
foreach($file->conjure as $spell) {
[/quote]