Mibew Messenger Community

General => Support => Topic started by: thiagomoraes on November 12, 2013, 10:32:06 PM

Title: Not showing Image button.
Post by: thiagomoraes 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
Title: Re: Not showing Image button.
Post by: faf 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
Title: Re: Not showing Image button.
Post by: thiagomoraes 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?
Title: Re: Not showing Image button.
Post by: faf 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?