-
Notifications
You must be signed in to change notification settings - Fork 120
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
Notice: Undefined offset #25
Comments
Did you manage to resolve this @nitinmukesh? |
@qwertynik Nope |
@nitinmukesh Notices and warnings can be ignored. Ideally they should be addressed. |
@qwertynik Did you managed to run it |
Yes @nitinmukesh |
@qwertynik Thank you. I actually deleted this as I don't know PHP and could not solve the issue. I am gonna try again. Thinking of converting this to nodejs and create public API for everyone to use. Not sure how much time I will get to learn PHP. |
@nitinmukesh I managed to run this. Let me know what kind of help do you need at krishnaguragain @ outlook.com |
Did you manage to calculate the Nakshatras using this library? |
@qwertynik Nikhil I am also looking to calculate Nakshatras for each planet. I see there is a lot of code related to the same but not exposed in output. I see this site is using the same code and shows Nakshatras. |
@krishnaguragain I managed to run it and see the output. Thank you. |
@nitinmukesh , Could you please share the details how to resolve the issues? Thanks. |
This is a relatively simple way to get this library up and running on AWS Lambda. https://github.com/jscuba/jyotish-lambda I'll post this to a few of the issues. It might be helpful as a reference too. I had to sort of manually pull the nakshatras. I'm not much of a PHP programmer as you can probably tell. |
Thank you @jscuba . Any possibility to add Combust and Retro against each planet. It's there in GrahaEnvironment.php |
Install XAMPP with PHP 7 install dependencies using composer |
@nitinmukesh You can check the speed of the planet to see if it's retrograde. Negative value indicates retrograde. I added combustion. I also saw getRashiAvastha() there, so I added the dignity as well. |
I see the isAstangata is not working correctly. Sun at 12 and Moon at 19 degree is showing as non combust which is incorrect. It is always picking default value as 6 whereas it should pick values from I am not sure how to fix it. Please could you help with this issue |
I added additional information in the code provided by you. Please update in your code `
` |
@nitinmukesh I ended up writing my own combustion calculation. This is some javascript to give you an idea.
Thanks for the additional info for jyotish-lambda. I'll add it. |
@jscuba Thank you m8. Have a look at this. You can mouse over graha in D1 Only desktop friendly |
Do you have any understanding how to prepare Bhava Chalit. I have seen several videos and read articles but can't gather my thoughts on how to implement (coding). May be I am old enough to get this through my head. |
@nitinmukesh No, sorry. I hadn't heard of it until you mentioned it. |
I was able to setup the code and run index.php using XAMPP using PHP 5.6 version.
index.php
I am however getting the following errors and no idea what is wrong. I also checked "vendor\kunjara\swetest\win" for swetest.exe and it is present. Please any help on solving the issue
The text was updated successfully, but these errors were encountered: