Navigation

    IdeaSpaceVR Forum

    IdeaSpaceVR Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. drhstone
    D
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    drhstone

    @drhstone

    0
    Reputation
    13
    Posts
    303
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    drhstone Follow

    Posts made by drhstone

    • Adding other users

      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!

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: Which spaces work in Goggles/Oculus headsets

      I think I got it I needed the 360 gallery to be able to view in headsets.

      posted in IdeaSpaceVR Help
      D
      drhstone
    • Which spaces work in Goggles/Oculus 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

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: Enable nice URLs / mod_rewrite for Apache web server

      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

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: Enable nice URLs / mod_rewrite for Apache web server

      @WeddingDJ

      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

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: Videosphere ending and Content not Displaying

      @WeddingDJ

      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>

      posted in IdeaSpaceVR Help
      D
      drhstone
    • Videosphere ending and Content not Displaying

      Hello,

      Two questions 🙂

      1. What ending is the videospheres looking for? .mov is not working for me as it does not recognize it as a video.

      2. 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

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: DB Connection Problem

      Got it working. Thank you!

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: DB Connection Problem

      @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.

      posted in IdeaSpaceVR Help
      D
      drhstone
    • RE: DB Connection Problem

      @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!

      posted in IdeaSpaceVR Help
      D
      drhstone