Skip to content
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

Can't access swiftriver - New Installation #324

Closed
arcotbha opened this issue Jan 13, 2013 · 13 comments
Closed

Can't access swiftriver - New Installation #324

arcotbha opened this issue Jan 13, 2013 · 13 comments

Comments

@arcotbha
Copy link

Hi,

I downloaded the latest version of SwiftRiver and did all the initial setup, but am not able to access it. My swiftriver link is http://myswiftriver.uofareports.com. Please try to access the link and see what error it shows. Am a beginner with PHP not sure what and where to correct. Please help.

Regards,
Preethi

@ekala
Copy link
Contributor

ekala commented Jan 14, 2013

@arcotbha you need to set the date.timezone configuration directive in our php.ini file. See https://wiki.ushahidi.com/display/WIKI/Installing+SwiftRiver#InstallingSwiftRiver-AccessingyourSwiftRiverInstallation

@arcotbha
Copy link
Author

Thanks @ekala I have done that now.. But there's one more issue please click on the same link to see the issue.

@arcotbha
Copy link
Author

@ekala .... This is the error I received when I tried to access my link
image

@arcotbha
Copy link
Author

@ekala .... Then I noticed that the swiftriver master branch code that I downloaded did not have anything inside the system folder. So I downloaded it from the same repository and moved it to my server. After which I receive this error
image..

Help me !!

@arcotbha
Copy link
Author

@ekala Any thoughts into this?

@JoeNo
Copy link

JoeNo commented Jan 19, 2013

I had the same problem. Unfortunately the zip-Download does not work properly. You have to use git to get the whole bunch of data. Adding the systemfolder manually won't work because there are additional referenced git projects, that are needed. Use git und don't forget the --recursive option! And DON'T use the git-GUI for Windows, it doesn't support recursive cloning.

I had to clone it multiple times because it often got stuck. So don't become desperate if git --recursive ... freezes, just try again until it works ;)

@ekala
Copy link
Contributor

ekala commented Jan 21, 2013

@arcotbha, the installation guide is here: https://wiki.ushahidi.com/display/WIKI/Installing+SwiftRiver

Please feel free to contribute to the guide (on the wiki) in case there's something we left out.

Thanks.

On Jan 19, 2013, at 2:36 PM, JoeNo wrote:

I had the same problem. Unfortunately the zip-Download does not work properly. You have to use git to get the whole bunch of data. Adding the systemfolder manually won't work because there additional referenced git projects, that are needed. Use git und don't forget the --recursive option! And DON'T use the git-GUI for Windows, it doesn't support recursive cloning.

I hat to clone it multiple times because it often got stuck. So don't become desperate if git --recursive ... freezes, just try again until it works ;)


Reply to this email directly or view it on GitHub.

@arcotbha
Copy link
Author

Hi @ekala @JoeNo I tried clone the SwiftRiver folder from the master repo but I have been receiving this error, Please excuse me, am a novice git user, dont know how to proceed:-

Submodule 'system' (https://github.com/kohana/core.git) registered for path 'system'
Cloning into 'modules/auth'...
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out
Clone of 'git://github.com/kohana/auth.git' into submodule path 'modules/auth' failed

@dan-king
Copy link

I just installed the latest SwiftRiver from the master repo and works okay except for the last step: login with "admin" and the password "password". Are admin/password the correct combo?

@arcotbha
Copy link
Author

Hi @dan-king, could you please tell me the installation steps??? Coz I've tried it several times but I get the same error as above.. Please help me!!

@dan-king
Copy link

Hi @arcotbha. I followed the steps list in https://wiki.ushahidi.com/display/WIKI/Installing+SwiftRiver .

How far did you get? Did you start with this command:

git clone --recursive git://github.com/ushahidi/SwiftRiver.git

The error message 'fatal: unable to connect to github.com:' indicates a connection problem. Are you sure you are connected? What happens when you try 'ping github.com'. If you get a response at least you will know you are connected.

Hi @ekala. FYI, there are typos in the "Create configuration files".

The directory "application" is spelled correctly on the first 'cp' line. But cp lines 2-5 the directory is misspelled as "applicaiton"

@arcotbha
Copy link
Author

Yes I followed the same steps except that I can't go git:// coz am getting connection errors, which could be due the fact that am on a shared server and on't have a dedicated ip. So I am using http:// instead of git://, like this:
https://github.com/ushahidi/SwiftRiver.git which doesn't fetch the submodule.

@arcotbha
Copy link
Author

arcotbha commented Feb 1, 2013

Alas I was able to clone it in my Ubuntu environment. The problem was that i was trying it through shared server's ssh provision. Thanks for all you help friends !!

@arcotbha arcotbha closed this as completed Feb 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants