Current time: 05-23-2012, 03:03 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;

Official Arabic Translator.
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.
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.

Justin Soltesz / MyBB Lead Designer / RCTgo.com / Quizli does quizzes best / Tracker: what's due?
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!

[Image: MK1lK.png]
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication