UBB.Dev
Posted By: The Team Bug in Drop Down Menu - 11/04/2000 11:32 AM
When I was reading through the threads I clicked on the drop down menu to go to wwwthreads installation which brought up the follwoing error message:

Fatal error: Failed opening required 'anguages/english/jumper.php' (include_path='') in /home/httpd/html/wwwthreads.com/php/jumper.php on line 12

The thread was http://www.wwwthreads.com/php/showflat.php?Cat=&Board=php&Number=23803&page=0&view=collapsed&sb=5
going to page

http://www.wwwthreads.com/php/jumper.php

JA

P.S Can you make the text box a bit bigger, on my 17 inch monitor it is the size of a postage stamp?


Posted By: Rick Re: Bug in Drop Down Menu - 11/04/2000 4:58 PM
Just so there is no confusion at this point I am going to move this thread over to the PHP Port board. I'm still going through the various PHP scripts and debugging them. Haven't quite got to the scripts you are referring to, but thanks for the report anyways[]/w3timages/icons/wink.gif[/]

--- <test>
Scream
Posted from the PHP Port Site (Post might be quirky)
Posted By: The Team Re: Bug in Drop Down Menu - 11/05/2000 11:56 PM
The 12th line down in jumper.php reads
require ("anguages/$lang[THIS_FILE]/jumper.php");

It's missing the L infront. Correct it to read.

require ("[:red]languages/$lang[THIS_FILE]/jumper.php");


© UBB.Developers