-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing files #2
Comments
I won't be able to look at this until after Savages, but if you just make all of those |
Added files to no avail, it still sends "Failed to Parse" at the end of the setup. Enjoy savage! |
6ee15d6 probably fixed this, if you pull down changes. If the error is not fixed can you please provide the error text on the web page and the error in your browser's console so that when I come back to this in a while I can have that ready? |
Does not seem to be fixed, the error text on the web page is: |
This error only comes if your If neither of these is the case, I'll have to replicate at a later date. |
Ok I must admit I completely missed the field where I had to specify the path so it did just look at the default value, didn't realize that was a field I should write in (my fault for skimming the setup too fast) Warning: Undefined array key 0 in C:\xampp\htdocs\xiv-pose-organizer-master\logic\core\navigator.inc on line 47 Fatal error: Uncaught TypeError: navigator::current_pose(): Return value must be of type pose|int, null returned in C:\xampp\htdocs\xiv-pose-organizer-master\logic\core\navigator.inc:47 Stack trace: #0 C:\xampp\htdocs\xiv-pose-organizer-master\web\templates\work_through.php(6): navigator->current_pose() #1 C:\xampp\htdocs\xiv-pose-organizer-master\web\middleman.php(54): require('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\xiv-pose-organizer-master\logic\core\navigator.inc on line 47 The folder I'm now pointing it to has .pose files aswell as folders and .txt files which I assume it filters out. Tried pointing it to a folder with only poses too and that caused the same error. If this is too different from the original topic I can open a new issue about this. |
Try deleting the contents of your |
The web folder did not have a "data" folder so I created an empty one. I also deleted the contents of the "xiv-pose-organizer/data" folder. Ran setup again after that with the same error. Attaching the data folder here |
Right, the parser is providing nothing at all. |
Theoretically this should be totally supported. I will look into the parser as soon as I can. |
Unfortunately same issue without that folder. Thank you for looking into it! |
Some files seem to be missing from this repo that makes the program not work, specifically the ones in the "checks" and "review" folders. When attempting to run it an error is met on line 22 of autoload.php (when it tries to load from "checks/pack.inc")
Making those files optional makes the program first-time-startup run but once out of that it fails.
The text was updated successfully, but these errors were encountered: