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

Not showing up #1

Open
Tragen opened this issue Mar 29, 2016 · 2 comments
Open

Not showing up #1

Tragen opened this issue Mar 29, 2016 · 2 comments

Comments

@Tragen
Copy link

Tragen commented Mar 29, 2016

I have put everything in the plugins/hmsfromrc directory and added it to the plugins config.
But it doesn't show up in settings with RC 1.1.4.
There are no error messages or warnings.
Any hints on what it could be?

@pik-256
Copy link

pik-256 commented May 17, 2016

You have to correct a few careless codes.

  1. Update config.inc.php.dist file:
    'Mode' => 'com',
  2. $obBaseApp need to be authenticated. Correct the line 159 in hmsfromrc.php file in function getHmsComServer($user):
    $obBaseApp->Authenticate($_SESSION['username'],$this->rc->decrypt($_SESSION['password']));

@Tragen
Copy link
Author

Tragen commented May 17, 2016

Thanks. It's working now.

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

2 participants