You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, I would like to thank you for your efforts for this beautiful project work.
Let me get right to the point;
First of all, while creating a new table as I mentioned below on line 194 of ../logic/installLogic.php during the installation process, the table name is defined as role .
$install->createTable("role", $role);
However, again on line 373 of ../logic/installLogic.php (and a few more lines) it is defined as roles as in the example I added below.
These differences cause the initial installation to fail.
Another problem is related to the downloads field, which is in the files table on line 58 of ../src/Uploady/Handler/UploadHandler.php but is not specified here.
The problem in this area is when uploading. Since the field does not have a default value when the table is first created, executing the code at line 64 after this code section results in an error that the file has no default value while saving it to the database. The file is uploaded but not saved in the database.
These are the problems I see so far. I hope I explained it in a proper and understandable English and it was useful for you.
I will not be able to use your project because it does not have the feature of specifying the file sharing period and the automatic deletion of the file at the end of this period, but I liked it. Built with a simple, beautiful configuration. Editing is easy.
Finally, thank you again for your work. Good luck.
Hello, first of all, I would like to thank you for your efforts for this beautiful project work.
Let me get right to the point;
First of all, while creating a new table as I mentioned below on line 194 of ../logic/installLogic.php during the installation process, the table name is defined as role .
$install->createTable("role", $role);
However, again on line 373 of ../logic/installLogic.php (and a few more lines) it is defined as roles as in the example I added below.
These differences cause the initial installation to fail.
Another problem is related to the downloads field, which is in the files table on line 58 of ../src/Uploady/Handler/UploadHandler.php but is not specified here.
The problem in this area is when uploading. Since the field does not have a default value when the table is first created, executing the code at line 64 after this code section results in an error that the file has no default value while saving it to the database. The file is uploaded but not saved in the database.
These are the problems I see so far. I hope I explained it in a proper and understandable English and it was useful for you.
I will not be able to use your project because it does not have the feature of specifying the file sharing period and the automatic deletion of the file at the end of this period, but I liked it. Built with a simple, beautiful configuration. Editing is easy.
Finally, thank you again for your work. Good luck.
The text was updated successfully, but these errors were encountered:
Hello, first of all, I would like to thank you for your efforts for this beautiful project work.
Let me get right to the point;
First of all, while creating a new table as I mentioned below on line 194 of ../logic/installLogic.php during the installation process, the table name is defined as role .
However, again on line 373 of ../logic/installLogic.php (and a few more lines) it is defined as roles as in the example I added below.
These differences cause the initial installation to fail.
Another problem is related to the downloads field, which is in the files table on line 58 of ../src/Uploady/Handler/UploadHandler.php but is not specified here.
The problem in this area is when uploading. Since the field does not have a default value when the table is first created, executing the code at line 64 after this code section results in an error that the file has no default value while saving it to the database. The file is uploaded but not saved in the database.
These are the problems I see so far. I hope I explained it in a proper and understandable English and it was useful for you.
I will not be able to use your project because it does not have the feature of specifying the file sharing period and the automatic deletion of the file at the end of this period, but I liked it. Built with a simple, beautiful configuration. Editing is easy.
Finally, thank you again for your work. Good luck.
Hello, first of all, I would like to thank you for your efforts for this beautiful project work.
Let me get right to the point;
First of all, while creating a new table as I mentioned below on line 194 of ../logic/installLogic.php during the installation process, the table name is defined as role .
However, again on line 373 of ../logic/installLogic.php (and a few more lines) it is defined as roles as in the example I added below.
These differences cause the initial installation to fail.
Another problem is related to the downloads field, which is in the files table on line 58 of ../src/Uploady/Handler/UploadHandler.php but is not specified here.
The problem in this area is when uploading. Since the field does not have a default value when the table is first created, executing the code at line 64 after this code section results in an error that the file has no default value while saving it to the database. The file is uploaded but not saved in the database.
These are the problems I see so far. I hope I explained it in a proper and understandable English and it was useful for you.
I will not be able to use your project because it does not have the feature of specifying the file sharing period and the automatic deletion of the file at the end of this period, but I liked it. Built with a simple, beautiful configuration. Editing is easy.
Finally, thank you again for your work. Good luck.
The text was updated successfully, but these errors were encountered: