Code Monkey home page Code Monkey logo

Comments (37)

nomadicjosh avatar nomadicjosh commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

I've been researching and trying different things with no luck. Can you point me in the right direction? My college would like to test this software for adoption.

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

I don't have a windows machine, and I haven't heard any other window's user having this issue. You've started the AMPPS server right?

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

You will probably have better luck posting to the forums. There are a few users there who use Windows. I am pretty sure you need to tell it where php is and there is a file you need to edit, but I don't know where it is on Windows.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Ok, let's see if this article gets us somewhere. Check out the "PHP and command line support" section of the article.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Were there supposed to be images attached to your last two messages?

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

For some reason, the attachments don't come through to GitHub via email response.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

unnamed
I'm attaching it through the github website

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

I just realized something. Is the path to the local directory correct? you have /AMPPS/apache/htdocs/, but I thought it was /AMPPS/www/. Or maybe it's different on Windows?

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

Actually correction. I jut looked in the folder and there is a www. I'm used to xamp and i use the htdocs folder. am I supposed to use the www folder instead. testing now

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Yes, that is the local directory.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

While in that directory, if you run the command php -v, what returns?

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

this is what I got
image

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Ok, and what returns when you run this command: ./etsis cli info

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

image

image

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Can you restart AMPPS, run the command ./etsis core migrate, and paste the response? I need to see if something is different from the first screenshot.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

image

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Ok, try the next two commands to see if you get a different response:

/etsis core migrate

php ./etsis core migrate

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

I'm willing to setup a skype

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

image

from edutrac-sis.

nomadicjosh avatar nomadicjosh commented on August 22, 2024

Hmmm, it might need to be a manual installation. I will get you more details tomorrow.

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

Hello. I did get an account created on the edutrac website. I posted my latest error there. Same as here

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

Hello I'm still waiting in manual install instructions.

from edutrac-sis.

CitsSer avatar CitsSer commented on August 22, 2024

Hello, I have the same issue. How did you solve it finally?

from edutrac-sis.

philomenacato avatar philomenacato commented on August 22, 2024

from edutrac-sis.

CitsSer avatar CitsSer commented on August 22, 2024

Ok, I found a way to run core migrate.

  1. First edit Path in Environment variables, locating phinx at etSIS installation directory as
    C:\Program Files (x86)\Ampps\www\etSIS\app\src\vendor\robmorgan\phinx\bin;
  2. Open core.php file located at \app\src\Core\CLI\php\commands\
  3. Find ETSIS_CLI::line(shell_exec('./phinx and replace it with ETSIS_CLI::line(shell_exec('phinx

from edutrac-sis.

manju6 avatar manju6 commented on August 22, 2024

I use windows 10, this command ./etsis core migrate will throw the below error.
$ ./etsis core migrate
'.' is not recognized as an internal or external command,
operable program or batch file.

Fix:
Copy the files in C:\wamp64\www\edutrac\app to C:\wamp64\www\edutrac\app\src\vendor\robmorgan\phinx\bin\db

Edit the db name,username,password in the file C:\wamp64\www\edutrac\app\src\vendor\robmorgan\phinx\bin\phinx.yml

Run C:\wamp64\www\edutrac\app\src\vendor\robmorgan\phinx\bin\phinx.bat in windows.

Above action is similar to ./etsis core migrate

from edutrac-sis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.