-
Notifications
You must be signed in to change notification settings - Fork 41
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
/panichd url 404 not found error #30
Comments
Hello @ashi006, What Laravel version do you use? |
Hi @xaviqv, Thanks for getting back to me. |
But I do have other issues. I found some bugs in the package features. |
Hi @ashi006 , Thanks for your quick feedback! For the other issues please tell me here and we can discuss later if any of them would better fit in a dedicated issue. |
Hi @xaviqv, Firstly I have a question. How to update default views and controllers to add own logic? Like should I update package's views/controller files directly? Or shall I have to extend those files to update the code to meet my requirements? |
And the issues I have found are mentioned below:
|
Hi, The only way I would do local changes of an installed Laravel package in vendor folder is by initiating git in the Package folder, so after any composer update all the done job is not gone. With this method, in our case, I guess you can modify controllers, routes and models, safely, but views have been published after installation or upgrade, so you will find them under resources/views/vendor/panichd In case you try to extend PanicHD functionality using Laravel tools instead of replacing package files, you should keep in mind:
I'm sorry I have not tested this kind of customizations with PanicHD, so I don't know what limitations or error would you encounter with it. In any case, I recommend you to test everything before moving it to a production environment. Good luck! |
Hi @ashi006 , I will answer within your message:
Please look at Laravel log to see if there is a more specific error message that can help us.
I don't know exactly what's happening, but I would try to:
|
Hi @xaviqv,
This is what I found in logs file:
|
Hi @ashi006 , It seems that you have some error in Datatables package installation, which is a package required by PanicHD and it has to be installed automatically once you install PanicHD via composer. As mentioned in a similar issue in Stackoverflow, you could try the following commands:
If it still doesn't work, please check if Datatables package is really installed in your app (it should be under "vendor\yajra\laravel-datatables-oracle") and please tell me in which Laravel version are you using PanicHD and over which Operating System. |
Hi @xaviqv,
I did what you mentioned in your last comment and this issue has been resolved. Thanks |
But there is one thing that I want to ask regarding search page. If the user is not allowed to access search page, then the menu bar should not have Search menu item.. My question is how to remove "Search" from menu bar (for users)? |
Hi @xaviqv, The issue with "Create New Ticket" has also been resolved. I think |
Hi @ashi006, The Search button should not appear for any member. Thanks for pointing this out. I've added this in my to do list. The behavior of viewing just one ticket from an user, when you expect to view 3, could happen if that user is the creator of the other tickets but they have another user assigned as the owner. You should check these tickets with any admin / agent account or looking for the corresponding rows in panichd_tickets table in your database. The fact that a common Member can choose another member as the ticket owner is totally intended, and it's meant to help in a company environment. Imagine the following example: An employee can't start her computer, so she asks a team mate to register a ticket for IT department in her name. In that registered ticket, you are going to see the affected employee as the ticket owner, but next to the owner name, an "user" icon with a tooltip that will inform of the member who registered the ticket. When the affected employee is able to access tickets with her login, she's going to see that ticket as It was created by her. Anyway, you can disable this functionality easily, publishing and editing "vendor\panichd\panichd\src\views\tickets\createedit\form.blade.php". |
Hi @xaviqv, Thanks a lot for your response and help. Much appreciated :-) Can you just leave this issue open? As I may need to ask more questions in future. |
Hi @ashi006, You're welcome! I'm glad you finally get PanicHD working fine. I always keep solved issues in PanicHD open to let other users easily see them. I would suggest you to add coments on this one if you're not sure if the cause of your new issue is about any configuration problem in your app, but for any other case like PanicHD bugs, suggestions for enhacements or any other feedback it would be better to add a new issue to treat them separatedly, to let me help you better and to give that new issue the right visibility, as If that's the case, other people with the same issue will find it more easily. |
Hi @xaviqv, Alright. Thanks again and PanicHD is working fine now so I don't think I would have any new issues related to installation or configuration of PanicHD.. :-) |
Hi @ashi006, This time I would be really grateful if you give me some additional feedback from this issue. Do you remember what was wrong in your PanicHD installation when you were getting 404 error accessing /panichd URL and you made it finally work? I'm reviewing the open issues and it seems to be something usual, and I don't know if there's anything in the PanicHD installation steps that is wrong or not enough clear. Thanks in advance! |
Hi,
I've followed all the mentioned steps to install panichd. It installed successfully, got no error.
But when I access /panichd url on my server, it says 404 not found.
Please assist me in this regard.
The text was updated successfully, but these errors were encountered: