-
Notifications
You must be signed in to change notification settings - Fork 916
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
laravel backpack and iis and sql server #1047
Comments
Comments in Code Removed for Clarity Below you can see my code.
bookcodes Model
bookcodes Controller has nothing
rest_declaration Model
rest_declaration Controller
What am i doing wrong? Could you help me please?? |
This could be a bug but it's unlikely - it may be worth asking the question on Stack Overflow too. |
The problem with deletion was in iis and that fixed as i inserted a new handler mapping to match my app with the correct php version (7.1) and used all verbs. That fixed this problem. Is there anyone else that is using backpack with ms sql server? I think that something is not working with relationships. |
Finally, I found what the problem was, but i need help here.. |
I'm confused as to whether you think the problem is with Backpack or with the MySQL vs SQL Server - if it's a problem with SQL Server and its interpretation of data then the problem is in the database - and not with Backpack. In fact, what is the problem again? |
Hi guys - sorry, going to close this, as it's not a bug, but a StackOverflow question. @maryxis , would you mind moving the conversation there? It's important to us to keep Github for bugs only, otherwise it's really difficult to separate Backpack issues from implementation issues. Cheers! |
Hi,
I'm new in Laravel and i have several issues according my connection with my iis and sql server.
First of all i have 405 error on deleting from CrudTable. I suppose that this is an iis error but i'm asking here in case that someone knows how to figure this out.
The other problem that i have is that i cannot display in 1 to many relationship the value and not the id of a foreign table.
I'm getting an empty column and in create blade, i select a specific value and the system inserts a zero on that column.
Below you can see my code.
bookcodes Model
rest_declaration Controller
What am i doing wrong?
Could you help me please??
The text was updated successfully, but these errors were encountered: