Current time: 03-20-2010, 03:38 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Missing image file
06-29-2008, 01:03 PM (This post was last modified: 06-29-2008 01:14 PM by Garlant.)
Post: #1
[F] Missing image file
Hi there,

My servererrorlog is telling me, he is missing an image file:
Quote:[Sun Jun 29 14:47:56 2008] [error] [client 127.0.0.1] File does not exist: D:/*/workspace/mybbbeta/admin/styles/default/images/tsubhead_bg.gif,
referer: http://localhost/*/workspace/mybbbeta/admin/styles/default/main.css

I'm using beta 1.

Greez Garlant

Please report Bugs/Problems via pm to me.
Thanks!
Find all posts by this user
06-29-2008, 02:13 PM
Post: #2
RE: Missing image file
correct, it's in main.css
in line 300
Code:
table.general th {
    background: #ADCBE6 url(images/tsubhead_bg.gif) repeat-x;

الدعم العربى
تطوير منتديات MyBB - كتب ودروس وملحقات الـ Php - دروس وكتب الـ XHTML - تطوير المواقع والمنتديات - ارسال الموقع الى محركات البحث - اشهار المواقع - برامج كمبيوتر - العاب كمبيوتر - برامج الجوالات وتعريبها
Cheap Web Hosting
Visit this user's website Find all posts by this user
06-30-2008, 01:06 AM
Post: #3
[F] Missing image file
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
06-30-2008, 01:08 AM
Post: #4
RE: Missing image file
Change

Code:
background: #ADCBE6 url(images/tsubhead_bg.gif) repeat-x;

to

Code:
background: #ADCBE6;

and you'll be fine. The image isn't supposed to be there.

[Image: apart.png]
Justin S. / MyBB Lead Designer / RCTgo / Belloman Design / Afresh for 1.4 / Light for the ACP
Visit this user's website Find all posts by this user
07-02-2008, 02:24 AM
Post: #5
RE: [F] Missing image file
(06-30-2008 01:08 AM)Justin S. Wrote:  Change

Code:
background: #ADCBE6 url(images/tsubhead_bg.gif) repeat-x;

to

Code:
background: #ADCBE6;

and you'll be fine. The image isn't supposed to be there.

That worked for me, thanks!
Visit this user's website Find all posts by this user


Forum Jump: