1 (edited by cows 2005-02-23 03:05)

Topic: Can someone repair my code???

ok i got this

this is only part of code but this is the onl part it is gaging on


$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_search['Downloads'];
$focus_element = array('search', 'keywords');
require PUN_ROOT.'header.php';

?>
<div id="searchform" class="blockform">
   
<div id="vf" class="blocktable">
    <h2><span>Downloads</span></h2>
    <div class="box">
        <div class="inbox">
            <table cellspacing="0">
            <thead>
                <tr>
                    <th class="tca" scope="col"><p align="left">File</p></th>
                    <th class="tcl" scope="col">Description</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td class="tca"><a href="link">test</a></td>
                    <td class="tcl">discription</td>
                </tr>
               
                    </tbody>
            </table>
        </div>
    </div>
</div>

<div id="brdfooter" class="block">
    <h2><span>Board footer</span></h2>                           
                        </select>
                        </label>           
        </form>
    </div>
</div>
<?php

require PUN_ROOT.'footer.php';



and i get this error

http://img179.exs.cx/my.php?loc=img179& … ror3jt.png

help please

2

Re: Can someone repair my code???

bump

Re: Can someone repair my code???

cows wrote:

ok i got this

this is only part of code but this is the onl part it is gaging on


$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_search['Downloads'];
$focus_element = array('search', 'keywords');
require PUN_ROOT.'header.php';

?>
<div id="searchform" class="blockform">
   
<div id="vf" class="blocktable">
    <h2><span>Downloads</span></h2>
    <div class="box">
        <div class="inbox">
            <table cellspacing="0">
            <thead>
                <tr>
                    <th class="tca" scope="col"><p align="left">File</p></th>
                    <th class="tcl" scope="col">Description</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td class="tca"><a href="link">test</a></td>
                    <td class="tcl">discription</td>
                </tr>
               
                    </tbody>
            </table>
        </div>
    </div>
</div>

<div id="brdfooter" class="block">
    <h2><span>Board footer</span></h2>                           
                        </select>
                        </label>           
        </form>
    </div>
</div>
<?php

require PUN_ROOT.'footer.php';



and i get this error

http://img179.exs.cx/my.php?loc=img179& … ror3jt.png

help please

require PUN_ROOT.'header.php';

to

require (PUN_ROOT.'header.php');  (same on footer)

might help - without seeing the whole script, and finding out what 'Line 10' is, hard to tell exactally what is up...

~j

-=-=-=-=-=-=-=-=-=-=-=-=-
Jonathan T. Sage
Lighting & Set Designer
Professional Web Designer

4

Re: Can someone repair my code???

ok ill try it

hold on 1 sec

5

Re: Can someone repair my code???

no that dosnt work

line 10 is not causing the problem i can tell you that

Here go to my website and see the error

www.infernocc.net/forums/index.php

post something to lol

Re: Can someone repair my code???

that error isn't a php error, notice its a box, it says runtime error, its a program running on your PC

7

Re: Can someone repair my code???

ahh!  Thats why it dosnt work on one of my pc's but works on all the others!

Thanks!

Re: Can someone repair my code???

Actually, I think it's a Javascript error.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

9

Re: Can someone repair my code???

so what do i do then to repair??