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.
Offline
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?
Offline
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?
Offline
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?
Offline
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?
Offline
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
Offline
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.
Offline
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 guideIn 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.
Offline
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 guideIn 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.
Offline
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.
Offline
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.
Is that the project code-named "Jiggler?".
Offline
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.
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.
Offline
veggieman001 wrote:
bobbybee wrote:
scimonster wrote:
Why bother? They're doing it themselves, except they're making 2.0.
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)
Offline
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.
Offline
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.
Offline
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 guideIn 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.
Offline
I set it up on ubuntu, followed the instructions EXACTLY and it just gives me a blank page.
Any idea how to fix it?
Offline
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.
Offline
I don't know what's up then... it works for me.
Offline
Are you sure you have memcached running?
Offline