firebug script debugger not showing current page javascript sometimes - list

When i load the page i want to debug. i click the firebug icon and firebug appears ok. i click the script tab and i am asked to "Reload to see all sources". I do the reload and most of the time i see the inline javascript and the html of the currently loaded page. There are times when i go through this process and i DONT see the current page html and inline javascript, instead, i see most of the other javascript FILES associated with the loaded page. i cannot figure out how to get my currently loaded page and its inline javascript to appear again. i clear the cache, restart firefox, reset options?
Also, when i click the list to see the javascript files and pages, I dont see my currently loaded page listed. But, when i AM able to "Reload to see all sources" and my current page html and inline javascript appears, THEN it is included in the list.
Not sure what i need to do here?
thanks for any help

This worked for me:
1 - Press f12 to open firebug console.
2 - Goto firebug menu at top left of firebug console.
3 - Goto Options -> Reset All Firebug Options.

Related

Postman - Response not rendered on preview tab of body - shows just a small thumbnail

I have Postman request that returns a web page /url. I can see the source code of the page in the response. I know the request works. But when I click preview, I just see a grayed out thumbnail?
Any ideas why?
thanks in advance
Postman is not a browser it doesn't load javascript and images as the content is loaded inside an iframe.
https://learning.postman.com/docs/sending-requests/responses/
you can see the errors by pressing ctrl+shift+i , as postman is chromium based it opens the chromium inspector where you can see the errors
if you want to see the full html then you can use send and download instead
this will save the content to your disk properly

Master page showing unexpectedly

When I am clicking on the upload button in document web, inside that the section master page is showing (which should not).
How to remove this either in SharePoint designer or SharePoint 2013 itself?
Also, the site settings is showing up on home page (but it should show in a separate new page).
Screeshots:
It looks like you have a custom master page that is missing much of the core structure of a master page. In particular, an out of the box master page responds to a Query String value of "?IsDlg=1" to control if master page content is displayed in SharePoint dialog boxes along with primary page content.
To see this, go to a site without this custom master page and visit a list or library page. Edit the URL and, if there's no Query String (i.e. no "?" in the URL, add "?IsDlg=1" (no quotes), or if there is a query string add "&IsDlg=1" (no quotes). Notice the difference in the displayed content.
Something is missing from your custom master page. Either the lack of standard CSS classes or missing JavaScript references.
Can you reset the master page back to one of the out of the box master pages and check to see if everything is now working.
As the the Site Settings, someone must of added an IFRAME or a Page Viewer web part to the home page and set the URL to the Site Settings page.

Oracle APEX Select RDS Tab in URL

I am developing an application in Oracle APEX 5.1. I have a page which uses a region display selector. The default tab has general information which should be the active tab for anyone navigating to the page from within the app. The other tabs are detailed reports which are relevant to specific users. I want to provide these users with a URL to access the tab containing the reports that they're interested in.
I created a page variable, P14_ACTIVE_TAB, which is the static ID of the region associated with a particular tab. I use this variable in the following JavaScript code..
selectTab = "$('#myRDS .a-Tabs').aTabs('getTabs')['#" + $v('P14_ACTIVE_TAB') + "'].makeActive();";
console.log(selectTab);
eval(selectTab);
I have tested the code and it works correctly if I use it on a button, select list, etc. however I have been unable to get it to properly execute when a user navigates to the page using a URL like
f?p=100:14:::::P14_ACTIVE_TAB:myReport
If I define a dynamic action on page load it appears that the page is being rendered after the code is executed so I still get the default tab. If I look at the console output I see the correct code, which I can then cut/paste as a console command to get the desired result. So it appears that I have the right code being executed at the wrong time.
Does anyone have any suggestions how I can define the dynamic action to execute after the page has been rendered so the correct tab will be made active?
Thanks.

Clickin on Information link brings up blank page

None of my Information links work, when I click on them it only shows up as a blank page. the URL is right and the ID numbers are right eg. ?route=information/information&information_id=4.
Strangely when I click on the Terms and conditions link when completing an order it takes me to the correct page but only shows the content and none of the formatting of the home page. If I click on the same link from the footer it just shows as blank.
I have activated logging and no errors appear, I have checked the footer.tpl and everything looks fine. Does anyone have any ideas?
Thanks
The blank page is definitely an error, which should be visible in your error log (most likely from an extension/theme you've installed). If it doesn't show in the OpenCart error log under SYSTEM > ERROR LOGS then you need to check out your servers PHP error log. The T&C page is actually showing because it doesn't load through the same method as the one in your footer, and is supposed to be a simplistic page. However, this should load up in a popup not change your browser page. It sounds like your theme is screwing up

What is the simplest way to create a page tab on the latest version of fb?

All I want to do is create a few pages with sign up forms for our fans and customers on our business facebook page.
I created the new app, named it and went on to the basic settings. From what I can tell I just need to set up the "page tab" info. I Named the tab, put in the page tab url, secure page tab url and uploaded a tab image.
Then I wait for it to show up on our fb page. I refresh the page and for a few seconds it looks like something is being loaded in the list of tabs. But then it stops and the layout of default tabs (photos, likes, and events) are unchanged.
The tab should link to the app url which should load inside of an iframe which will have the html from our web server.
That's how I understand it anyways.
You must add manually the application on your page through this URL: http://www.facebook.com/dialog/pagetab?app_id=APP_ID&redirect_uri=https://www.facebook.com/
Remember to replace APP_ID first.