Author Topic: Not showing Image button.  (Read 6107 times)

0 Members and 1 Guest are viewing this topic.

thiagomoraes

  • Jr. Member
  • **
  • Posts: 2
Not showing Image button.
« on: November 12, 2013, 10:32:06 PM »
I use the current version 1.6.7 and status button is not working anymore. The image does not appear. Firefox debug tells me that the img url is invalid. I checked the directories.

Heres the img url :
Code: [Select]
http://mywebsite.com/chat/b.php?i=mgreen&lang=pt-br
Stop working a few days ago...whats wrong?

thanks

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: Not showing Image button.
« Reply #1 on: November 12, 2013, 11:14:50 PM »
It's hard to tell, there could be a dozen of possible reasons for this error.

First of all, you should check the button images itself. In your case they should be located at locales/pt-br/button/mgreen_on.gif and locales/pt-br/button/mgreen_off.gif.

Also, you should look into the error logs.

Moreover, try to request button images directly and see, what will happen then. In your case it will be something like http:// mywebsite.com/chat/locales/pt-br/button/mgreen_on.gif

thiagomoraes

  • Jr. Member
  • **
  • Posts: 2
Re: Not showing Image button.
« Reply #2 on: November 12, 2013, 11:39:59 PM »
Thanks for reply....If I request button image directly works.

Could it be some problem with JSON on my server?

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: Not showing Image button.
« Reply #3 on: November 12, 2013, 11:45:29 PM »
No, it has nothing to do with JSON.

Try to request http:// mywebsite.com/b.php?i=mgreen&lang=pt-br in your browser.

And what about messages in the error log?