• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by JaXnPriVate

  1. JaXnPriVate

    Question Add Location entry into NGINX Conf

    I have seen that you can get the WebServer Object. The only question is, what does this do for me, all variables are protected and it was nowhere described what the getParameter method does...
  2. JaXnPriVate

    Resolved Basic Form Submission returns Internal Error

    I found the bug, it's because of the hyphens in the names of the objects / DOM elements. Plesk deletes them, but apparently not from the backend, where they remain. If I write everything without hyphens, it goes 1A, I find kind of stupid but is so. I do not know if this is a known issue...
  3. JaXnPriVate

    Resolved Basic Form Submission returns Internal Error

    Is there any other Error Log for Plesk Zend Framework? /var/log/plesk/panel.log <-- Does not print anything when i submit the Form.
  4. JaXnPriVate

    Resolved Basic Form Submission returns Internal Error

    Do you mean "Initialization" ? When you mean OOP, i not extended my Form as Form Simple. I will not use the extended Class before it not works. Following Code i used to build the Form Object: /** * Create new Form for Add DynDNS Domain. * @return void * * // Domain * // Username || Password...
  5. JaXnPriVate

    Resolved Basic Form Submission returns Internal Error

    I tried following Step: - Implement Form
  6. JaXnPriVate

    Resolved Does Plesk have an official Discord server?

    I've read this many times, otherwise Plesk would have linked the whole thing. I would still like to be on the above-mentioned Discord server.
  7. JaXnPriVate

    Resolved Does Plesk have an official Discord server?

    Link is expired, do you have a new one for me ;) ?
  8. JaXnPriVate

    Resolved Basic Form Submission returns Internal Error

    I implemented a simple Form (Copy and Pasted it from both Documentation Pages), but both returned an Internal Error for me. Do I have to give my method a certain name? public function formAction(){ $this->registerTabs(); $formIO = DomainHandler::createAddForm(); // Assign Form to View...
  9. JaXnPriVate

    Question Serving external PHP Files without Session

    That's a sad messages, I don't like these limitations... I implemented a mechanism which copies the Script onto the given Webspace ;(
  10. JaXnPriVate

    Question Serving external PHP Files without Session

    I like to have an extension for that, i'm currently writing one, but i'm unable to get the last step to work. And that's the PHP Script wich updates the DNS Records via API. The Script is working outside Plesk, but i like to put it into Plesk so i don't need an extra Webspace for it? Do you...
  11. JaXnPriVate

    Question Serving external PHP Files without Session

    I want to implement an Skript wich changes an given DNS Record, wich can be managed via the Extension UI. The intention is that the respective DDNS client (router, gateway...) calls a certain script to change the address in the DNS record. I just can't give the DDNS client a Plesk session, so...
  12. JaXnPriVate

    Question Serving external PHP Files without Session

    I want to implement a script (like some kind of API) to make changes to my extension without Plesk session. (DynDNS Extension)
  13. JaXnPriVate

    Question Serving external PHP Files without Session

    By internal I mean a script that can be called without a plesk session within the modules (/opt/psa/admin/plib/modules/<Name>/...) If this is not possible, just an external script which is copied from the Modules folder using post- or pre-install. Ich möchte ein Skript implementieren (wie eine...
  14. JaXnPriVate

    Question Serving external PHP Files without Session

    Is there any chance to service PHP Files, without Plesk Sessions inside or outside a Module via Install Scripts?
Back
Top