Oracle APEX ORA-01722 when creating Interactive Report - oracle

I keep getting an ORA-01722 whenever I try to save the page. This happens when I try to:
Create a region as an Interactive Report: Tried 3 different tables, from the autmatic creation to typing the sql myself; With 1 or all columns; even doing a select 1 colX from dual;
Change any classic report to interactive report and click save.
If I create the interactive report from the template wizard, change to classic and try to move back, same issue.
I've already tried only varchar columns, disables all features from the IR, gave it static id and basically turned everything off and on again :/
I've also prayed, cried and now I"m going for a walk to see if anything changes..
I'm hoping I can get help from you guys because I'm running out of options here.
Regards

I had a very similar issue but with Chrome. It worked for me to change to Firefox. It did however not help to dissable all chrome extensions.
Thanky you Paulo for posting solution.

As of jun/20 the issue is on chromium. I had to use firefox and noticed it wasn't happening, tried on chrome and opera and it was also ok.

Related

SSRS report - open hyperlinks in new tab

I have spent tons of time trying to figure out how to open hyperlinks from SSRS reports into new tabs without Javascript. I found rc:LinkTarget=_blank parameter that should fix the issue changing all "target=_top" to target="_blank". But it's not happening.
Thanks
Your link (I'm fairly sure) should look something like this
http://mySSRSServerName/ReportServer?/MyReportFolderName/MyReportName&rs:Command=Render&rc:LinkTarget=_blank

Joomla error "MODULO BY ZERO"

This error showed up as plain text on white background after logging in to the Maintenance Login window on the public front end of our Joomla 3.5.1 site. We are using a template from TemplateMonster called "theme3289" (default version), aka "Truckie".
For no apparent reason, we found we could not log in to the Maintenance Login window on the public front end. We got the error:
"Modulo by zero" on a plain white background.
No part of the front public end of the site could be navigated to, even by pasting in a link. However, we could navigate fine to the backend ([site_domain_name.com]/administrator)
Not sure exactly what caused this, but we did have the internet connection go down in the middle of saving an article. After re-gaining connection, the new article was missing. We had also made some simple content changes (not configuration or settings changes) in the articles inside the TM Parallax module.
Looking for help on this "Modulo by zero" error.
RESTORED DATABASE BACKUP = Solved the problem. I am pretty sure it was some kind of database error or corruption. We tried clearing the cache (Joomla System Menu) and a number of other things. Nothing worked.
We had two staff working on the site at the time of the error, one a newbie, one an advanced beginner. Interviewing them with "what were you doing at the time" didn't seem to lend any clues. Unless perhaps the TM Parallax module may have a bug (???) - or a corruption somehow when internet went down while saving an article.
SOLUTION: We restored a recent backup copy of the database made only 2 hours prior to the ERROR. This solved our problem.
This worked for us.
I faced this issue today, and I found out the cause. Its simple actually,as the issue says your code somewhere is attempting to do division or modulo by 0. Maybe you had added a new field with value 0 in your db after taking backup and the data there was causing it. This may not be helpful for you now but I'm leaving this here to make it easy if someone has a similar issue and ends up here.
I think the problem was caused by a change in the template. For example, some templates do not allow specific values to be zero, and will crash when this happens.
A good idea to discover the root cause of the problem is to compare the templates settings of the backup to the template settings of the problematic site. If everything is exactly the same, then you should compare the modules, and finally the menu items. It is not a fun job to do, but will help you isolate the problem in case it happens again.
For your reference. Just had this issue and the above information did not help. Finally found the solution:
In Article > global Options > Blog/Featured layout I had the columns set to 0

MAGENTO, "Manage Products" -> Blank screen on Add/Modify Item (ReferenceError)

Good evening people,
I'm trying to MODIFY a previously added item - but this blank screen occurs
(https://www.dropbox.com/s/fp4udpg31iss5u5/Screenshot%202014-10-18%2018.03.42.png?dl=0)
Same happens when try to ADD a NEW PRODUCT.
PLUS: While debugging on Mozilla Firefox, on the missing product grid it shows me a serie of "ReferenceError". What is missing ?
I've been searching for similar questions but I've got no clue on how to solve it.
This problem shows after a massive loading of about 300 items' images using Magmi.
UnderstandingE's version of Magmi.
Magento version 1.5.0.1.
SOLVED !
Checking my FTP log, I've found a modified version of "browser.js" file.
This file was containing invalid characters.
I've found the clue by pressing F12 on Mozilla Firefox,
and reading in the Console about some "SyntaxError" and "ReferenceError".
"Browser.js" modified by a simple NotePad and then uploaded via FTP by an unaware user.
Thank you so much for the help...hope this will help too!
Tom
(A mention is needed: this riddle was actually solved by the brilliant hostingpartner.it "Customer Care")

Issue in phpmyadmin

I have some issues on my phpmyadmin. If I search for any id it will showing the value in its view :
But when I select inline edit option they are not showing. Also if I fetch it through query I am not getting the values.
If I sort the result by clicking on column title its not working on first click. I have to click many times for this. This error suddenly occured today.
Should I change the xampp or this is due to cache problem or like that????
I think that it's a weird problem too. Try to restore default configuration, but start with the cache. If not, re install xampp.
Good luck.

cookies or cache? my own site won't load in FF without a restarting FF

Over the last few days, I've noticed that (occasionally) when testing my own site in FF, it loads the first time that FF has been opened, but it seems to hang on subsequent loads (windows only - i haven't noticed this behaviour on mac, but i don't use my mac as much).
The url is http://HearWhere.com
Of course, my concern is that sometimes people will try to get to the site and not be able to (and based on what I can see, that is a distinct possibility, as i've seen a significant drop in stats over the last few days, so I suspect that might be happening).
Any idea why? I can't seem to figure this one out.
I view source on the page that hasn't loaded, and it appears that all the source is there.
The one thing I can think of that might be causing the problem is that in my head and footer, i have a bit of PHP which attaches the correct API key based on the visiting domain (this is so I don't have to hard-code the api key into the page and change it from dev to prod).
i use a fairly simple
$domain=$_SERVER['SERVER_NAME'];
if($domain=='dev'){
$apiKey='apikey';
}else {
$apiKey='apikey2';
}
but when viewing the source, it appears that show without issue.
I do a similar bit of code at the bottom of the page so I only include tracking codes when the domain is not dev.
Any ideas?
UPDATE --------------------------------------------------------------------
After checking it out in Firebug (not sure why i didn't check that before), the following two google scripts are failing, and everything stops there.
The site is map/location centric, so there i need the google stuff. Any idea why it would fail?
these are the failing scripts
http://gg.google.com/csiv=2&s=mapsapi&action=jsloaderjslinker&rt=jsload.69,jseval.103,jsdone.105
http://gg.google.com/csi?v=2&s=mapsapi&action=apiboot&rt=d.2,e.316,ab1.336
Have you tried Firebug plugin for Firefox? It could help you debug some script/network/html issues.
You can monitor script, images and other ressources load time.
Good luck.
It appears this was/is an error with Firebug. Disabling firebug resolves the issue, so it shouldn't affect too many visitors.
Thanks for the help,
Pete

Resources