DigiTechs wrote:
bobbybee wrote:
Out of curiosity, how many people successfully (or perhaps not) installed the ScratchR source code on their local machine. I'm trying to make a mini Scratch as I'm typing this.
Just out of curiosity, what is ScratchR?
The platform that the Scratch website runs on
Offline
jvvg wrote:
I'm also not getting any memcached errors, I'm just getting a blank page.
Memcached doesn't give errors, it's just that if it's not there then it won't work.
Are you sure you have the memcached server running?
Offline
veggieman001 wrote:
jvvg wrote:
I'm also not getting any memcached errors, I'm just getting a blank page.
Memcached doesn't give errors, it's just that if it's not there then it won't work.
Are you sure you have the memcached server running?
Pretty sure...I followed the instructions to start it and it said it worked.
Offline
jvvg wrote:
veggieman001 wrote:
jvvg wrote:
I'm also not getting any memcached errors, I'm just getting a blank page.
Memcached doesn't give errors, it's just that if it's not there then it won't work.
Are you sure you have the memcached server running?Pretty sure...I followed the instructions to start it and it said it worked.
Strange... Well I do know that the issue you're having is with memcached. Are you sure it's compatible with the version of PHP you have?
Offline
veggieman001 wrote:
jvvg wrote:
veggieman001 wrote:
Memcached doesn't give errors, it's just that if it's not there then it won't work.
Are you sure you have the memcached server running?Pretty sure...I followed the instructions to start it and it said it worked.
Strange... Well I do know that the issue you're having is with memcached. Are you sure it's compatible with the version of PHP you have?
It should work...
I'll try on Windows sometime.
Offline
Hey veg, did you add my patch?
Do project notes with <> work?
Offline
scimonster wrote:
Hey veg, did you add my patch?
Do project notes with <> work?
I haven't, been a bit busy. And haven't got projects working yet.
Offline
veggieman001 wrote:
scimonster wrote:
Hey veg, did you add my patch?
Do project notes with <> work?I haven't, been a bit busy. And haven't got projects working yet.
Oh, OK.
Offline
midnightleopard wrote:
What is ScratchR? I bet i could get it.
It's the platform Scratch runs on.
Offline
midnightleopard wrote:
What is ScratchR? I bet i could get it.
If you can get it on Mac OS X, please tell me how you did it. I had very little success myself.
It's pretty hard!
Offline
It's not that bad, at least on Windows. I could probably do it on a Mac, if I had one.
Offline
bobbybee wrote:
Didn't even know that mirror existed
Me neither, I used the one I mentioned earlier. Maybe that was the problem...
I'll find out this weekend, when I try again!
Offline
Don't use the one on the Scratchr.org site.
Offline
zippynk wrote:
veggieman001 wrote:
Don't use the one on the Scratchr.org site.
Why?
It's archaic and broken.
And yes use the Assembla one
Offline
veggieman001 wrote:
zippynk wrote:
veggieman001 wrote:
Don't use the one on the Scratchr.org site.
Why?
It's archaic and broken.
And yes use the Assembla one
In that case, I don't know what I did wrong...
Offline
I don't know either, unless you write down every step in order you did.
Offline
Maybe I'll try on Windows some time.
Offline
jvvg wrote:
I tried installing it on my Windows computer today, but I get a blank page.
You need php_memcache.dll, I believe.
Offline
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]
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...
Yeah, it is very difficult to work with. I looked through the code, and couldn't find why I was getting a blank page. It would be nice if future versions had an installer or something.
Offline
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.
Offline