I am trying to figure out how to add other users into my installation of IdeaSpace. Anyone know if this is possible? I want to keep the admin account and then have accounts for others to create spaces under other accounts.
Thanks!
I am trying to figure out how to add other users into my installation of IdeaSpace. Anyone know if this is possible? I want to keep the admin account and then have accounts for others to create spaces under other accounts.
Thanks!
I think I got it I needed the 360 gallery to be able to view in headsets.
I am using Oculus headsets to go to the web address and then trying to view and it does not seem like all of the spaces are enabled. Is there a list?
Thanks,
Heathe
I got some help!!! It was an apache permission problem. Preview and publish are now working!!! A colleague found this link: https://stackoverflow.com/questions/18740419/how-to-set-allowoverride-all
Below was the problem and answer:
In case you are on Ubuntu, edit the file /etc/apache2/apache2.conf (here we have an example of /var/www):
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
and change it to;
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
then,
sudo service apache2 restart
I have enabled the mod_rewrite as well as restarted Apache2. I still see the index.php before every file. Any other ideas?
Thanks,
Heather
Thanks AGAIN I got the video file up.
I tried both chrome and firefox and I get the same thing of only seeing the titles and the color choices I made for them. I do see index.php in the URL path so I went to GitHub and got the following and changed the index.php file. I really appreciate your time this week. I cannot wait to show off your product at Mozz fest this weekend. I really think that I am almost there. Also, once I get this under control I am planning on adding in some of the new A-Frame functionality so I can use this in the K-12 classroom! So hang in there with me please
<FilesMatch "artisan|composer.phar|composer.json|composer.lock|package.json|web.config|.env|gulpfile.js|laravel.log">
Order Allow,Deny
Deny from all
</FilesMatch>
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
# Do not allow directory listings
Options -Indexes
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
Hello,
Two questions
What ending is the videospheres looking for? .mov is not working for me as it does not recognize it as a video.
The preview or the publish are not working. I created an IdeaSpace 360 and then added 5 photospheres with images, titles, and description. When I click on preview I only see a webpage with a list of the titles and no images. I published and then I see the same thing.
Any help would really be appreciated as always!
Heather
@WeddingDJ
I can do that and it says welcome to MySQL monitor... but I still cannot get past the connect to database page for step 6.
@WeddingDJ
Also if you send me your address you will get some swag! I am presenting at Mozz Fest next weekend and am under a crunch to get this up and running. I know how amazing it will Be!
@WeddingDJ
Thank you for your quick response. I am hosting the db and the website on a server that is on my network. How would I look up how to access the db?
Hello,
I have finally gotten to step 6 in the installation process and need help.
https://www.ideaspacevr.org/documentation/1.1#installing-ideaspace
I have verified that database name, username, and password and am using the database "localhost" and the table prefix "isvr_" as detailed in the directions. When I click submit I get the error:
"Cannot connect to the database. Please verify your database settings and try again."
Anyone know if there is a setting that I missed somewhere that would cause this or if the localhost and iscr_ should be something else? I do not have a static IP address at the moment. I really appreciate any assistance!!!!
Heather