Vtiger cannot filter by created date - vtiger

Could you please help me a bug in Vtiger. In the past, this is not happened.
i have tried to input from date to date in created date column and click search in Opportunities module. But system has throwned permission issue:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Thanks,
Victor

Related

"Connection Error" When Adding A Product Through Admin Panel

ISSUE: I ran my project and tried adding a product through Django's Jet Dashboard, but it's giving me errors.
Project Repository: https://github.com/Bilal815/ecommerce_storee
ecommerce_storee/products/models.py/
https://github.com/Bilal815/ecommerce_storee/blob/master/products/models.py
ecommerce_storee/products/documents.py/
ecommerce_storee/products/urls.py/
ecommerce_storee/products/views.py/
ecommerce_storee/products/viewsets.py/
My Redis giving warning:
Redis Warning
My Logging Messages:
Log Messages
POST request's response:
POST request's response
Question: What do I do here? Is it an SSL issue or an elasticsearch issue?
I've tried disabling elasticsearch but to no avail and also tried adding product via MySQL and it worked!
P.S. StackOverflow would not allow me to paste the images but is itself making links out of them.
Thank you for any help!

Djstripe - Stripe webhook 404 error: how to resolve?

For my Django project, I am using djstripe. Using test data, I have confirmed that payments are successful. However, when testing a webhook, I get errors of 404 and then it sometimes changes to 503 (for the same webhook). I am using Heroku free tier so I am not sure if that is the problem, or if I am configuring the webhooks entirely wrong (likely since this is my first project). Any help is appreciated.
Stripe endpoint I have as [heroku domain]/users/accounts/webhook/ and my project urls is path('users/accounts/', include('allauth.urls')),
404 means that the URL you've provided to Stripe for your webhook is not found on/by your server; this is something you'll need to investigate on your end.
If you share more code - like specifically the code containing your route for the webhook - that might be useful for helping you diagnose the issue here.
i have found some solutions.
1- copy response of HTML tags and convert it to an HTML Page. you will be able to see the error raising from your platform which is failing the webhook.
2- Debug the each line of webhook view/code.

Fresh installation of Django-CMS as instructed at the url latest throws error

I am trying to use djangocms for the first time, using https://docs.django-cms.org/en/latest/introduction/01-install.html
I did exactly as instructed above and logged in but, as soon as i log in the following error occurs...
Request Method: GET
Request URL: http://127.0.0.1:8000/en/admin/cms/page/3/change/?language=en
Raised by: cms.admin.pageadmin.change_view
page object with primary key '3' does not exist.
Could anyone help and explain what might be my problem?
It's possible that you have an old redirect in your url when trying to login. You may have since deleted the page with the id 3 which is why it cannot be found.
If you visit the following url the issue should disappear and you should now be able to navigate to any page that is show in the page list: http://127.0.0.1:8000/en/admin

my opencart checkout page show,internal server error

i was trying to integrate zoho email with my opencart website,as my hostgator team suggested,to point to the domain first,so it was already did,so i deleted an old one and point again to zoho,and after that pointing thing,my payumoneys stop working.
i am really sure,that i didnt delete anyfile from anywhere,but still got internal server error,i dont get it why is this happening,this is my first time to integrate payment gateway with opencart,somebody please give me some,solution for this.enter image description here
It sounds like you've switched your mail settings in OpenCart from "mail" to "SMTP" and tried to configure Zoho?
If the SMTP settings are wrong it could throw an error at the checkout and if your server is not configured to display errors these will appear in the error log only - not on the page.
You should try switching back to "mail" to see if that solves the issue and that would then confirm the above diagnosis.

Power BI embed code throws 403 forbidden error from server

The embedded power BI dashboard is rendered fine at localhost domain, but on another domain it renders some time and not always, which is on server throws a error.
errorlog image1 and errorlog image2
I am calling the powerbi rest api's from my server[PHP laravel] end and i am returning the embedtoken,reportid,embedurl to the client side[Angular4]. I use angular2-powerbi npm package for embedding the report on ui.
Please, some one help me on this. It's been a long time i am trying to fix this.
Early solution is appreciated.
Thanks in advance
Based on "errorlog image2", your token has expired.
Here is a example how to get a new token: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Refresh-token-using-JavaScript-SDK-example