-
Notifications
You must be signed in to change notification settings - Fork 97
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
Crud Generator fails on many items #134
Comments
Maybe that's because of max_execution_time setting at your php.iniTry to change that setting value to a higher value. From: notifications@github.comSent: December 20, 2017 6:42 AMTo: yii2-enhanced-gii@noreply.github.comReply-to: reply@reply.github.comCc: subscribed@noreply.github.comSubject: [mootensai/yii2-enhanced-gii] Crud Generator fails on many items (#134) If database has more than 100 tables or so (could not count exactly), then CRUD generator fails with no error. In order to generate all files, i must select a batch of ~100 and generate and repeat the process until all files are generated.
Module generator works fine so far.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
hi, thanks, but no. it does not seem related to max_execution_time setting or memory. It fails exactly the same moment I press the button. it does not even try to generate some of them.. the only way to go around this currently is to unpick some of the pages to be generated and generate in batches. |
can you send me your sql schema? lemme try on my system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If database has more than 100 tables or so (could not count exactly), then CRUD generator fails with no error. In order to generate all files, i must select a batch of ~100 and generate and repeat the process until all files are generated.
Module generator works fine so far.
The text was updated successfully, but these errors were encountered: