This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#276 2013-04-12 21:08:07

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

generosity wrote:

I think the point is to make it as easy to use as possible

It's easy to use, just a pain to install. I will work on making it easier to install in the full release.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#277 2013-04-12 21:17:41

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: FutureSight Technologies

jvvg wrote:

So from what it seems, the installation process is much trickier than it looked at first. If your server has the right settings by default, it is fairly easy to install. However, if anything is different, such as not being able to overwrite the .htaccess file, not having AllowOverride on, not having the right Apache modules installed, etc. then it won't work. I will write a guide explaining all of the settings that need to be in place to allow FutureBB to install.

Or the .htaccess file not existing at all.  tongue  Had to create a blank one to make the installer happy. Forum still doesn't work though.  sad


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#278 2013-04-12 21:23:38

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

fire219 wrote:

jvvg wrote:

So from what it seems, the installation process is much trickier than it looked at first. If your server has the right settings by default, it is fairly easy to install. However, if anything is different, such as not being able to overwrite the .htaccess file, not having AllowOverride on, not having the right Apache modules installed, etc. then it won't work. I will write a guide explaining all of the settings that need to be in place to allow FutureBB to install.

Or the .htaccess file not existing at all.  tongue  Had to create a blank one to make the installer happy. Forum still doesn't work though.  sad

What happens now?


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#279 2013-04-12 21:28:27

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: FutureSight Technologies

jvvg wrote:

fire219 wrote:

jvvg wrote:

So from what it seems, the installation process is much trickier than it looked at first. If your server has the right settings by default, it is fairly easy to install. However, if anything is different, such as not being able to overwrite the .htaccess file, not having AllowOverride on, not having the right Apache modules installed, etc. then it won't work. I will write a guide explaining all of the settings that need to be in place to allow FutureBB to install.

Or the .htaccess file not existing at all.  tongue  Had to create a blank one to make the installer happy. Forum still doesn't work though.  sad

What happens now?

Well... I used the root web directory (var/www) as the forum root (because I was getting HTTP 403s when it was in its own subdirectory), and after the setup, I still got my original homepage... I'm trying clearing it all and starting over fresh (without anything but futurebb).

Last edited by fire219 (2013-04-12 21:31:58)


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#280 2013-04-12 21:34:47

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

fire219 wrote:

jvvg wrote:

fire219 wrote:

Or the .htaccess file not existing at all.  tongue  Had to create a blank one to make the installer happy. Forum still doesn't work though.  sad

What happens now?

Well... I used the root web directory (var/www) as the forum root (because I was getting HTTP 403s when it was in its own subdirectory), and after the setup, I still got my original homepage... I'm trying clearing it all and starting over fresh (without anything but futurebb).

I had this issue on Linux, and you either need to set AllowOverride to All or somehow otherwise get Apache to rewrite all requests to dispatcher.php.
In the full release, I will make a much simpler option where the URLs just go to /dispatcher.php/someurl if the user doesn't want to configure the rewrites.

Last edited by jvvg (2013-04-12 21:35:14)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#281 2013-04-12 21:40:37

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: FutureSight Technologies

jvvg wrote:

fire219 wrote:

jvvg wrote:


What happens now?

Well... I used the root web directory (var/www) as the forum root (because I was getting HTTP 403s when it was in its own subdirectory), and after the setup, I still got my original homepage... I'm trying clearing it all and starting over fresh (without anything but futurebb).

I had this issue on Linux, and you either need to set AllowOverride to All or somehow otherwise get Apache to rewrite all requests to dispatcher.php.
In the full release, I will make a much simpler option where the URLs just go to /dispatcher.php/someurl if the user doesn't want to configure the rewrites.

I'm using nginx... no AllowOverride (or .htaccess files, for that matter)

Seems that me stubbornly sticking with nginx is causing 95% of the problems.  tongue


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#282 2013-04-12 21:57:45

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

fire219 wrote:

jvvg wrote:

fire219 wrote:


Well... I used the root web directory (var/www) as the forum root (because I was getting HTTP 403s when it was in its own subdirectory), and after the setup, I still got my original homepage... I'm trying clearing it all and starting over fresh (without anything but futurebb).

I had this issue on Linux, and you either need to set AllowOverride to All or somehow otherwise get Apache to rewrite all requests to dispatcher.php.
In the full release, I will make a much simpler option where the URLs just go to /dispatcher.php/someurl if the user doesn't want to configure the rewrites.

I'm using nginx... no AllowOverride (or .htaccess files, for that matter)

Seems that me stubbornly sticking with nginx is causing 95% of the problems.  tongue

That's an issue. I only designed this to work with Apache.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#283 2013-04-13 07:33:23

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: FutureSight Technologies

jvvg wrote:

fire219 wrote:

jvvg wrote:


I had this issue on Linux, and you either need to set AllowOverride to All or somehow otherwise get Apache to rewrite all requests to dispatcher.php.
In the full release, I will make a much simpler option where the URLs just go to /dispatcher.php/someurl if the user doesn't want to configure the rewrites.

I'm using nginx... no AllowOverride (or .htaccess files, for that matter)

Seems that me stubbornly sticking with nginx is causing 95% of the problems.  tongue

That's an issue. I only designed this to work with Apache.

But apache is slow and inefficient. :c



I guess I'll switch it to apache when I get on my computer (on phone atm).


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#284 2013-04-13 10:54:50

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

fire219 wrote:

jvvg wrote:

fire219 wrote:


I'm using nginx... no AllowOverride (or .htaccess files, for that matter)

Seems that me stubbornly sticking with nginx is causing 95% of the problems.  tongue

That's an issue. I only designed this to work with Apache.

But apache is slow and inefficient. :c



I guess I'll switch it to apache when I get on my computer (on phone atm).

I read somewhere that Apache is the best server software for dynamic websites, while pretty lousy for static websites.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#285 2013-04-13 12:29:12

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: FutureSight Technologies

jvvg wrote:

fire219 wrote:

jvvg wrote:


That's an issue. I only designed this to work with Apache.

But apache is slow and inefficient. :c



I guess I'll switch it to apache when I get on my computer (on phone atm).

I read somewhere that Apache is the best server software for dynamic websites, while pretty lousy for static websites.

Maybe..it's easier to configure than nginx, at least... Getting PHP working on nginx took about an hour.

Anyway, running with Apache: After deleting and reinstalling the database, the installation ran smoothly (until having to make another .htaccess file). Once the installation was done, going to the main page of the site just resulted in a directory list.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#286 2013-04-13 18:06:59

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: FutureSight Technologies

fire219 wrote:

jvvg wrote:

fire219 wrote:


But apache is slow and inefficient. :c



I guess I'll switch it to apache when I get on my computer (on phone atm).

I read somewhere that Apache is the best server software for dynamic websites, while pretty lousy for static websites.

Maybe..it's easier to configure than nginx, at least... Getting PHP working on nginx took about an hour.

Anyway, running with Apache: After deleting and reinstalling the database, the installation ran smoothly (until having to make another .htaccess file). Once the installation was done, going to the main page of the site just resulted in a directory list.

You need to route ALL HTTP requests in that directory to dispatcher.php


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

Board footer