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

Compiled file corrupted or invalid #259

Open
SUGO-es opened this issue Aug 21, 2016 · 3 comments
Open

Compiled file corrupted or invalid #259

SUGO-es opened this issue Aug 21, 2016 · 3 comments

Comments

@SUGO-es
Copy link

SUGO-es commented Aug 21, 2016

Hi,

When building the framework with the utility returns me a corrupt or invalid zip file.

Best regards.

xtend-admin-page-framework.3.8.1.zip

@michaeluno
Copy link
Owner

Hi,

I cannot reproduce the problem with the given information unfortunately. A couple of suggestions for you to find the cause and the way to reproduce the problem.

  1. When downloading a zip file, the server may be producing a PHP error and causing the file to be corrupt. So check the PHP error log and post relevant log entries if you find some.
  2. Try on a server with a different OS. If you got that corrupt file with a Windows server, try with a Linux server and see if you get the same problem. If this does not make a difference, try running it on a clean installed test site with the default theme and no plugin except Admin Page Framework - Loader and see if the same problem happens.

@SUGO-es
Copy link
Author

SUGO-es commented Aug 22, 2016

Hi Michaeluno,

I do not get any error , I have proven in multiple installations and gives me all damaged or corrupted file .

update:
Ok, error occurs when have enabled plugin APF with my compiled framework , if I turn off my plugin everything works correctly.
There is some inconsistency here when there are several APF working at the same time.

Thank you very much as always for the help Michaeluno.

@michaeluno
Copy link
Owner

Hi,

Ok, error occurs when have enabled plugin APF with my compiled framework , if I turn off my plugin everything works correctly.

If you see some error messages, can you post them?

Also please try providing the steps to reproduce the error. Unless I see it, the problem won't be fixed.

You said it occurs when your plugin using APF and Admin Page Framework - Loader are both activated. Then you should be able to check which part of code of your plugin causes the conflict. For example, try commenting out the lines that instantiate the classes extending the framework classes. If the problem does not go away, then keep commenting out the lines of your plugin until the problem goes away. Then you should be able to tell which line causes it.

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

No branches or pull requests

2 participants