We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Code Visible at the Bottom of the Pages. | Forum

Ulises Aguilera
Ulises Aguilera Jan 16 '13
I noticed that in the edit profile page, at the bottom of the page and even in some page of admin area appears this code:


})(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownHover("console_item_50f62d587d76f", "console_item_50f62d587d76f_content"), "console_item_50f62d587d76f"); })(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownHover("console_item_50f62d587d86c", "console_item_50f62d587d86c_content"), "console_item_50f62d587d86c"); })(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownList("console_item_50f62d587dc16", "console_item_50f62d587dc16_content"), "invitation"); })(window); (function(_scope) {$.extend(OW.Console.getItem("invitation"), OW_ConsoleList).construct({"rsp":"http:\/\/iguala.tv\/base\/console\/list-rsp\/","key":"invitation"});})(window); (function(_scope) {OW.Invitation = new OW_Invitation("invitation", {"rsp":"http:\/\/iguala.tv\/base\/invitation\/ajax\/"}); })(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownList("console_item_50f62d587ddf4", "console_item_50f62d587ddf4_content"), "mailbox"); })(window); (function(_scope) {$.extend(OW.Console.getItem("mailbox"), OW_ConsoleList).construct({"rsp":"http:\/\/iguala.tv\/base\/console\/list-rsp\/","key":"mailbox"});})(window); (function(_scope) {OW.MailboxConsole = new OW_MailboxConsole("mailbox", {"issetMails":false}); })(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownList("console_item_50f62d587df34", "console_item_50f62d587df34_content"), "friend_requests"); })(window); (function(_scope) {$.extend(OW.Console.getItem("friend_requests"), OW_ConsoleList).construct({"rsp":"http:\/\/iguala.tv\/base\/console\/list-rsp\/","key":"friend_requests"});})(window); (function(_scope) {OW.FriendRequest = new OW_FriendRequest("friend_requests", {"rsp":"http:\/\/iguala.tv\/friends\/action\/ajax\/"}); })(window); (function(_scope) {OW.Console.addItem(new OW_ConsoleDropdownList("console_item_50f62d587e09f", "console_item_50f62d587e09f_content"), "notification"); })(window); (function(_scope) {$.extend(OW.Console.getItem("notification"), OW_ConsoleList).construct({"rsp":"http:\/\/iguala.tv\/base\/console\/list-rsp\/","key":"notification"});})(window); (function(_scope) {OW.Notification = new OW_Notification("notification"); })(window); });

Purusothaman Ramanujam
Other users too reported  this.
Ulises Aguilera
Ulises Aguilera Jan 16 '13
Thanks Purusothaman, I don´t have a Clue how to fix it...

Probably appears after some plugin intalation...

Ivan
Ivan Sep 8 '13
I'm having this problem too. Is there a solution?
dave Leader
dave Sep 8 '13

Looks like the newsfeed data is leaking onto the page. 

 

Need more info..

Oxwall version?

is this a fresh install?

what theme are you using?

is this a manual install or auto install?

did you make any changes to the site?

 

check your config?  should be false. 

     define('OW_DEBUG_MODE', false);
     define('OW_DEV_MODE', false);
     define('OW_PROFILER_ENABLE', false); 

 

I have never seen this before.. im wondering if clearing your newsfeed will work, maybe some of it got corrupted.

The Forum post is edited by dave Sep 8 '13
Alia Team
Alia Sep 8 '13
If you are using TINYMCE plugin, deactivate it and check again.
Shahadat
Shahadat Sep 14 '13
Is there any solution without deactivating TinyMCE.
Aliia
Alia Team
Alia Sep 15 '13
I am sure that there is. But since this is not our plugin, I didn't investigate this further.
Purusothaman Ramanujam

Quote from Shahadat Is there any solution without deactivating TinyMCE.
Aliia

It's possible with some fix to the plugin. Contact the developer for this.