MyBB Community Forums

Full Version: [AJAX] Inferno Shoutbox for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@Clank, http://community.mybb.com/thread-158906.html
Make sure that all .php files in your package are saved in UTF-8 without BOM encoding.
(2014-09-09, 07:44 PM)Destroy666 Wrote: [ -> ]@Clank, http://community.mybb.com/thread-158906.html
Make sure that all files in your package are saved in UTF-8 without BOM encoding.

Ah, I am not very knowledgeable on file encodings. Thanks for the help.
I get a "rewrite or internal redirection cycle while internally redirecting to "/index.html" error. Not to sure what to do about that.
(2014-09-09, 09:38 PM)zamight Wrote: [ -> ]I get a "rewrite or internal redirection cycle while internally redirecting to "/index.html" error. Not to sure what to do about that.

Where are you getting this error? It shouldn't have anything to do with Mybb since Mybb doesn't have an index.html.

It sounds a bit like you are getting this (don't worry about the technical stuff in the answer, more the explanation)
(2014-09-10, 02:49 AM)Clank Wrote: [ -> ]
(2014-09-09, 09:38 PM)zamight Wrote: [ -> ]I get a "rewrite or internal redirection cycle while internally redirecting to "/index.html" error. Not to sure what to do about that.

Where are you getting this error? It shouldn't have anything to do with Mybb since Mybb doesn't have an index.html.

It sounds a bit like you are getting this (don't worry about the technical stuff in the answer, more the explanation)

Well the whole website wouldn't work when I activate the plugin. (Admin CP is fine.) Works again when I deactivate the plugin. I had to go to the nginx error.log to fine any errors.
(2014-09-10, 03:48 AM)zamight Wrote: [ -> ]
(2014-09-10, 02:49 AM)Clank Wrote: [ -> ]
(2014-09-09, 09:38 PM)zamight Wrote: [ -> ]I get a "rewrite or internal redirection cycle while internally redirecting to "/index.html" error. Not to sure what to do about that.

Where are you getting this error? It shouldn't have anything to do with Mybb since Mybb doesn't have an index.html.

It sounds a bit like you are getting this (don't worry about the technical stuff in the answer, more the explanation)

Well the whole website wouldn't work when I activate the plugin. (Admin CP is fine.) Works again when I deactivate the plugin. I had to go to the nginx error.log to fine any errors.

Hmm, well I only have apache to test it on, plus I really don't know what would cause it since again, Mybb doesn't have an index.html (aside from a couple in the plugin folders). Is there a way to enable verbose logging as to hopefully figure out what's going on?
When I install the shoutbox I'm getting the following on the index.php: http://prntscr.com/4lsc8q

The admin area still works tho.
Its an error from your server side.

On my forum works perfect, i upgrade and there are no problems only with forum perms but i send as mybb bug because is an important bug to fix. But works so fine.

I think you have wrong files and broken codes by img ref. Review without hots protections if you have and file coded.
@Clank

The files in your master branch resulted in http://prntscr.com/4lsc8q. However the patch-1 branch worked perfectly with the updated pluginlibrary.php!
(2014-09-09, 07:44 PM)Destroy666 Wrote: [ -> ]@Clank, http://community.mybb.com/thread-158906.html
Make sure that all .php files in your package are saved in UTF-8 without BOM encoding.

(2014-09-09, 07:46 PM)Clank Wrote: [ -> ]
(2014-09-09, 07:44 PM)Destroy666 Wrote: [ -> ]@Clank, http://community.mybb.com/thread-158906.html
Make sure that all files in your package are saved in UTF-8 without BOM encoding.

Ah, I am not very knowledgeable on file encodings. Thanks for the help.

Much thanks to you two for providing support in this thread as well as Clank updating this to 1.8. One of the things I didn't like while making this was the fact that MyBB used some random js library (prototype?) instead of jQuery which is much easier to work IMO. I'm not quite sure what kind of updates MyBB 1.8 brings in terms of development. If I had more time I would think about re-doing the plugin with jQuery and getting it fully 1.8 compatible with no bugs and less sloppy code on my end. As long as we have a version now which will work on 1.8 we should be okay for a while.