Get Help
EgoWeb 2.0 code is provided on an “as is” basis and the user assumes responsibility for its use. This code has not been peer-reviewed or otherwise evaluated beyond the development team and is made available without guarantee. EgoWeb 2.0 developers are not responsible for errors and is not committed to maintenance, updates or support.
If you have questions about using EgoWeb or an question related to doing network data collection, please go to the newly created EgoWeb Discussion Forum. Comments to pages on this wiki will be added to the forum over time along with answers to have a better organized set of frequently asked questions and answers archived.
EgoWeb 2.0 developers are interested in hearing from you if you encounter a problem with the software. Please post your question on the forum. If it is an issue that requires a less public response, you may send an email to David Kennedy at egoweb2_0@qualintitative.com to report an issue. If it looks like a general question that can be answered in public, I'll will request that it be moved to the forum so that it can help all users/potential users/future users.
Whenever you report a problem, please try to include a screen shot of the problem you encounter, as well as a thorough description of the issue, to help us better troubleshoot. Include info about how you are using EgoWeb 2.0 (on a server, installed on a Mac/Windows machine, mobile, etc.).
If the problem you identify is a general problem that impacts all potential EgoWeb 2.0 users, we will investigate and will make every effort to remedy the problem as soon as staffing and funding allow. If you have a need for more immediate help or have a need that is specific to a project, let us know that you are interested in establishing a formal consulting agreement.
Help Improve EgoWeb 2.0
EgoWeb 2.0 is a community project, with code available at GitHub. We welcome further development of the software from you or your project team, through programming partnerships or grant funding. Contact us at egoweb2_0@qualintitative.com to let us know how we may partner with you.
Discussion
I'm trying to install Egoweb on a Windows machine. I was able to do it up to step 2 (downloading AMPPS). When I click on PHPmyadmin, it asks me for a username and password that I don't have that. The website does not give me the feature to create an account either. Did anyone run into that issue? If yes, how were you able to fix it? Thanks in advance!
This is Hyunsung Oh at ASU. I had to vacate the social network research due to imminent needs of COVID-19 health disparities within Arizona. Now, I am looking forward to getting back to the social network study again.
I am finalizing my survey installed in Egoweb 2.0.
While working with NETWORK REVIEW, I found a question. I do not see Ego-Alter Line and Ego itself although I set the options within Authoring.
Do you have an answer for this issue? I look through this wiki, yet was not able to find the answer.
I have a meeting with an internal medicine doc who wants to help her diabetes patients. I think the network review piece can get me an interesting material for conversation with patients.
Look forward to learn your brilliant answer.
Oh I see that we already discussed this on the forum: http://www.qualintitative.com/forum/viewtopic.php?p=47#p47
The answer is the same, we have not developed that part for viewing the network via data processing. It is only available in a Network question during an interview. It would not be that difficult to add but I generally visualize data I collect outside of EgoWeb, in R. If I was going to invest in developing these features, I would do more with building an R interface that directly accessed data in EgoWeb databases and would, therefore, have the full power of R and R development instead of duplicating effort within EgoWeb for data analysis.
I get the same question over and over.
Thanks for the reminder.
Hyunsung
Error 500
GD with FreeType or ImageMagick PHP extensions are required.
Is there something I need to change in the installation?
Am I able to create the interview so that alter name interpreters are only asked about a random subset of the total alters generated?
Thanks!
No, sorry! Good idea, but there is only one random number generation feature and that is at the ego level. Adding more functionality for choosing subsets of alters based on something other than previous alter questions is a good thing to put on a to do list but it does not exist right now.
I reinstalled Egoweb & receiving the CDbException error when accessing localhost.
i'm on a windows machine and the mac fix doesnt apple to me.
Can you please help?
Cheers,
Jamie
I have been testing this out on my own machine to see what might be the problem since I have heard a few users run into some recent trouble. I was not able to install because there is a new version of PHP that does not work with the encryption engine. However, I just tried the Mac fix (using AMPPS) for my own Windows machine and that worked fine. Everything is the same except for file locations (Macs store AMPPS files in "Applications" and Windows puts them into "Program Files" and you can skip Step 6 completely because there isn't a problem with hidden files for Windows machines like the Macs. At least that is what worked for me. I'm going to update the instructions. Maybe if you want you can give it a try and let me know how it went.
dave
I am having the same problem as Jamie. I have mentioned this in another post, but perhaps it is useful to insert it here too. I am not clear what the Mac Fix using ampps is.
Best,
Nick
In case you haven't found a solution yet, I was running into the same problem. I had to drop the egoweb database through phpmyadmin.
Then I changed the config file for MySql. Open up AMPPS and click on the gear next to the MySql label - then click on to change the config file. Look for [mysqld]. Paste 'innodb_force_recovery = 0' (without quotes) underneath [mysqld]
Then recreate database and follow the rest of the instructions.
Thank you for your advice the previous time about the installation process. I have another 2 questions this time about EgoWeb.
1. When I tried to export the data, to have the network statistics calculated we would need to have included a network statistic expression. Why do some expressions appear while others don't? For example, I had a simple expression on an alter-pair question that showed but the simple expression on the alter question didn't show. I'm in general confused about how to use expressions, especially the counting and comparison expressions. I would be really thankful for some advice on this.
2. May I know if the data file exported will work with R?
Thank you for your time and I look forward to your advice.
I think the new text might help answer your questions. The expressions serve a few purposes. They primarily define when a question should be presented to a respondent or not. Counting and comparison expressions are not very intuitive and I would love to revamp how they work, but they are ways to change which questions appear or not during interviews based on previous question responses. Most of the time I just use simple and compound expressions.
Simple expressions about alter-pair questions also help define an edge from the alter-pair raw question data. The edge definitions are necessary for drawing edges in graphs in network questions and when viewing a network in data processing. They are also necessary for exporting network statistics along with the ego and alter level raw data. Basically they define how to dichotomize the edge from an alter-pair question for calculating density, degree centrality, etc. The only relevant expressions for the network statistics export are the alter-pair expressions, so that is why they are the only expressions that show up in the drop down menus for edge expressions (to avoid confusion).
As for using R with the data exported from egoweb, yes this is what I use all the time. The data are exported as .csv so that they can be exported into most any other statistics program. The variables that come directly from EgoWeb 2.0 data export are limited to just a few. EgoWeb is mostly used in conjunction with other analysis programs and R packages because there are many of them that are being developed and there is no reason to duplicate effort.
Till Krenz created an R package called "egoR" (formerly "egonetR" but changed to avoid confusion with the package "egonet") for processing egocentric data and he added an EgoWeb import function. I have not used this package much yet but worked with Till to format the EgoWeb output in a format that enabled consistent importing.
It is on CRAN. Here is the link to the egor description: https://cran.r-project.org/web/packages/egor/vignettes/using_egor.html
Here is the repository on github: https://github.com/tilltnet/egor
Thank you so much for your advice and the links. They were really helpful.
Sincerely,
Arolin
Any idea how I might rectify this?
Thanks
I'll be working on revising the instructions over the next month or two before I give a workshop at the next North American Regional Social Networks (NASN) Conference: http://insna.org/nasn2018/.
Lots of things changed when we added multiple name generators. We decided to make the entire questionnaire authoring section more flexible, so that you do not have to have hard coded sections of ego questions first followed by the name generator then the alter section then the alter pair section then network questions. You can put them in that order but now it is more mix and match.
Most of the instructions for ego questions, alter questions, etc. are still the same but now there is just one question section and you can choose to make each question an alter question, ego question etc.
This page gives an overview of these new features: http://www.qualintitative.com/wiki/doku.php/multinamegenerator.
I have to convert the screen shots for the old instructions to the new features. We still have some minor tweaks to make to finalize this work so I was putting it off until that is finished. But I will be doing that soon.
There is no obvious error. The name (in fact we use an email address) that is used for an ID is spelled correctly. The link for this ID is correct. It works on my computer but not on theirs. I quick feedback would be very much appreciated, as this is a live survey. Thank you!!!
Possible trouble shooting -- delete the participant in authoring and re-ad them and try again, give them another email to enter -- it does not have to be an actual email address, it can be a more simplified id. If you are in contact with the respondent (seems like you are?) maybe this will work.
You can send me the link with the email to enter so that I can see what it is doing for myself in case that better helps me help you diagnose.
I would like to use EgoWeb 2.0 in an online format where I am able to email participants links to complete the survey at home without them having to come into the lab. I see that I can create an individualized link for each participant when I add them to the pre-defined participant link; however, this link does not appear to work for anyone who does not have the software downloaded. Is there a way to get around this issue? Is it possible to have participants complete the questionnaire on their own computers without a researcher?
Thank you!
Sara
The option to send links to participants does not require them to download and install the software. Even if they do that is not how it works. It works via a web browser so no installation required. However, if the EgoWeb you are using to send the links is installed on a laptop/desktop computer that is not a web server (people cannot see it via their own web browser) you can't send them links. It needs to be installed on a web server, so something like AWS or some other virtual host or if you are working somewhere where a server can be set up, etc. I use a service called Linode. This of course requires some web server set up expertise. There are instructions here for setting up a Linode server.
http://www.qualintitative.com/wiki/doku.php/install#install_egoweb_20_on_a_mac_os_machine
Thank you so much for the swift reply. I have been able to get it going on my Windows machine, but am now faced with a new problem.
I am unable to send the link to participants for a web-based interview. I've looked through the "advanced feature" instructions and noticed that it says "This feature works for server installations of EgoWeb 2.0. If you have an EgoWeb 2.0 installation URL that starts with “localhost” you have a PC or Mac install and will not be able to send these links to participants." Does this mean that I wouldn't be able to invite my participants to an online study? What should I do in order to invite participants to fill out an online survey through EgoWeb. Thank you so much for your time and patience. I look forward to your kind advice.
http://www.qualintitative.com/wiki/doku.php/install#install_egoweb_20_on_a_mac_os_machine
Many thanks, all dissertation data in EgoWeb, Catherine
I think you might be picturing this page being integrated with where you are using EgoWeb, but it is not. This is just an informational page. I see that you are registered here with a ufl account. You are probably using a server set up by BEBR or someone else at UF (just guessing based on other people who have contacted me). This new wiki has nothing to do with that (other than it is information for how to use EgoWeb 2.0).
Registering on this page is just so that you can post comments, make edits, etc. I initially had it open and not requiring registration but there was a major wave of spam, so I set it to require registration by default, but it is not necessary to register to see this page and it does not impact where you have been using EgoWeb 2.0.
Hope that helps! I set your registration to "member" which gives you any access you should need to modify pages if you want.