Jump to content

Configuring ionCube in an IDE?


DennisHermannsen

Recommended Posts

Hi,

This has bugged me for years and I don't really know if there's a way to solve my issue.
When developing modules for WHMCS, my IDE always throws a lot of errors and warnings when I'm using WHMCS classes or functions since the code for these are encoded.

Is there any way to fix this issue? It makes troubleshooting really difficult when the IDE reports hundreds of errors/warnings 😅

Link to comment
Share on other sites

10 hours ago, DennisHermannsen said:

Hi,

This has bugged me for years and I don't really know if there's a way to solve my issue.
When developing modules for WHMCS, my IDE always throws a lot of errors and warnings when I'm using WHMCS classes or functions since the code for these are encoded.

Is there any way to fix this issue? It makes troubleshooting really difficult when the IDE reports hundreds of errors/warnings 😅

Same thing for all of us (creating modules), but that’s how commercial suites work.

Edited by pRieStaKos
Link to comment
Share on other sites

20 hours ago, DennisHermannsen said:

Hi,

This has bugged me for years and I don't really know if there's a way to solve my issue.
When developing modules for WHMCS, my IDE always throws a lot of errors and warnings when I'm using WHMCS classes or functions since the code for these are encoded.

Is there any way to fix this issue? It makes troubleshooting really difficult when the IDE reports hundreds of errors/warnings 😅

You would need to exclude those files from your IDE code checking. This means most of your WHMCS files should be excluded for code analysis. There is no other way around with encoded files, since for your IDE they are not really .php files as it can't read them.

To be fair, WHMCS is not developer friendly at all, because of the encoding, there is nothing you can really do, not even fix bug or check for functions, an IDE for WHMCS in that regard is really not very useful.

Edited by yggdrasil
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated