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

#151 2012-06-08 10:23:32

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

Re: Installing ScratchR locally

veggieman001 wrote:

veggieman001 wrote:

jvvg wrote:

I tried installing it on my Windows computer today, but I get a blank page.

You need php_memcache.dll, I believe.

I put that in. It still didn't work.


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

Offline

 

#152 2012-06-08 10:31:10

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

jvvg wrote:

veggieman001 wrote:

veggieman001 wrote:


You need php_memcache.dll, I believe.

I put that in. It still didn't work.

Did you put it in httpd.conf?
Wait did you follow this?


Posts: 20000 - Show all posts

Offline

 

#153 2012-06-08 12:27:22

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

Re: Installing ScratchR locally

veggieman001 wrote:

jvvg wrote:

veggieman001 wrote:


I put that in. It still didn't work.

Did you put it in httpd.conf?
Wait did you follow this?

Yes, I followed that guide. And no, I didn't put it in httpd.conf, I put it in php.ini
What was I supposed to put in httpd.conf?


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

Offline

 

#154 2012-06-08 12:56:01

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Installing ScratchR locally

yes, httpd.conf -- this file has the *webserver* config. php.ini has *php* config.


Converting my Scratch projects to Python!

Offline

 

#155 2012-06-08 12:59:00

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

Re: Installing ScratchR locally

filo5 wrote:

yes, httpd.conf -- this file has the *webserver* config. php.ini has *php* config.

Yes, I know that, I host my own website on an Apache server.
What I need to know is this: what do I need to add to httpd.conf?


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

Offline

 

#156 2012-06-08 19:25:05

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

Did you remove the memcached server from bootstrap.php? Did you add the .htaccess in htdocs? Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll?


Posts: 20000 - Show all posts

Offline

 

#157 2012-06-08 20:37:29

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

Re: Installing ScratchR locally

Did you remove the memcached server from bootstrap.php? -- ?
Did you add the .htaccess in htdocs? -- Yes
Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll? -- Yes, and I took the version in the guide


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

Offline

 

#158 2012-06-09 13:14:06

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

jvvg wrote:

Did you remove the memcached server from bootstrap.php? -- ?
Did you add the .htaccess in htdocs? -- Yes
Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll? -- Yes, and I took the version in the guide

In app/config/ there's a file called bootstrap.php and on line 39, the MEMCACHE_PREFIX needs to be empty.


Posts: 20000 - Show all posts

Offline

 

#159 2012-06-09 13:15:59

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

Re: Installing ScratchR locally

veggieman001 wrote:

jvvg wrote:

Did you remove the memcached server from bootstrap.php? -- ?
Did you add the .htaccess in htdocs? -- Yes
Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll? -- Yes, and I took the version in the guide

In app/config/ there's a file called bootstrap.php and on line 39, the MEMCACHE_PREFIX needs to be empty.

I think I did that...we'll see later. I'm away for the weekend and will check when I get home.


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

Offline

 

#160 2012-06-09 13:35:14

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

jvvg wrote:

veggieman001 wrote:

jvvg wrote:

Did you remove the memcached server from bootstrap.php? -- ?
Did you add the .htaccess in htdocs? -- Yes
Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll? -- Yes, and I took the version in the guide

In app/config/ there's a file called bootstrap.php and on line 39, the MEMCACHE_PREFIX needs to be empty.

I think I did that...we'll see later. I'm away for the weekend and will check when I get home.

Ah, okay.


Posts: 20000 - Show all posts

Offline

 

#161 2012-06-10 10:31:34

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Installing ScratchR locally

filo5 wrote:

Yeah, PHP ScratchR is a tricky thing to work with. Mostly because it uses old version of PHP, can't be easily installed (whereas Django/Python applications can be installed by running manage.py syncdb, though they do require mod_wsgi) and seems lacking in documentation. In the last checkout, I have seen unfinished methods, models with no visible application, etc...

I want to re-write ScratchR for Django/Python. I already started developing models. If you want to join in, first go to my Gitorious repository, and ask me for push access (you'll need a Gitorious account). You'll then be able to contribute. Right now it's going slow, with me being the only developer.[/offtopic-plug]

Why bother? They're doing it themselves, except they're making 2.0.  wink

Offline

 

#162 2012-06-10 11:35:36

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Installing ScratchR locally

scimonster wrote:

filo5 wrote:

Yeah, PHP ScratchR is a tricky thing to work with. Mostly because it uses old version of PHP, can't be easily installed (whereas Django/Python applications can be installed by running manage.py syncdb, though they do require mod_wsgi) and seems lacking in documentation. In the last checkout, I have seen unfinished methods, models with no visible application, etc...

I want to re-write ScratchR for Django/Python. I already started developing models. If you want to join in, first go to my Gitorious repository, and ask me for push access (you'll need a Gitorious account). You'll then be able to contribute. Right now it's going slow, with me being the only developer.[/offtopic-plug]

Why bother? They're doing it themselves, except they're making 2.0.  wink

Is that the project code-named "Jiggler?".


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#163 2012-06-10 11:49:45

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

bobbybee wrote:

scimonster wrote:

filo5 wrote:

Yeah, PHP ScratchR is a tricky thing to work with. Mostly because it uses old version of PHP, can't be easily installed (whereas Django/Python applications can be installed by running manage.py syncdb, though they do require mod_wsgi) and seems lacking in documentation. In the last checkout, I have seen unfinished methods, models with no visible application, etc...

I want to re-write ScratchR for Django/Python. I already started developing models. If you want to join in, first go to my Gitorious repository, and ask me for push access (you'll need a Gitorious account). You'll then be able to contribute. Right now it's going slow, with me being the only developer.[/offtopic-plug]

Why bother? They're doing it themselves, except they're making 2.0.  wink

Is that the project code-named "Jiggler?".

It's what was in use on the Scratch 2.0 alpha site and I believe it's called ScratchR 2, based on the directory structure of the site.


Posts: 20000 - Show all posts

Offline

 

#164 2012-06-10 11:55:49

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Installing ScratchR locally

veggieman001 wrote:

bobbybee wrote:

scimonster wrote:

Why bother? They're doing it themselves, except they're making 2.0.  wink

Is that the project code-named "Jiggler?".

It's what was in use on the Scratch 2.0 alpha site and I believe it's called ScratchR 2, based on the directory structure of the site.

I have two pieces of evidence for the name Jiggler. First, jiggler.media.mit.edu redirects to the 2.0 alpha, and the window at Scratch Day MIT was cloning a git repo ScratchR2 into a folder named Jiggler (or maybe the other way around)

Last edited by bobbybee (2012-06-10 11:56:05)


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#165 2012-06-10 12:01:55

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

bobbybee wrote:

veggieman001 wrote:

bobbybee wrote:


Is that the project code-named "Jiggler?".

It's what was in use on the Scratch 2.0 alpha site and I believe it's called ScratchR 2, based on the directory structure of the site.

I have two pieces of evidence for the name Jiggler. First, jiggler.media.mit.edu redirects to the 2.0 alpha, and the window at Scratch Day MIT was cloning a git repo ScratchR2 into a folder named Jiggler (or maybe the other way around)

I'm pretty sure it was formerly called Jiggler and now called ScratchR 2, because, as I said before, files like this are in a scratchr2 directory.


Posts: 20000 - Show all posts

Offline

 

#166 2012-06-10 12:10:21

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Installing ScratchR locally

veggieman001 wrote:

bobbybee wrote:

veggieman001 wrote:


It's what was in use on the Scratch 2.0 alpha site and I believe it's called ScratchR 2, based on the directory structure of the site.

I have two pieces of evidence for the name Jiggler. First, jiggler.media.mit.edu redirects to the 2.0 alpha, and the window at Scratch Day MIT was cloning a git repo ScratchR2 into a folder named Jiggler (or maybe the other way around)

I'm pretty sure it was formerly called Jiggler and now called ScratchR 2, because, as I said before, files like this are in a scratchr2 directory.

Sounds right. It definitely used to be hosted at jiggler.media.mit.edu.

ricarose wrote:

It's a role playing game group in Scratch.

Jigglers gallery: http://scratch.mit.edu/galleries/view/94569
Wiki article: http://wiki.scratch.mit.edu/wiki/Jigglers_(RPG)

We try to name our different servers from things we see in Scratch.  smile

Offline

 

#167 2012-06-11 10:47:25

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

Re: Installing ScratchR locally

veggieman001 wrote:

jvvg wrote:

Did you remove the memcached server from bootstrap.php? -- ?
Did you add the .htaccess in htdocs? -- Yes
Are you sure the memcached server is running as a service currently and that you have the right version of php_memcache.dll? -- Yes, and I took the version in the guide

In app/config/ there's a file called bootstrap.php and on line 39, the MEMCACHE_PREFIX needs to be empty.

Turns out it IS empty. It still gives me a blank page.  sad


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

Offline

 

#168 2012-06-11 11:04:36

Zeusking19
Scratcher
Registered: 2011-07-10
Posts: 1000+

Re: Installing ScratchR locally

I set it up on ubuntu, followed the instructions EXACTLY and it just gives me a blank page.
Any idea how to fix it?


http://i49.tinypic.com/2w7e1jm.pnghttp://dragcave.net/image/eFGFz.gifhttp://dragcave.net/image/9hE5q.gif

Offline

 

#169 2012-06-11 21:19:35

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

Re: Installing ScratchR locally

Zeusking19 wrote:

I set it up on ubuntu, followed the instructions EXACTLY and it just gives me a blank page.
Any idea how to fix it?

That's the problem I keep having, except I tried on Windows and Mac OS.


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

Offline

 

#170 2012-06-11 22:05:41

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

hmm  I don't know what's up then... it works for me.


Posts: 20000 - Show all posts

Offline

 

#171 2012-06-11 22:36:52

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

Re: Installing ScratchR locally

Well, I'll make my own guide if I ever find what's wrong with it.  tongue


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

Offline

 

#172 2012-06-13 12:13:38

Zeusking19
Scratcher
Registered: 2011-07-10
Posts: 1000+

Re: Installing ScratchR locally

bump


http://i49.tinypic.com/2w7e1jm.pnghttp://dragcave.net/image/eFGFz.gifhttp://dragcave.net/image/9hE5q.gif

Offline

 

#173 2012-06-13 12:15:21

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

Are you sure you have memcached running?


Posts: 20000 - Show all posts

Offline

 

#174 2012-06-13 12:36:47

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

Re: Installing ScratchR locally

veggieman001 wrote:

Are you sure you have memcached running?

Quite.


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

Offline

 

#175 2012-06-13 12:41:56

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Installing ScratchR locally

Well then, I'm not sure.


Posts: 20000 - Show all posts

Offline

 

Board footer