The Arcive of vBulletin Modifications Site. |
|
Missing: nav_m.gif Details »»
|
|||||||||||||||||||||||||
Getting server log errors of missing file.
I tracked down the only reference to nav_m.gif. arcade/skins/skin_global.php In: function contact_admin line: 392 Code:
<div class="maintitle"><img src='{$ibforums->vars['img_url']}/nav_m.gif' alt='' width='8' height='8' /> {$ibforums->lang['error_title']}</div>
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
contact_admin is unused I think... *wondering*
when does it show up ? |
|
#3
|
||||
|
||||
|
It's not a user on my site. It will be hard to find what they hit to make the error.
82.42.124.192 : 82-42-124-192.cable.ubr07.live.blueyonder.co.uk Code:
[Mon Sep 11 13:52:39 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 13:55:06 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 13:56:25 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 13:57:37 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 13:59:38 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 14:00:51 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif [Mon Sep 11 14:03:31 2006] [error] [client 82.42.124.192] File does not exist: /home/public_html/nav_m.gif |
|
#4
|
||||
|
||||
|
I searched through the files and found no reference to "nav_m.gif" are you sure ibProArcade is causing this ?
|
|
#5
|
||||
|
||||
|
I did a text search of all files on the server and of the database.
9/16/2006 4:01:10 AM Search String: nav_m.gif File Mask: *.* Search Subdirectories Processing file : forums\arcade\skins\skin_global.php Line 391 - Code:
<div class="maintitle"><img src='{$ibforums->vars['img_url']}/nav_m.gif' alt='' width='8' height='8' /> {$ibforums->lang['error_title']}</div>
Searched 6533 file(s), found 1 occurrence(s) in 1 file(s) |
|
#6
|
||||
|
||||
|
ibProArcade v2.5.6+
When there is an error. - I have the arcade closed @ the moment. So there is a default error message. Quote:
View source: Code:
<div class="tborder"> <div class="maintitle"><img src='/nav_m.gif' alt='' width='8' height='8' /> Board Message</div> </div> <div class="tablefill"> Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.<br /><br /> <b>The error returned was:</b> <br /><br /> <span class='postcolor' style='padding:10px'><font color="red"><b>The administrator currently has the arcade disabled.</b></font></span> <br /><br /> <!--IBF.LOG_IN_TABLE--> <!--IBF.POST_TEXTAREA--> |
|
#7
|
||||
|
||||
|
Yes, I found it and removed it for v2.5.7+
![]() Thanks for finding this |
![]() |
|
|