Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works the Plugin with APEX 20.2? #26

Open
FloMeh opened this issue Nov 3, 2020 · 5 comments
Open

Works the Plugin with APEX 20.2? #26

FloMeh opened this issue Nov 3, 2020 · 5 comments

Comments

@FloMeh
Copy link

FloMeh commented Nov 3, 2020

Hello,
I have integrated and configured the plugin.
But when I load the page it does not show me anything. Just an empty page.
My question now is, does the plugin work with my version at all or am I doing something wrong?
Thanks!

@FloMeh
Copy link
Author

FloMeh commented Nov 4, 2020

Hi.. I have now tested it again in the old version 20.1. With version 20.1. the Plug-In works. With the latest version 20.2. it does not work anymore. What could be the reason for this? What do I have to adjust so that it works again?
Thanks a lot!

@nehsog
Copy link

nehsog commented Feb 1, 2021

Paste following code into "function and global variable" section of your page. Check if the tree is rendered, otherwise post your browser's js console output.

$sApex = $s;
$s = function(e,t,n,o) {
  try {
    $val = $sApex(e,t,n,o);
  } catch(e) {
      $val = ""
  }  
  return $val;
}

Regards,
Hendrik

@ReliSoft
Copy link

Hello,
this also doesn't work for cloud apex
Application Express 20.2.0.00.20
ORDS 21.1.3.r1531102

and our physical server
Application Express 21.1.0
ORDS 21.1.3.r1531102
image
ords error

@wajNab
Copy link

wajNab commented Oct 19, 2021

Hello,

I am also getting the same error on Cloud Apex. "Server Error".
@ReliSoft Where you able to resolve this?

@ReliSoft
Copy link

Hello,

I am also getting the same error on Cloud Apex. "Server Error". @ReliSoft Where you able to resolve this?

Hi we replaced this with the standard apex tree + search plugin
https://apex.oracle.com/pls/apex/f?p=apexbyg:treesearch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants